summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
AgeCommit message (Expand)Author
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2020-12-08[NFC] Chec[^k] -> CheckDavid Green
2019-09-03Bug fix on function epilog optimization (ARM backend)Oliver Stannard
2019-04-01[ARM] Don't try to create "push {r12, lr}" in Thumb1 at -Oz.Eli Friedman
2019-01-14Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih
2017-02-15Codegen: Make chains from trellis-shaped CFGsKyle Butt
2016-10-26ARM: don't rely on push/pop reglists being in order when folding SP adjust.Tim Northover
2015-11-18[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-11-12Revert "[ARM] Enable shrink-wrapping by default."Renato Golin
2015-11-11[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-09-23ARM: fix folding stack adjustment (again again again...)Tim Northover
2015-08-10Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs
2015-08-03ARM: prefer allocating VFP regs at stride 4 on Darwin.Tim Northover
2015-07-20[ARM] Refactor the prologue/epilogue emission to be more robust.Quentin Colombet
2015-04-23ARM: When spilling extra registers for alignment, prefer low registers on all...Peter Collingbourne
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-08Fix large stack alignment codegen for ARM and Thumb2 targetsKristof Beyls
2014-08-22ARM / x86_64 varargs: Don't save regparms in prologue without va_startReid Kleckner
2014-07-23[SDAG] Make the DAGCombine worklist not grow endlessly due to duplicateChandler Carruth
2014-05-30ARM: use AAPCS-style prologues for embedded MachO.Tim Northover
2014-03-20Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpopWeiming Zhao
2014-01-14ARM: correctly determine final tBX_LR in Thumb1 functionsTim Northover
2014-01-06ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover
2013-12-08ARM: fix folding of stack-adjustment (yet again).Tim Northover
2013-12-05ARM: fix yet another stack-folding bugTim Northover
2013-12-01ARM: fix bug in -Oz stack adjustment foldingTim Northover
2013-11-08ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover