aboutsummaryrefslogtreecommitdiff
path: root/gcc/compare-elim.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15Minor improvement to compare eliminationJeff Law1-0/+1
2021-05-04Remove CC0Segher Boessenkool1-3/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-19compare-elim.c (struct comparison): Add not_in_a field.Eric Botcazou1-4/+32
2018-11-09[PR86438] compare-elim: cope with set of in_bAlexandre Oliva1-8/+17
2018-06-07compare-elim.c (try_merge_compare): Don't merge compare if address contains a...Paul Koning1-0/+13
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-10re PR rtl-optimization/82913 (ICE: Segmentation fault in try_merge_compare)Jakub Jelinek1-0/+2
2017-11-01re PR rtl-optimization/82778 (crash: insn does not satisfy its constraints)Jakub Jelinek1-56/+56
2017-10-17visium.c (visium_select_cc_mode): Return CCmode for any RTX present on the RH...Eric Botcazou1-0/+1
2017-10-14compare-elim.c: Include emit-rtl.h.Kyrylo Tkachov1-1/+142
2017-07-05Remove enum before machine_modeRichard Sandiford1-1/+1
2017-05-17compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.Eric Botcazou1-5/+5
2017-05-13compare-elim.c (equivalent_reg_at_start): Return NULL_RTX when returned regis...Uros Bizjak1-0/+4
2017-05-12compare-elim.c (try_eliminate_compare): Canonicalize operation with embedded ...Uros Bizjak1-9/+21
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-1/+1
2016-10-20compare-elim.c (conforming_compare): Accept UNSPECs.Eric Botcazou1-59/+113
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law1-2/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-1/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-1/+1
2015-10-01remove many typedefsTrevor Saunders1-3/+1
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