summaryrefslogtreecommitdiff
path: root/gcc/dse.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-01-22 Wei Mi <wmi@google.com>wmi2015-01-221-0/+8
* PR rtl-optimization/62078jakub2015-01-211-0/+9
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-1/+11
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+11
* PR target/55023jakub2015-01-081-16/+17
* Update copyright years.jakub2015-01-051-1/+1
* PR target/55023danglin2014-12-221-0/+11
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-0/+1
* gcc/ada/rsandifo2014-10-291-11/+11
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+5
* * tree-ssa-ccp.c (prop_value_d): Rename to ...hubicka2014-09-221-4/+4
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-6/+8
* gcc/rsandifo2014-08-281-3/+5
* gcc/rsandifo2014-08-281-18/+18
* Tweak to dse.cdmalcolm2014-08-261-1/+1
* cselib and incdecdmalcolm2014-08-261-5/+5
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* convert the rest of the users of pointer_map to hash_maptbsaunde2014-08-071-3/+2
* remove has_executetbsaunde2014-07-091-2/+0
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-5/+6
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-2/+2
* pass cfun to pass::executetbsaunde2014-04-171-2/+2
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-21/+10
* remove has_gatetbsaunde2014-04-171-2/+0
* gcc/rsandifo2014-03-111-10/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.dmalcolm2013-12-091-4/+4
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.dmalcolm2013-12-091-2/+2
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+2
* gcc/rsandifo2013-09-281-6/+6
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-36/+72
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-4/+2
* In dse.c, remove alias hash tables that are never set.crowl2013-03-301-191/+1
* * dse.c (delete_dead_store_insn): Respect TDF_DETAILS.steven2013-03-091-46/+46
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * dse.c (record_store): Remove unnecessary assert.mrs2013-01-101-4/+1
* PR other/55358jakub2012-11-281-2/+0
* PR middle-end/55030hp2012-11-261-2/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-21/+18
* This patch renames sbitmap iterators to unify them with the bitmap iterators.crowl2012-11-011-1/+1
* This patch normalizes more bitmap function names.crowl2012-11-011-2/+2
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+2
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* Change hash_table to support a comparator type different from thecrowl2012-10-251-5/+7
* PR rtl-optimization/54870ebotcazou2012-10-161-2/+31