Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | regalloc/debug: fix buggy print_hard_reg_set | Hans-Peter Nilsson | 1 | -10/+12 |
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-09-30 | Remove global call sets: IRA | Richard Sandiford | 1 | -38/+18 |
2019-09-30 | Pass an ABI identifier to hard_regno_call_part_clobbered | Richard Sandiford | 1 | -1/+1 |
2019-09-21 | Avoid adding impossible copies in ira-conflicts.c:process_reg_shuffles | Richard Sandiford | 1 | -5/+37 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -5/+5 |
2019-09-10 | Remove no_caller_save_reg_set | Richard Sandiford | 1 | -0/+2 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -11/+9 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -12/+6 |
2019-09-09 | Remove AND_HARD_REG_SET | Richard Sandiford | 1 | -5/+3 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -3/+3 |
2019-07-01 | Use alternative_mask for add_insn_allocno_copies | Richard Sandiford | 1 | -2/+2 |
2019-04-17 | ira-conflicts.c (print_allocno_conflicts): Always print something, even for a... | Peter Bergner | 1 | -1/+7 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -1/+1 |
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-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -2/+5 |
2017-09-04 | Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook | Richard Sandiford | 1 | -2/+3 |
2017-08-22 | Make more use of paradoxical_subreg_p | Richard Sandiford | 1 | -1/+1 |
2017-01-17 | re PR target/79058 (ARM: internal compiler error: in extract_constrain_insn, ... | Vladimir Makarov | 1 | -2/+6 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+6 |
2015-08-13 | ira-int.h: Include recog.h. | Andrew MacLeod | 1 | -1/+0 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -7/+6 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-17 | ira-conflicts.c (build_conflict_bit_table): Add the current object to OBJECTS... | Zhouyi Zhou | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -3/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+7 |
2014-09-30 | ira-int.h (ira_allocno): Add "wmode" field. | David Sherwood | 1 | -0/+21 |
2014-09-19 | cfgrtl.c [...]: Update comments and fix spacing to conform to coding style. | Felix Yang | 1 | -1/+1 |
2014-08-22 | ira: Use rtx_insn in various places | David Malcolm | 1 | -5/+5 |
2014-05-26 | system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. | Richard Biener | 1 | -2/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-10-30 | regmove.c: Remove. | Vladimir Makarov | 1 | -163/+18 |
2013-02-08 | re PR debug/53948 (Assignment line missing for -O0 -g) | Jeff Law | 1 | -2/+6 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-10-11 | ira-build.c (ira_loop_tree_body_rev_postorder): New function. | Steven Bosscher | 1 | -1/+1 |
2012-07-08 | mcf.c: Do not include tm.h, tree.h, and langhooks.h. | Steven Bosscher | 1 | -8/+2 |
2012-07-08 | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 1 | -0/+1 |
2012-01-19 | re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops) | Vladimir Makarov | 1 | -2/+3 |