aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-08-21gencodes.c (gencodes): Print the comma for the preceding enum value rather th...Richard Sandiford1-3/+3
2015-08-21always define HAVE_peephole2Trevor Saunders1-5/+3
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-10/+3
2015-07-09always define AUTO_INC_DECTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-07-05target-insns.def (extv, [...]): New targetm instruction patterns.Richard Sandiford1-13/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev1-3/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22move default for STACK_PUSH_CODE to defaults.hTrevor Saunders1-8/+0
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-6/+2
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-3/+3
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-17/+14