aboutsummaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+6
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-04-25compare-elim.c (try_eliminate_compare): Also handle operands with implicit ex...Uros Bizjak1-3/+19
2012-03-02compare-elim.c (find_comparisons_in_bb): Eliminate only compares having mode ...Uros Bizjak1-2/+24
2012-02-11compare-elim.c (find_comparisons_in_bb): Eliminate only compares having the s...Uros Bizjak1-1/+4
2011-10-10re PR middle-end/49801 (df_live_verify_transfer_functions fails with to use o...Nick Clifton1-6/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-01-23compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.Andreas Schwab1-1/+2
2011-01-22New -fcompare-elim pass.Richard Henderson1-0/+641