summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
AgeCommit message (Expand)Author
2017-06-28[ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls
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-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-05-30ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover
2013-11-13Enable generating legacy IT block for AArch32Weiming Zhao
2013-07-19Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-04-16Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-01-04Fix more places which should be checking for iOS, not darwin.Evan Cheng
2010-06-18Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng
2010-06-18Fix an inverted condition.Evan Cheng
2010-06-16Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng
2010-06-04More tail call removal.Dale Johannesen
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-09-04Run branch folding if if-converter make some transformations.Evan Cheng
2009-08-31Remove .n suffix for some 16-bit opcodes now that Darwin assembler is fixed.Evan Cheng
2009-08-18Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman
2009-08-15Fix tests.Evan Cheng
2009-08-15Turn on if-conversion for thumb2.Evan Cheng