summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
Commit message (Expand)AuthorAgeFilesLines
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders2013-09-171-13/+14
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-19/+36
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+6
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* compare-elim.c (try_eliminate_compare): Also handle operands with implicit ex...Uros Bizjak2012-04-251-3/+19
* compare-elim.c (find_comparisons_in_bb): Eliminate only compares having mode ...Uros Bizjak2012-03-021-2/+24
* compare-elim.c (find_comparisons_in_bb): Eliminate only compares having the s...Uros Bizjak2012-02-111-1/+4
* re PR middle-end/49801 (df_live_verify_transfer_functions fails with to use o...Nick Clifton2011-10-101-6/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0
* compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.Andreas Schwab2011-01-231-1/+2
* New -fcompare-elim pass.Richard Henderson2011-01-221-0/+641