aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/indirectbr.ll
AgeCommit message (Expand)Author
2011-08-03Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-03-14fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner
2010-03-10Enable machine cse pass.Evan Cheng
2010-01-16Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson
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-05Attempt again to fix buildbot failures: make expected output less specificBob Wilson
2009-11-04Fix broken test.Bob Wilson
2009-11-04Add test for ARM indirectbr codegen.Bob Wilson