aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-01Change use to type-based pool allocator in dse.c.Martin Liska1-72/+129
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-5/+1
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford1-7/+5
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-01-22re PR rtl-optimization/64557 (get_addr in true_dependence_1 cannot handle VAL...Wei Mi1-0/+8
2015-01-21re PR rtl-optimization/62078 (ICE: verify_flow_info failed: missing REG_EH_RE...Jakub Jelinek1-0/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-08re PR target/55023 (hppa: wrong code generated with tail call optimisation)Jakub Jelinek1-16/+17
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22re PR target/55023 (hppa: wrong code generated with tail call optimisation)John David Anglin1-0/+11
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-11/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-6/+8
2014-08-28rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford1-3/+5
2014-08-28dse.c: Include rtl-iter.h.Richard Sandiford1-18/+18
2014-08-26Tweak to dse.cDavid Malcolm1-1/+1
2014-08-26cselib and incdecDavid Malcolm1-5/+5
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-3/+2
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-5/+6
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+2
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-21/+10
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-03-11builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford1-10/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-4/+4
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-36/+72
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-03-30In dse.c, remove alias hash tables that are never set.Lawrence Crowl1-191/+1
2013-03-09dse.c (delete_dead_store_insn): Respect TDF_DETAILS.Steven Bosscher1-46/+46
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-10* dse.c (record_store): Remove unnecessary assert.Mike Stump1-4/+1
2012-11-28re PR other/55358 (Valgrind errors)Markus Trippelsdorf1-2/+0
2012-11-26re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-21/+18