summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inalloca-ctor.ll
AgeCommit message (Expand)Author
2016-05-18Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...Hans Wennborg
2016-05-17Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"Hans Wennborg
2016-05-17X86: Avoid using _chkstk when lowering WIN_ALLOCA instructionsHans Wennborg
2016-03-02Revert "[X86] Elide references to _chkstk for dynamic allocas"Reid Kleckner
2016-03-01[X86] Elide references to _chkstk for dynamic allocasDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-12-09[X86] Convert esp-relative movs of function arguments into pushes, step 1Michael Kuperstein
2014-03-09IR: Change inalloca's grammar a bitDavid Majnemer
2014-01-31Implement inalloca codegen for x86 with the new inalloca designReid Kleckner