aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30[26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford1-1/+2
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-2/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-2/+1
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-16recog.c (rest_of_handle_split_after_reload): Delete.Eric Botcazou1-12/+15
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-4/+1
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-5/+27
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9