aboutsummaryrefslogtreecommitdiff
path: root/gcc/sanopt.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-25/+25
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-1/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-7/+2
2015-06-25ipa-icf.h (symbol_compare_hash): New class.Richard Sandiford1-14/+15
2015-06-25tree-hash-traits.h: New file.Richard Sandiford1-14/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-3/+99
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-06re PR sanitizer/64170 (ICE compiling Linux Kernel drivers/media/rc/imon.c in ...Jakub Jelinek1-3/+4
2014-12-03Improve optimization of ASan checks.Yury Gribov1-91/+142
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+4
2014-11-14sanopt.c: Include tree-ssa-operands.h.Jakub Jelinek1-91/+372
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek1-0/+15
2014-11-06sanopt.c (sanopt_optimize_walker): Limit removal of the checks.Marek Polacek1-2/+25
2014-11-04* sanopt.c (sanopt_optimize_walker): Remove unused variables.Marek Polacek1-3/+0
2014-11-04Makefile.in (OBJS): Add sanopt.o.Marek Polacek1-0/+316