Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / fold-stack-adjust.ll
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-03-20 Weiming ZhaoFix PR19136: [ARM] Fix Folding SP Update into vpush...
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-08 Tim NorthoverARM: fix folding of stack-adjustment (yet again).
2013-12-05 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...