]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-strlen.c
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-ssa-strlen.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-16  Martin SeborAvoid assuming maximum string length is constant [PR102...
2021-11-09  Aldy HernandezConvert strlen pass from evrp to ranger.
2021-10-26  Martin SeborMake full use of context-sensitive ranges in access...
2021-10-18  Aldy HernandezStrlen pass refactoring.
2021-09-19  Martin SeborHandle null cfun [PR102243].
2021-09-01  Martin SeborEnable ranger and caching in pass_waccess.
2021-07-28  Martin SeborAdd new gimple-ssa-warn-access pass.
2021-07-15  Martin SeborDetect buffer overflow by aggregate and vector stores...
2021-07-06  Martin SeborImprove warning suppression for inlined functions.
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-06-14  Richard Bienertree-optimization/101031 - fix strlen opt invalidation...
2021-05-26  Aldy HernandezConvert remaining passes to get_range_query.
2021-04-26  Richard BienerSimplify {gimplify_and_,}update_call_from_tree API
2021-03-08  Martin SeborPR middle-end/97631 - bogus "writing one too many bytes...
2021-02-03  Martin SeborPR tree-optimization/98937 - pointer_query cache leaks
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-03  Ilya LeoshkevichFix division by 0 in printf_strlen_execute when dumping
2020-12-01  Martin SeborPR middle-end/97373 - missing warning on sprintf into...
2020-11-29  Martin SeborHandle PHIs in compute_objsize.
2020-11-27  Jakub Jelinektree-ssanames: Allow non-SSA_NAME arguments to get_rang...
2020-11-17  Martin SeborPR middle-end/95673 - missing -Wstring-compare for...
2020-10-12  Martin SeborGeneralize compute_objsize to return maximum size/offse...
2020-10-01  Aldy HernandezConvert sprintf/strlen passes to value query class.
2020-10-01  Aldy HernandezConvert vr-values to value query class.
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-08-25  Jakub Jelinekstrlen: Fix handle_builtin_string_cmp [PR96758]
2020-06-10  Martin SeborPR middle-end/95353 - spurious -Wstringop-overflow...
2020-03-25  Martin SeborPR tree-optimization/94131 - ICE on printf with a VLA...
2020-03-18  Jakub JelinekFix up duplicated duplicated words in comments
2020-03-18  Richard Bienermiddle-end/94188 fix fold of addr expression generation
2020-03-17  Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-03-17  Jakub Jelinektree-ssa-strlen: Fix up count_nonzero_bytes* [PR94015]
2020-03-17  Jakub Jelinekstrlen: Punt on UB reads past end of string literal...
2020-03-14  Jakub JelinekFix doubled indefinite articles, mostly in comments.
2020-03-05  Jeff LawFix location maybe_diag_overlap passes to diagnostics...
2020-03-04  Martin SeborPR tree-optimization/93986 - ICE on mixed-precision...
2020-03-02  Martin SeborPR middle-end/93829 - bogus -Wstringop-overflow on...
2020-02-12  Martin SeborPR middle-end/93646 - confusing -Wstringop-truncation...
2020-02-05  Martin SeborPR tree-optimization/92765 - wrong code for strcmp...
2020-01-13  Martin SeborPR tree-optimization/93213 - wrong code with -Og -fopti...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-14  Martin SeborPR middle-end/91582 - missing heap overflow detection...
2019-12-11  Martin Seborbuiltins.c (compute_objsize): Add an argument and set...
2019-12-05  Martin SeborPR middle-end/91582 - missing heap overflow detection...
2019-11-28  Jakub Jelinekre PR tree-optimization/92691 (ICE in strlen_dom_walker...
2019-11-22  Martin SeborPR middle-end/88226 - missing warning on fprintf, fputs...
2019-11-12  Martin SeborPR middle-end/83688 - check if buffers may overlap...
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-11-08  Jakub Jelineksymtab.c: Fix comment typos.
2019-11-05  Aldy HernandezThe base class for ranges is currently value_range_base...
2019-10-28  Martin Sebortree-ssa-strlen.c (get_addr_stridx): Add argument and...
2019-10-28  Martin SeborPR tree-optimization/92226 - live nul char store to...
2019-10-18  Martin SeborPR tree-optimization/92157 - incorrect strcmp() ==...
2019-10-17  Jakub Jelinekre PR tree-optimization/92056 (ice in expr_object_size...
2019-10-16  Jakub Jelinektree-ssa-strlen.c (maybe_invalidate): Use HOST_WIDE_INT...
2019-10-16  Martin SeborPR tree-optimization/83821 - local aggregate initializa...
2019-10-16  Martin SeborPR tree-optimization/91996 - fold non-constant strlen...
2019-10-15  Richard SandifordFix unchecked use of tree_to_uhwi in tree-ssa-strlen.c
2019-10-09  Martin SeborPR tree-optimization/90879 - fold zero-equality of...
2019-10-08  Martin SeborPR middle-end/92026 - gcc.dg/Wstringop-overflow-18...
2019-10-04  Martin SeborPR middle-end/91977 - missing -Wstringop-overflow on...
2019-09-24  Martin SeborPR tree-optimization/91570 - ICE in get_range_strlen_dy...
2019-09-19  Martin SeborPR middle-end/91631 - buffer overflow into an array...
2019-08-30  Martin SeborPR middle-end/91599 - GCC does not say where warning...
2019-08-28  Martin SeborPR tree-optimization/91457 - inconsistent warning for...
2019-08-27  Jeff Lawtree-ssa-strlen.c (printf_strlen_execute): Initialize...
2019-08-26  Martin SeborPR tree-optimization/83431 - -Wformat-truncation may...
2019-08-14  Martin SeborPR tree-optimization/91294 - [10 Regression] wrong...
2019-07-25  Martin SeborPR tree-optimization/91183 - strlen of a strcpy result...
2019-07-09  Martin SeborPR tree-optimization
2019-06-19  Martin Seborre PR tree-optimization/90626 (fold strcmp(a, b) =...
2019-06-19  Martin SeborPR tree-optimization/90626 - fold strcmp(a, b) == 0...
2019-06-14  Martin SeborPR tree-optimization/90662 - strlen of a string in...
2019-06-12  Martin SeborPR tree-optimization/90662 - strlen of a string in...
2019-06-06  Martin Sebortree-ssa-strlen.c (adjust_related_strinfos): Avoid...
2019-03-19  Martin SeborPR tree-optimization/89644 - false-positive -Warray...
2019-03-19  Martin SeborPR tree-optimization/89644 - False-positive -Warray...
2019-03-14  Jakub Jelinekre PR tree-optimization/89703 (ICE in compare_values_wa...
2019-02-26  Jakub Jelinekre PR tree-optimization/89500 (ICE: tree check: expecte...
2019-01-17  Martin SeborPR tree-optimization/88800 - Spurious -Werror=array...
2019-01-11  Jakub Jelinekre PR tree-optimization/88693 (Wrong code since r263018)
2019-01-02  Martin Seborgimple-fold.c (gimple_fold_builtin_strlen): Use set_str...
2019-01-02  Martin Seborgimple-fold.h (get_range_strlen): Update prototype.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-28  Martin Sebortree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Avoid...
2018-11-04  Bernd Edlingerre PR tree-optimization/87672 (81512c36 causes ICE...
2018-10-22  Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-10-17  Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-09-14  Martin Seborbuiltins.h (c_srlen): Add argument.
2018-08-29  Martin Seborre PR middle-end/86714 (tree-ssa-forwprop.c confused...
2018-08-28  Martin SeborPR tree-optimization/86914 - wrong code with strlen...
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-21  Bernd Edlingerre PR middle-end/86121 (missing -Wstringop-overflow...
2018-08-01  Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-07-27  Martin SeborPR tree-optimization/86696 - ICE in handle_char_store...
2018-07-26  Martin SeborPR tree-optimization/86043 - strlen after memcpy partia...
2018-07-05  Martin SeborPR tree-optimization/86400 - set<string>::set<char...
2018-06-25  Martin SeborPR tree-optimization/86204 - wrong strlen result after...
next