summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/indirectbr.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2017-02-28[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-26Revert "[CGP] Split some critical edges coming out of indirect branches"Daniel Jasper
2017-02-24[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2017-02-24Revert r269060 to pacify bots.Michael Kuperstein
2017-02-24[CGP] Split some critical edges coming out of indirect branchesMichael Kuperstein
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
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