Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -3939/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-05-15 | reorg.c (fill_slots_from_thread): Reinstate code typoed out in "Remove CC0". | Hans-Peter Nilsson | 1 | -0/+10 |
2021-05-04 | Remove CC0 | Segher Boessenkool | 1 | -137/+9 |
2021-02-09 | Fix miscompilation of Python on HP-PA/Linux | Eric Botcazou | 1 | -2/+19 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-08-24 | reorg.c (fill_slots_from_thread): Improve for TARGET_FLAGS_REGNUM | Hans-Peter Nilsson | 1 | -1/+36 |
2020-03-13 | Fix incorrect filling of delay slots in branchy code at -O2 | Eric Botcazou | 1 | -7/+19 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -2/+2 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -18/+9 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -2/+1 |
2019-04-03 | re PR rtl-optimization/81025 (gcc ICE while building glibc for MIPS soft-floa... | Jeff Law | 1 | -1/+14 |
2019-01-09 | PR other/16615 [4/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-02 | reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the... | Eric Botcazou | 1 | -10/+5 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -9/+18 |
2018-03-02 | reorg.c (stop_search_p): Handle DEBUG_INSN. | Jeff Law | 1 | -5/+23 |
2018-02-26 | re PR rtl-optimization/83496 (wrong code generated with -Os -mbranch-cost=1) | Eric Botcazou | 1 | -17/+21 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | [-fcompare-debug] retain insn locations when turning dbr seq into return | Alexandre Oliva | 1 | -2/+7 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -1/+1 |
2017-11-22 | re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840) | Eric Botcazou | 1 | -3/+4 |
2017-07-16 | profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func... | Jan Hubicka | 1 | -1/+2 |
2017-06-15 | re PR rtl-optimization/80474 (ipa-cp wrongly adding LO(symbol) twice) | Eric Botcazou | 1 | -9/+2 |
2017-05-15 | reorg.c (relax_delay_slots): Create a new variable to hold the temporary targ... | Jeff Law | 1 | -6/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-02 | remove cast to rtx_insn * in remove_note | Trevor Saunders | 1 | -2/+2 |
2016-11-02 | split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * more | Trevor Saunders | 1 | -10/+9 |
2016-10-21 | make LABEL_REF_LABEL a rtx_insn * | Trevor Saunders | 1 | -3/+3 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-09-22 | make next/prev active_insn and active_insn_p take rtx_insn * | Trevor Saunders | 1 | -12/+17 |
2016-09-22 | make next/prev _nonnote_insn take rtx_insn * | Trevor Saunders | 1 | -11/+11 |
2016-04-26 | reorg.c (try_merge_delay_insns): Declare i and j inside the for loops rather ... | Jakub Jelinek | 1 | -20/+17 |
2016-04-24 | stop using rtx_insn_list in reorg.c | Trevor Saunders | 1 | -12/+11 |
2016-03-16 | re PR rtl-optimization/70224 (ICE: RTL flag check: CROSSING_JUMP_P used with ... | Jeff Law | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-07 | reorg.c (optimize_skip): Do not put frame related instructions in annulled de... | Steve Ellcey | 1 | -4/+11 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -13/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+9 |
2015-10-26 | target.def (TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P): New hook. | Simon Dardis | 1 | -1/+2 |
2015-10-21 | unconditionally compile most of the delay slot code | Trevor Saunders | 1 | -51/+31 |
2015-10-07 | reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn list | Trevor Saunders | 1 | -201/+155 |
2015-08-21 | remove another #if for HAVE_cc0 | Trevor Saunders | 1 | -5/+3 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -4/+12 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -12/+4 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -2/+2 |