PR c/71171: Fix uninitialized source_range in c_parser_postfix_expression
[gcc.git] / gcc / combine.c
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...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-27 Jeff Lawcombine.c (find_split_point): Verify that the shift...
2015-05-24 Trevor Saundersalways define HAVE_lo_sum
2015-05-22 Jeff Lawcombine.c (try_combine): Canonicalize (plus (mult X...
2015-05-22 Trevor Saundersremove #if HAVE_conditional_move
2015-05-22 Trevor Saundersalways define HAVE_conditional_move
2015-05-22 Trevor Saundersdon't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTE...
2015-05-21 Jeff Lawcombine.c (find_split_point): Handle ASHIFT like MULT...
2015-05-19 Richard Sandifordregs.h (END_HARD_REGNO): Delete.
2015-05-19 Richard Sandifordrtl.h (REG_NREGS): New macro
2015-05-13 Segher Boessenkoolcombine.c (simplify_set): When generating a CC set...
2015-05-12 Segher Boessenkoolcombine.c (recog_for_combine_1): New function, factored...
2015-05-12 Segher Boessenkoolcombine.c (get_undo_marker): New function.
2015-05-12 Thomas Preud'hommecombine.c i (set_nonzero_bits_and_sign_copies): Split...
2015-05-09 Trevor Saundersrtx_insn * in combine.c
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-05-07 Venkataramanan Kumarcombine.c (make_compound_operation): Remove checks...
2015-04-27 Kyrylo Tkachov[combine][obvious] Use std::swap instead of manually...
2015-04-27 Thomas Preud'hommecombine.c (sign_extend_short_imm): New.
2015-04-22 Hale Wangre PR rtl-optimization/64818 (User specified register...
2015-04-22 Trevor Saundersremove more ifdefs for HAVE_cc0
2015-04-22 Trevor Saundersmake some HAVE_cc0 code always compiled
2015-04-22 Trevor Saundersalways define HAVE_cc0
2015-04-22 Trevor Saundersremove more ifdef HAVE_cc0
2015-04-09 Segher Boessenkoolre PR rtl-optimization/65693 (ICE in assign_by_spills...
2015-04-08 Segher Boessenkoolre PR rtl-optimization/65693 (ICE in assign_by_spills...
2015-03-14 Jakub Jelinekre PR rtl-optimization/65401 (make_field_assignment...
2015-02-03 Jakub Jelinekre PR other/63504 (Issues found by --enable-checking...
2015-01-30 Jeff Law* combine.c (try_combine): Fix typo in comment.
2015-01-29 Jeff Lawre PR target/15184 (Direct access to byte inside word...
2015-01-22 Segher Boessenkoolre PR rtl-optimization/64682 (wrong code at -O2 and...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06 Segher Boessenkoolcombine.c (combine_validate_cost): Do not count the...
2015-01-05 Oleg Endortlanal.c (refers_to_regno_p): Change return value...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Bin Chengre PR rtl-optimization/62151 (wrong code at -O2 and...
2014-12-19 Segher Boessenkoolre PR target/64268 (bootstrap failure (ICE in wide_int_...
2014-12-14 H.J. LuPass unpromoted argument to promote_function_mode
2014-12-11 Segher Boessenkoolcombine.c (try_combine): Do not allow combining a PARAL...
2014-12-09 Uros Bizjakre PR bootstrap/64213 (gimple-match.c:1523:6: error...
2014-12-05 Andreas Schwab* combine.c (is_parallel_of_n_reg_sets)
2014-12-03 Segher Boessenkoolre PR rtl-optimization/52714 (ICE in fixup_reorder_chai...
2014-12-01 Segher Boessenkoolre PR rtl-optimization/59278 (combine does not replace...
2014-12-01 Segher Boessenkool* combine.c (try_combine): Use is_parallel_of_n_reg_set...
2014-12-01 Segher Boessenkoolcombine.c (is_parallel_of_n_reg_sets): New function.
2014-12-01 Segher Boessenkool* combine.c (distribute_links): Handle multiple SETs.
2014-12-01 Segher Boessenkoolcombine.c (struct insn_link): New field `regno'.
2014-11-28 H.J. LuPass unpromoted argument to promote_function_mode
2014-11-20 Segher Boessenkoolcombine.c (try_combine): Prefer to delete dead SETs...
2014-11-20 Segher Boessenkoolcombine.c (combine_validate_cost): Always print the...
2014-11-06 Bernd SchmidtDon't combine calls into i3, it wouldn't be changed...
2014-11-04 Bernd SchmidtFix up mode confusion in combine_simplify_rtx.
2014-11-01 Andrew MacLeod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
next