summaryrefslogtreecommitdiff
path: root/gcc/dse.c
Commit message (Expand)AuthorAgeFilesLines
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-11/+11
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-4/+4
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-6/+8
* rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford2014-08-281-3/+5
* dse.c: Include rtl-iter.h.Richard Sandiford2014-08-281-18/+18
* Tweak to dse.cDavid Malcolm2014-08-261-1/+1
* cselib and incdecDavid Malcolm2014-08-261-5/+5
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_mapTrevor Saunders2014-08-071-3/+2
* remove has_executeTrevor Saunders2014-07-091-2/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-5/+6
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+2
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-21/+10
* remove has_gateTrevor Saunders2014-04-171-2/+0
* builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...Richard Sandiford2014-03-111-10/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-36/+72
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-4/+2
* In dse.c, remove alias hash tables that are never set.Lawrence Crowl2013-03-301-191/+1
* dse.c (delete_dead_store_insn): Respect TDF_DETAILS.Steven Bosscher2013-03-091-46/+46
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* * dse.c (record_store): Remove unnecessary assert.Mike Stump2013-01-101-4/+1
* re PR other/55358 (Valgrind errors)Markus Trippelsdorf2012-11-281-2/+0
* re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson2012-11-261-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-21/+18
* This patch renames sbitmap iterators to unify them with the bitmap iterators.Lawrence Crowl2012-11-011-1/+1
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+7
* re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou2012-10-161-2/+31
* rtl.h (get_call_rtx_from): New prototype.Steven Bosscher2012-10-161-8/+2
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-091-18/+20
* re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou2012-09-141-6/+6
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-13/+6
* re PR middle-end/54313 (GCC fails to bootstrap with MALLOC_PERTURB – Segfau...Steven Bosscher2012-08-181-1/+0
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-62/+53
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0