summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ctrloops.ll
AgeCommit message (Expand)Author
2017-08-01PowerPC: Do not use llc -march in tests.Matthias Braun
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2016-04-07[PPC] Enable transformations in PPCPassConfig::addIRPasses at O2Ehsan Amiri
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-12-27PowerPC: CTR shouldn't fire if a TLS call is in the loopDavid Majnemer
2013-05-15Implement PPC counter loops as a late IR-level passHal Finkel
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2012-06-09Improve ext/trunc patterns on PPC64.Hal Finkel
2012-06-08Enable PPC CTR loop formation by default.Hal Finkel
2012-06-08Disable the PPC CTR-Loops pass by default.Hal Finkel
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel