summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/rev.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng2012-02-23
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-21
* Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng2011-06-17
* Another revsh pattern. rdar://9609059Evan Cheng2011-06-15
* Match a few more obvious patterns to revsh. rdar://9147637.Evan Cheng2011-03-18
* FileCheck-ize a few tests.Jim Grosbach2010-10-22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* ARM test cases contributed by Apple.Evan Cheng2007-01-19