Implement PPC counter loops as a late IR-level pass
[oota-llvm.git] / test / CodeGen / PowerPC / ctrloops.ll
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...