summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
Commit message (Expand)AuthorAgeFilesLines
* Bug fix on function epilog optimization (ARM backend)Oliver Stannard2019-09-031-0/+13
* [ARM] Don't try to create "push {r12, lr}" in Thumb1 at -Oz.Eli Friedman2019-04-011-22/+26
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-3/+3
* Codegen: Make chains from trellis-shaped CFGsKyle Butt2017-02-151-1/+1
* ARM: don't rely on push/pop reglists being in order when folding SP adjust.Tim Northover2016-10-261-0/+14
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-181-1/+3
* Revert "[ARM] Enable shrink-wrapping by default."Renato Golin2015-11-121-3/+1
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-111-1/+3
* ARM: fix folding stack adjustment (again again again...)Tim Northover2015-09-231-1/+2
* Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs2015-08-101-1/+1
* ARM: prefer allocating VFP regs at stride 4 on Darwin.Tim Northover2015-08-031-4/+1
* [ARM] Refactor the prologue/epilogue emission to be more robust.Quentin Colombet2015-07-201-2/+2
* ARM: When spilling extra registers for alignment, prefer low registers on all...Peter Collingbourne2015-04-231-8/+8
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* Fix large stack alignment codegen for ARM and Thumb2 targetsKristof Beyls2015-01-081-1/+1
* ARM / x86_64 varargs: Don't save regparms in prologue without va_startReid Kleckner2014-08-221-0/+3
* [SDAG] Make the DAGCombine worklist not grow endlessly due to duplicateChandler Carruth2014-07-231-2/+2
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-301-8/+8
* Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpopWeiming Zhao2014-03-201-0/+31
* ARM: correctly determine final tBX_LR in Thumb1 functionsTim Northover2014-01-141-0/+23
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-11/+11
* ARM: fix folding of stack-adjustment (yet again).Tim Northover2013-12-081-0/+9
* ARM: fix yet another stack-folding bugTim Northover2013-12-051-0/+29
* ARM: fix bug in -Oz stack adjustment foldingTim Northover2013-12-011-2/+2
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-081-0/+126
OpenPOWER on IntegriCloud