aboutsummaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-07compare-elim.c: Fix head comment.Eric Botcazou1-54/+53
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-08-22compare-elim.c: Use rtx_insnDavid Malcolm1-9/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-22re PR bootstrap/61565 (ICE building libjava/interpret.cc)Richard Henderson1-25/+50
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-4/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+8
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders1-13/+14
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+36
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