summaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
Commit message (Expand)AuthorAgeFilesLines
* compare-elim.c (try_merge_compare): Don't merge compare if address contains a...Paul Koning2018-06-071-0/+13
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR rtl-optimization/82913 (ICE: Segmentation fault in try_merge_compare)Jakub Jelinek2017-11-101-0/+2
* re PR rtl-optimization/82778 (crash: insn does not satisfy its constraints)Jakub Jelinek2017-11-011-56/+56
* visium.c (visium_select_cc_mode): Return CCmode for any RTX present on the RH...Eric Botcazou2017-10-171-0/+1
* compare-elim.c: Include emit-rtl.h.Kyrylo Tkachov2017-10-141-1/+142
* Remove enum before machine_modeRichard Sandiford2017-07-051-1/+1
* compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.Eric Botcazou2017-05-171-5/+5
* compare-elim.c (equivalent_reg_at_start): Return NULL_RTX when returned regis...Uros Bizjak2017-05-131-0/+4
* compare-elim.c (try_eliminate_compare): Canonicalize operation with embedded ...Uros Bizjak2017-05-121-9/+21
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* use rtx_insn * in various places where it is obviousTrevor Saunders2016-11-021-1/+1
* compare-elim.c (conforming_compare): Accept UNSPECs.Eric Botcazou2016-10-201-59/+113
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger2016-06-061-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law2015-12-101-2/+4
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-1/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-1/+1
* remove many typedefsTrevor Saunders2015-10-011-3/+1
* Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders2015-08-121-2/+6
* replace several uses of the anon namespace with GCC_FINALTrevor Saunders2015-08-111-6/+2
* 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