summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
Commit message (Expand)AuthorAge
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-19
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-16
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-04
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Fix an inverted condition.Evan Cheng2010-06-18
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* More tail call removal.Dale Johannesen2010-06-04
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-21
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-04
* Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng2009-08-31
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-18
* Fix tests.Evan Cheng2009-08-15
* Turn on if-conversion for thumb2.Evan Cheng2009-08-15