aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23cprop_hardreg: Ensure replacement reg has compatible mode [PR99221]Stefan Schulze Frielinghaus1-1/+2
2021-01-21Fix incorrect optimization by cprop_hardreg.liuhongt1-0/+29
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Remove clobber_highRichard Sandiford1-6/+2
2019-09-30Remove global call sets: regcprop.cRichard Sandiford1-6/+5
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-1/+1
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-5/+3
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-14/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-8/+9
2019-03-28regcprop.c (copyprop_hardreg_forward_1): Remove redundant INSN_P test.Jakub Jelinek1-55/+97
2019-03-27re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law1-1/+4
2019-03-24re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law1-28/+49
2019-02-26re PR rtl-optimization/87761 ([MIPS] New FAIL: gcc.target/mips/fix-r4000-10.c...Jeff Law1-0/+16
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-2/+8
2018-05-09regcprop: Avoid REG_CFA_REGISTER notes (PR85645)Segher Boessenkool1-0/+6
2018-04-12re PR rtl-optimization/85342 (ICE: SIGSEGV in copyprop_hardreg_forward_1 (reg...Jakub Jelinek1-16/+8
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