aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
AgeCommit message (Expand)Author
2011-06-30Pseudo-ize the t2LDMIA_RET instruction.Jim Grosbach
2011-06-03Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-03-31Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen
2010-09-02Now that register allocation properly considers reserved regs, simplify theJim Grosbach
2010-07-14Fix test to appease the buildbots.Bob Wilson
2010-06-18Fix an inverted condition.Evan Cheng
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng
2010-05-03Fix a bug which prevented tail merging of return instructions inDan Gohman
2010-03-16Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson
2009-10-15Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...Sandeep Patel