Rename LoopSimplify.h to LoopUtils.h
[oota-llvm.git] / lib / Target / PowerPC / PPCCTRLoops.cpp
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h
2013-05-20 Hal FinkelRemove copied preheader insertion logic from PPCCTRLoops
2013-05-20 Hal FinkelRename PPC MTCTRse to MTCTRloop
2013-05-20 Hal FinkelAdd a PPCCTRLoops verification pass
2013-05-18 Hal FinkelCheck InlineAsm clobbers in PPCCTRLoops
2013-05-16 Hal FinkelCreate an new preheader in PPCCTRLoops to avoid counter...
2013-05-16 Hal FinkelPPC32 cannot form counter loops around i64 FP conversions
2013-05-15 Hal Finkelundef setjmp in PPCCTRLoops
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...