aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/indirectbr.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-3/+3
* adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel2011-12-021-0/+12
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-1/+1
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-031-0/+4
* Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen2011-04-041-7/+7
* remove some extraneous quotes to make the new instprinter match.Chris Lattner2010-11-151-2/+2
* Start function numbering at 0.Dan Gohman2010-04-171-2/+2
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-141-4/+4
* Enable machine cse pass.Evan Cheng2010-03-101-6/+6
* Adjust register numbers in tests to compensate for theDale Johannesen2010-02-161-7/+7
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-131-4/+4
* Update these tests for the new label names.Dan Gohman2009-11-051-4/+4
* Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson2009-11-051-2/+2
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+55