aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4625/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-12Change the type of memory classification functions to boolUros Bizjak1-19/+17
2021-07-01Return true/false instead of 1/0 from generic predicates.Uros Bizjak1-32/+32
2021-07-01Change the type of predicates to bool.Uros Bizjak1-36/+37
2021-03-26[PR99766] Consider relaxed memory associated more with memory instead of spec...Vladimir Makarov1-1/+1
2021-03-22[PR99581] Define relaxed memory and use it for aarch64Vladimir N. Makarov1-0/+2
2021-02-13passes: Enable split4 with selective scheduling 2 [PR98439]Jakub Jelinek1-1/+6
2021-01-05recog: Fix a constrain_operands corner case [PR97144]Richard Sandiford1-4/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17recog: Add a class for propagating into insnsRichard Sandiford1-0/+380
2020-12-17recog: Add a way of temporarily undoing changesRichard Sandiford1-0/+48
2020-12-17recog: Add a validate_change_xveclen functionRichard Sandiford1-6/+35
2020-12-17recog: Split out a register_asm_p functionRichard Sandiford1-4/+1
2020-11-04Don't extract memory from operand for normal memory constraint.liuhongt1-2/+6
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-1/+17
2020-10-22Extend special_memory_constraint.liuhongt1-2/+5
2020-08-21Allow try_split to split RTX_FRAME_RELATED_P insnsSenthil Kumar Selvaraj1-61/+73
2020-05-31Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee...Jeff Law1-0/+7
2020-02-09Improve splitX passes managementUros Bizjak1-52/+46
2020-02-05i386: Schedule the only -O0 split pass on x86 after pro_and_epilogue/jump2 [P...Jakub Jelinek1-11/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-27re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog....Vladimir Makarov1-3/+2
2019-11-25Convert m68k to not use cc0Bernd Schmidt1-17/+0
2019-10-01Remove clobber_highRichard Sandiford1-5/+3
2019-09-30Remove global call sets: recog.cRichard Sandiford1-1/+2
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+2
2019-01-23re PR target/85711 (ICE in aarch64_classify_address, at config/aarch64/aarch6...Bin Cheng1-4/+12
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-3/+6
2018-03-09re PR rtl-optimization/84682 (internal compiler error: Segmentation fault (pr...Alexandre Oliva1-7/+17
2018-03-08re PR inline-asm/84742 (internal compiler error: in process_alt_operands, at ...Jakub Jelinek1-1/+1
2018-01-16re PR rtl-optimization/83213 (peephole bug with -O2)Jakub Jelinek1-0/+2
2018-01-08re PR rtl-optimization/81308 (ICE in calc_dfs_tree, at dominance.c:458)Jeff Law1-1/+27
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-3/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford1-10/+12
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-10/+6
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+1
2017-12-11recog.c (store_data_bypass_p_1): New function.Jakub Jelinek1-72/+44
2017-10-23tree-pass.h (PROP_rtl_split_insns): Define.Sandra Loosemore1-1/+1
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+1
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-0/+1
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-3/+1
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+1
2017-08-30[40/77] Use scalar_int_mode for extraction_insn fieldsRichard Sandiford1-14/+7
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-2/+3