Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -4625/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-07-12 | Change the type of memory classification functions to bool | Uros Bizjak | 1 | -19/+17 |
2021-07-01 | Return true/false instead of 1/0 from generic predicates. | Uros Bizjak | 1 | -32/+32 |
2021-07-01 | Change the type of predicates to bool. | Uros Bizjak | 1 | -36/+37 |
2021-03-26 | [PR99766] Consider relaxed memory associated more with memory instead of spec... | Vladimir Makarov | 1 | -1/+1 |
2021-03-22 | [PR99581] Define relaxed memory and use it for aarch64 | Vladimir N. Makarov | 1 | -0/+2 |
2021-02-13 | passes: Enable split4 with selective scheduling 2 [PR98439] | Jakub Jelinek | 1 | -1/+6 |
2021-01-05 | recog: Fix a constrain_operands corner case [PR97144] | Richard Sandiford | 1 | -4/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | recog: Add a class for propagating into insns | Richard Sandiford | 1 | -0/+380 |
2020-12-17 | recog: Add a way of temporarily undoing changes | Richard Sandiford | 1 | -0/+48 |
2020-12-17 | recog: Add a validate_change_xveclen function | Richard Sandiford | 1 | -6/+35 |
2020-12-17 | recog: Split out a register_asm_p function | Richard Sandiford | 1 | -4/+1 |
2020-11-04 | Don't extract memory from operand for normal memory constraint. | liuhongt | 1 | -2/+6 |
2020-10-30 | Add -fzero-call-used-regs option and zero_call_used_regs function attributes. | qing zhao | 1 | -1/+17 |
2020-10-22 | Extend special_memory_constraint. | liuhongt | 1 | -2/+5 |
2020-08-21 | Allow try_split to split RTX_FRAME_RELATED_P insns | Senthil Kumar Selvaraj | 1 | -61/+73 |
2020-05-31 | Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee... | Jeff Law | 1 | -0/+7 |
2020-02-09 | Improve splitX passes management | Uros Bizjak | 1 | -52/+46 |
2020-02-05 | i386: Schedule the only -O0 split pass on x86 after pro_and_epilogue/jump2 [P... | Jakub Jelinek | 1 | -11/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-27 | re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog.... | Vladimir Makarov | 1 | -3/+2 |
2019-11-25 | Convert m68k to not use cc0 | Bernd Schmidt | 1 | -17/+0 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -5/+3 |
2019-09-30 | Remove global call sets: recog.c | Richard Sandiford | 1 | -1/+2 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+2 |
2019-01-23 | re PR target/85711 (ICE in aarch64_classify_address, at config/aarch64/aarch6... | Bin Cheng | 1 | -4/+12 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -3/+6 |
2018-03-09 | re PR rtl-optimization/84682 (internal compiler error: Segmentation fault (pr... | Alexandre Oliva | 1 | -7/+17 |
2018-03-08 | re PR inline-asm/84742 (internal compiler error: in process_alt_operands, at ... | Jakub Jelinek | 1 | -1/+1 |
2018-01-16 | re PR rtl-optimization/83213 (peephole bug with -O2) | Jakub Jelinek | 1 | -0/+2 |
2018-01-08 | re PR rtl-optimization/81308 (ICE in calc_dfs_tree, at dominance.c:458) | Jeff Law | 1 | -1/+27 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -3/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: PUSH_ROUNDING | Richard Sandiford | 1 | -10/+12 |
2017-12-21 | poly_int: REG_ARGS_SIZE | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -10/+6 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -0/+1 |
2017-12-11 | recog.c (store_data_bypass_p_1): New function. | Jakub Jelinek | 1 | -72/+44 |
2017-10-23 | tree-pass.h (PROP_rtl_split_insns): Define. | Sandra Loosemore | 1 | -1/+1 |
2017-10-20 | Add generic part for Intel CET enabling. The spec is available at | Igor Tsimbalist | 1 | -0/+1 |
2017-10-11 | [PATCH] DECL_ASSEMBLER_NAME and friends | Nathan Sidwell | 1 | -0/+1 |
2017-09-15 | Turn CANNOT_CHANGE_MODE_CLASS into a hook | Richard Sandiford | 1 | -3/+1 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -1/+1 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [40/77] Use scalar_int_mode for extraction_insn fields | Richard Sandiford | 1 | -14/+7 |
2017-08-30 | [35/77] Add uses of as_a <scalar_int_mode> | Richard Sandiford | 1 | -2/+3 |