llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / PowerPC / ctrloops.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-12-27 David MajnemerPowerPC: CTR shouldn't fire if a TLS call is in the...
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...