llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / PowerPC / bswap-load-store.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-03-28 Hal FinkelSpecify CPUs on the PPC bswap-load-store test
2013-03-28 Hal FinkelOnly enable 64-bit bswap DAG combines for PPC64
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-02 Reid SpencerLet llvm-upgrade upgrade bswap intrinsic.
2007-04-01 Reid SpencerFor PR1297:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-07-10 Chris LattnerNew testcase for folding bswaps into i16/i32 loads...