summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/Frames-alloca.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2014-06-23[PowerPC] Allow stack frames without parameter save areaUlrich Weigand
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel
2010-02-21add some no-unwinds, other minor cleanups.Chris Lattner
2009-11-24Do not store R31 into the caller's link area on PPC.Dale Johannesen
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-24Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar
2008-03-10Update llc flags for PPC register scavenger.Bill Wendling
2008-03-04Use -enable-ppc-regscavenger flag for these checksBill Wendling
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling
2008-02-26Upgrade testcase.Bill Wendling
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2006-12-21These tests all rely on using register mnemonics and thus must behave in theJim Laskey
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-17Tests to verify PowerPC ABI.Jim Laskey