summaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)Author
2020-02-09Improve splitX passes managementUros Bizjak
2020-02-05i386: Schedule the only -O0 split pass on x86 after pro_and_epilogue/jump2 [P...Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-27re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog....Vladimir Makarov
2019-11-25Convert m68k to not use cc0Bernd Schmidt
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Remove global call sets: recog.cRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-01-23re PR target/85711 (ICE in aarch64_classify_address, at config/aarch64/aarch6...Bin Cheng
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-08-06Remaining support for clobber highAlan Hayward
2018-03-09re PR rtl-optimization/84682 (internal compiler error: Segmentation fault (pr...Alexandre Oliva
2018-03-08re PR inline-asm/84742 (internal compiler error: in process_alt_operands, at ...Jakub Jelinek
2018-01-16re PR rtl-optimization/83213 (peephole bug with -O2)Jakub Jelinek
2018-01-08re PR rtl-optimization/81308 (ICE in calc_dfs_tree, at dominance.c:458)Jeff Law
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-11recog.c (store_data_bypass_p_1): New function.Jakub Jelinek
2017-10-23tree-pass.h (PROP_rtl_split_insns): Define.Sandra Loosemore
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-08-30[40/77] Use scalar_int_mode for extraction_insn fieldsRichard Sandiford
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford
2017-08-30[26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-09-16recog.c (rest_of_handle_split_after_reload): Delete.Eric Botcazou
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger
2016-01-29re PR target/69299 (-mavx performance degradation with r232088)Vladimir Makarov
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-21gencodes.c (gencodes): Print the comma for the preceding enum value rather th...Richard Sandiford
2015-08-21always define HAVE_peephole2Trevor Saunders
2015-08-19remove useless typedefsTrevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod