summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* compare-elim.c: Fix head comment.Eric Botcazou2014-12-071-54/+53
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-5/+5
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* compare-elim.c: Use rtx_insnDavid Malcolm2014-08-221-9/+10
* remove has_executeTrevor Saunders2014-07-091-1/+0
* re PR bootstrap/61565 (ICE building libjava/interpret.cc)Richard Henderson2014-06-221-25/+50
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-4/+4
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+4
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-10/+8
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* 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