summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
AgeCommit message (Expand)Author
2016-08-24CodeGen: If Convert blocks that would form a diamond when tail-merged.Kyle Butt
2016-08-19Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."Kyle Butt
2016-08-18CodeGen: If Convert blocks that would form a diamond when tail-merged.Kyle Butt
2016-08-14Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."Diana Picus
2016-08-10CodeGen: If Convert blocks that would form a diamond when tail-merged.Kyle Butt
2016-08-07Revert r277905, it caused PR28894Nico Weber
2016-08-06CodeGen: If Convert blocks that would form a diamond when tail-merged.Kyle Butt
2015-11-18[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-11-12Revert "[ARM] Enable shrink-wrapping by default."Renato Golin
2015-11-11[ARM] Enable shrink-wrapping by default.Quentin Colombet
2015-09-18Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are ...Cong Hou
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-11-13Enable generating legacy IT block for AArch32Weiming Zhao
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-08-03Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak
2011-07-08Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach
2010-06-04Remove tail call. A tail call version will follow.Dale Johannesen
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2009-11-21Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach
2009-11-21Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-15Fix tests.Evan Cheng
2009-08-15Turn on if-conversion for thumb2.Evan Cheng