aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/force-align-stack-alloca.ll
AgeCommit message (Expand)Author
2012-07-31[x86 frame lowering] In 32-bit mode, use ESI as the base pointer.Chad Rosier
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd
2012-07-16This CL changes the function prologue and epilogue emitted on X86 when stack ...Alexey Samsonov
2012-07-10Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier
2012-06-18Add a regression test for the bug exposed by r158087, which has beenChandler Carruth