Daily bump.
[platform/upstream/gcc.git] / gcc / sanopt.c
2021-07-28 Jakub Jelinekubsan: Fix ICEs with DECL_REGISTER tests [PR101624]
2021-06-13 Trevor Saundersuse range based for loops to iterate over vec<>
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-25 Matthew Malcomsonlibsanitizer: Add hwasan pass and associated gimple...
2020-05-12 Martin LiskaASAN: clear DECL_NOT_GIMPLE_REG_P.
2020-05-07 Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-01-26 Marek Polaceksanopt: Avoid crash on anonymous parameter [PR93436]
2020-01-14 David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-08-27 Martin LiskaSanopt: ignore params with DECL_HAS_VALUE_EXPR_P (PR...
2018-03-23 Jakub Jelinekre PR sanitizer/85029 (-fsanitize=undefined internal...
2018-03-14 Jakub Jelinekre PR sanitizer/83392 (FAIL: c-c++-common/ubsan/ptr...
2018-03-01 Martin LiskaDo not handled volatile arguments (PR sanitizer/82484).
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-21 Richard Sandifordpoly_int: get_inner_reference & co.
2017-10-11 Martin LiskaRevert last commit.
2017-10-11 Martin LiskaDo not handled volatile arguments (PR sanitizer/82484).
2017-10-06 Martin LiskaAdd sanopt support for UBSAN_PTR.
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-28 Martin LiskaSet DECL_VALUE_EXPR after a debug stmt is generated...
2017-07-28 Jakub Jelinekre PR sanitizer/80998 (Implement -fsanitize=pointer...
2017-07-28 Martin LiskaDo not handle VLA in sanitization (PR sanitizer/81460).
2017-07-04 Martin LiskaEnable addressable params sanitization with --param...
2017-07-03 Martin LiskaASAN: handle addressable params (PR sanitize/81040).
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-01-23 Martin LiskaSpeed up use-after-scope (v2): rewrite into SSA
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-17 Jakub Jelinekre PR sanitizer/78832 (-fcompare-debug failure (length...
2016-12-16 Jakub JelinekRevert accidentally changed file.
2016-12-16 Jakub Jelinekre PR c/78408 (C loop initial declarations generate...
2016-12-13 Martin LiskaAdd sanopt for ASAN_MARK poison and unpoison.
2016-11-07 Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-10-25 Martin LiskaFix not caught use-after-scope with -O1 (PR sanitize...
2016-09-26 Marek Polacekipa-inline-analysis.c (find_foldable_builtin_expect...
2016-09-02 Jakub Jelinekre PR sanitizer/77396 (address sanitizer crashes if...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-08-12 Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11 Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Richard Sandifordhash-map-traits.h (simple_hashmap_traits::key_type...
2015-06-25 Richard Sandifordipa-icf.h (symbol_compare_hash): New class.
2015-06-25 Richard Sandifordtree-hash-traits.h: New file.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-15 Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_VPTR...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-05 Jakub Jelinekre PR sanitizer/64170 (ICE compiling Linux Kernel drive...
2014-12-03 Yury GribovImprove optimization of ASan checks.
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-14 Jakub Jelineksanopt.c: Include tree-ssa-operands.h.
2014-11-14 Marek Polacekre PR sanitizer/63839 (ICE: tree check: expected ssa_na...
2014-11-06 Marek Polaceksanopt.c (sanopt_optimize_walker): Limit removal of...
2014-11-04 Marek Polacek* sanopt.c (sanopt_optimize_walker): Remove unused...
2014-11-04 Marek PolacekMakefile.in (OBJS): Add sanopt.o.