summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vargs_align.ll
AgeCommit message (Expand)Author
2017-08-01ARM: Do not use llc -march in tests.Matthias Braun
2015-03-11ARM: simplify and extend byval handlingTim Northover
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-08-22ARM / x86_64 varargs: Don't save regparms in prologue without va_startReid Kleckner
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2009-09-24Convert to FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-02-23bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio
2007-02-23Fix stack alignment in functions with varargs.Lauro Ramos Venancio