aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/indirectbr.ll
AgeCommit message (Expand)Author
2011-12-02adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-06-03Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky
2011-04-04Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen
2010-11-15remove some extraneous quotes to make the new instprinter match.Chris Lattner
2010-04-17Start function numbering at 0.Dan Gohman
2010-03-14fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner
2010-03-10Enable machine cse pass.Evan Cheng
2010-02-16Adjust register numbers in tests to compensate for theDale Johannesen
2010-01-13remove uses of deprecated functions, this generates slightlyChris Lattner
2009-11-05Update these tests for the new label names.Dan Gohman
2009-11-05Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson