aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/indirectbr.ll
AgeCommit message (Expand)Author
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