summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
Commit message (Expand)AuthorAgeFilesLines
* 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