aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-3/+5
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-0/+2
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-10-22Make more use of subreg_size_lowpart_offsetRichard Sandiford1-7/+3
2017-10-13Make more use of subreg_lowpart_offsetRichard Sandiford1-4/+2
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-5/+1
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-9/+9
2017-09-12Make more use of REG_NREGSRichard Sandiford1-9/+5
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-1/+3
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-5/+5
2017-04-18regcprop.c (maybe_mode_change): Avoid creating copies of the stack pointer.Jeff Law1-0/+7
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-22Revert accidental commit.Jan Hubicka1-1/+0
2016-09-22* regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.Jan Hubicka1-1/+23
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+1
2016-02-25re PR rtl-optimization/69896 (wrong code with -frename-registers @ x64_64)Jakub Jelinek1-2/+21
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-10/+5
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-19/+4
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+2
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-06-01Change use to type-based pool allocator in regcprop.c.Martin Liska1-10/+21
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-2/+2
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-10/+4
2015-05-02kill_autoinc_value can take a rtx_insn *Trevor Saunders1-1/+1
2015-01-09Handle CALL_INSN_FUNCTION_USAGE clobbers in regcprop.cTom de Vries1-12/+22
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-14/+14
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+6
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-9/+3
2014-10-17Use fuse-caller-save info in cprop-hardregTom de Vries1-1/+5
2014-10-17Handle copy cycles in pass_cprop_hardregTom de Vries1-5/+14
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-09re PR rtl-optimization/57003 (gcc breaks -O2 optimization with Wine(64) - lin...Uros Bizjak1-1/+11
2014-08-28regcprop.c (cprop_find_used_regs_1): Delete.Richard Sandiford1-21/+16
2014-08-28regcprop.c: Include rtl-iter.h.Richard Sandiford1-25/+21
2014-08-22regcprop.c: Use rtx_insnDavid Malcolm1-10/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0