summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-041-1/+1
* 2015-12-10 Jeff Law <law@redhat.com>law2015-12-101-2/+4
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-1/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-1/+1
* remove many typedefstbsaunde2015-10-011-3/+1
* Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde2015-08-121-2/+6
* replace several uses of the anon namespace with GCC_FINALtbsaunde2015-08-111-6/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-8/+2
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-1/+0
* gcc/rsandifo2015-05-071-2/+2
* Update copyright years.jakub2015-01-051-1/+1
* * compare-elim.c: Fix head comment.ebotcazou2014-12-071-54/+53
* gcc/ada/rsandifo2014-10-291-5/+5
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* compare-elim.c: Use rtx_insndmalcolm2014-08-221-9/+10
* remove has_executetbsaunde2014-07-091-1/+0
* PR target/61565rth2014-06-221-25/+50
* gcc/rsandifo2014-06-151-4/+4
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-2/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+4
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-10/+8
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2013-09-281-3/+3
* * compare-elim.c (find_comparison_dom_walker): New classlaw2013-09-181-13/+14
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-19/+36
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+6
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* * compare-elim.c (try_eliminate_compare): Also handle operands withuros2012-04-251-3/+19
* * compare-elim.c (find_comparisons_in_bb): Eliminate only comparesuros2012-03-021-2/+24
* * compare-elim.c (find_comparisons_in_bb): Eliminate only comparesuros2012-02-111-1/+4
* PR middle-end/49801nickc2011-10-101-6/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-1/+0
* * compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSEDschwab2011-01-231-1/+2
* New -fcompare-elim pass.rth2011-01-221-0/+641