aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dce.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-2/+2
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+2
2018-06-08Remove MPXMartin Liska1-36/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford1-2/+2
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford1-7/+3
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-3/+3
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-12-05tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from tree-ssa-pre....Bin Cheng1-0/+52
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-1/+0
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-10/+5
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-2/+2
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders1-6/+4
2017-05-05re PR tree-optimization/80613 (ICE in is_gimple_reg_type with -O2)Prathamesh Kulkarni1-3/+1
2017-04-29re PR tree-optimization/79697 (unused realloc(0, n) not eliminated)Prathamesh Kulkarni1-1/+5
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska1-4/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25re PR tree-optimization/78343 (Loop is not eliminated)Richard Biener1-8/+13
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-05-24re PR tree-optimization/71253 (ICE during loop distribution w/ -O2 -ftree-loo...Richard Biener1-2/+2
2016-01-29re PR middle-end/69547 (no-op array initializer emits an empty loop)Richard Biener1-2/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-20re PR tree-optimization/65337 (LTO bootstrap failure with Ada enabled)Jan Hubicka1-84/+44
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-1/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+7
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-22/+22
2015-08-27re PR middle-end/67005 (ICE: in verify_loop_structure, at cfgloop.c:1647 (loo...Marek Polacek1-4/+5
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-12/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
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-5/+0
2015-05-12re PR tree-optimization/66101 (internal compiler error: in verify_loop_struct...Richard Biener1-1/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10re PR tree-optimization/64191 (indirect clobbers messes up dead code eliminat...Richard Biener1-2/+20
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-17/+20
2014-11-14tree-ssa.dce.c (eliminate_unnecessary_stmts): Eliminate IFN_GOMP_SIMD_LANE wi...Jakub Jelinek1-0/+5
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-0/+120
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-2/+36
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-18tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.Richard Biener1-1/+1
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener1-52/+6