Remove enum before machine_mode
[platform/upstream/gcc.git] / gcc / combine.c
2017-07-05 Richard SandifordRemove enum before machine_mode
2017-06-29 Segher Boessenkoolcombine: Print insns with the cost dump
2017-06-12 Richard SandifordFix pessimistic DImode handling in combine.c:make_field...
2017-04-25 Jakub Jelinekre PR rtl-optimization/80501 (Wrong code w/ a signed...
2017-03-29 Segher Boessenkoolcombine: Fix PR80233
2017-03-21 Jakub Jelinekre PR target/80125 (r246297 causes segfault in reg_used...
2017-03-20 Segher Boessenkoolcombine: Fix 79910
2017-03-20 Segher BoessenkoolRevert:
2017-03-18 Jim WilsonFix aarch64 bootstrap compare failure.
2017-03-17 Bernd Schmidtre PR rtl-optimization/79910 (wrong code with -O -fweb)
2017-03-10 Jakub Jelinekre PR middle-end/79909 (ICE error: invalid rtl sharing...
2017-02-13 Jakub Jelinekre PR rtl-optimization/79388 (wrong code with -O -fno...
2017-01-27 Bin Chengre PR rtl-optimization/78559 (wrong code due to tree...
2017-01-23 Bernd Schmidtre PR rtl-optimization/71724 (ICE: Segmentation fault...
2017-01-14 Alan ModraAvoid PR72749 by not using unspecs
2017-01-12 Nathan Sidwellcombine.c (try_combine): Don't ignore result of overlap...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-19 Dominik Vogtcombine: Omit redundant AND in change_zero_ext.
2016-12-14 Jakub Jelinekre PR debug/77844 (Compilation of simple C++ example...
2016-12-12 Dominik Vogtcombine: Handle mode expanding zero_extracts in change_...
2016-12-05 Segher BoessenkoolSubject: [PATCH] Revert "Do not simplify "(and (reg...
2016-12-02 Dominik VogtDo not simplify "(and (reg) (const bit)" to if_then_else.
2016-12-01 Markus TrippelsdorfFix rtl-optimization/78596 - combine.c:12561:14: runtim...
2016-12-01 Segher Boessenkoolcombine: Emit a barrier after unconditional trap (PR78607)
2016-11-30 Segher Boessenkoolcombine: Don't mess with subregs of floating point...
2016-11-30 Markus TrippelsdorfFix PR78588 - rtlanal.c:5210:38: runtime error: shift...
2016-11-29 Segher Boessenkoolcombine: Tweak change_zero_ext
2016-11-29 Segher Boessenkoolcombine: Make code after a new trap unreachable (PR78342)
2016-11-28 Paolo Bonzinicombine.c (simplify_if_then_else): Simplify IF_THEN_ELS...
2016-11-25 Jakub Jelinekre PR rtl-optimization/78527 (ice on valid C code at...
2016-11-23 Segher Boessenkoolcombine: Query can_change_dest_mode before changing...
2016-11-23 Segher Boessenkoolcombine: Convert subreg-of-lshiftrt to zero_extract...
2016-11-18 Richard SandifordUse rtx_mode_t instead of std::make_pair
2016-11-16 Jakub Jelinekre PR rtl-optimization/78378 (wrong code when combining...
2016-11-16 Richard SandifordAn alternative fix for PR70944
2016-11-15 Richard SandifordAdd a load_extend_op wrapper
2016-11-15 Richard SandifordFix simplify_shift_const_1 handling of vector shifts
2016-11-15 Michael Matzre PR target/77881 (Non-optimal signed comparison on...
2016-11-11 Eric Botcazoure PR rtl-optimization/59461 (missed zero-extension...
2016-11-10 Segher Boessenkoolcombine: Do not call simplify from inside change_zero_e...
2016-11-07 Bernd Schmidtre PR tree-optimization/77309 (wrong code at -Os and...
2016-11-04 Eric Botcazoudefaults.h (LOAD_EXTEND_OP): Define if not already...
2016-11-03 Segher Boessenkoolcombine lhs zero_extract fix (PR78186)
2016-11-01 Fritz ReeseMark fallthrough cases with gcc_fallthrough.
2016-10-28 Segher Boessenkoolcombine: Improve change_zero_ext (fixes PR71847)
2016-10-21 Trevor Saundersmake LABEL_REF_LABEL a rtx_insn *
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-27 Jakub Jelinekcombine.c (simplify_comparison): Add canonical FALLTHRO...
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-09-16 Jakub Jelinekre PR target/77526 (ICE: in verify_dominators, at domin...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-29 Segher Boessenkoolre PR rtl-optimization/71976 (insn-combiner deletes...
2016-07-28 Martin LiskaDo not allow make_compound_operation for vector mode
2016-07-20 Uros Bizjakcse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
2016-07-19 Uros Bizjakbuiltins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_I...
2016-05-27 Dominik Vogtcombine: Take known zero bits into account when checkin...
2016-05-13 Segher Boessenkoolcombine: Don't call extract_left_shift with count ...
2016-05-04 Alan ModraCombine simplify_set WORD_REGISTER_OPERATIONS
2016-05-03 Richard SandifordPR 70687: Use wide_int in combine.c:change_zero_ext
2016-03-29 Jakub Jelinekre PR rtl-optimization/70429 (Wrong code with -O1.)
2016-03-15 Jakub Jelinekre PR rtl-optimization/70222 (Test miscompiled with...
2016-02-11 Segher Boessenkoolcombine: More distribute_notes trouble (PR69737)
2016-02-04 Segher Boessenkoolcombine: distribute_notes again (PR69567, PR64682)
2016-02-01 Richard Hendersonre PR rtl-optimization/69535 (wrong code with -O -fno...
2016-01-26 Jakub Jelinekre PR target/69442 (wrong code with -Og and 64bit modul...
2016-01-14 Jakub Jelinekre PR target/68269 (FAIL: gcc.dg/pr68129_1.c (internal...
2016-01-05 Kyrylo Tkachov[combine][v2] Canonicalise (r + r) to (r << 1) to aid...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 Kyrylo Tkachov[combine] Check WORD_REGISTER_OPERATIONS normally rathe...
2015-12-14 Kyrylo Tkachov[combine] Don't create LSHIFTRT of zero bits in change_...
2015-11-26 Kyrylo Tkachov[combine] Only restrict pure simplification in mult...
2015-11-24 Segher Boessenkoolcombine: Handle aborts in is_parallel_of_n_reg_sets...
2015-11-13 Kyrylo Tkachov[combine] Don't transform sign and zero extends inside...
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-23 Steve Ellceyre PR rtl-optimization/67736 (Wrong optimization with...
2015-10-21 Jeff Law[PATCH] Move RTL printing code from sched-vis.c into...
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-08 Segher Boessenkoolre PR rtl-optimization/67028 (combine bug. Different...
2015-07-30 Anatoly SokolovUse lowpart_subreg instead of simplify_gen_subreg
2015-07-23 Kyrylo Tkachov[combine][obvious] Use std::swap in try_combine
2015-07-20 Kyrylo Tkachov[PATCH][combine][1/2] Try to simplify before substituting
2015-07-13 Aldy HernandezFix double word typos.
2015-07-10 Andrew Macleodbb-reorder.c: Don't include obstack.h if backend.h...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-09 Trevor Saundersalways define WORD_REGISTER_OPERATIONS
2015-07-09 Trevor Saundersreduce conditional compilation based on AUTO_INC_DEC
2015-07-09 Trevor Saundersalways define AUTO_INC_DEC
2015-07-09 Trevor Saundersuse #if for HARD_FRAME_POINTER_IS_FRAME_POINTER less
2015-07-09 Trevor Saundersalways define SHORT_IMMEDIATES_SIGN_EXTEND
2015-07-09 Trevor Saundersremove #if for HAVE_cc0 in combine.c
2015-07-09 Trevor Saundersreduce conditional compilation for LOAD_EXTEND_OP
2015-07-08 Alan Modratarget.def (rtx_costs): Remove "code" param, add "mode".
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-07-02 Segher Boessenkoolre PR rtl-optimization/66706 (Redundant bitmask instruc...
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-22 Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-06 Mikhail MaltsevPromote types of rtl expressions to rtx_insn in gen_spl...
next