[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / rev.ll
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-02-23 Evan ChengCanonicalize (srl (bswap x), 16) to (rotr (bswap x...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2010-10-22 Jim GrosbachFileCheck-ize a few tests.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-02-17 Tanya LattnerRemove llvm-upgrade.
2007-04-15 Reid SpencerFor PR1319: Upgrade to use new test harness
2007-01-19 Evan ChengARM test cases contributed by Apple.