summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/rev.ll
AgeCommit message (Expand)Author
2017-02-25The automatic CHECK: to CHECK-LABEL: conversion, back in 2013,Artyom Skrobov
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2012-02-23Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2011-06-17Add an alternative rev16 pattern. We should figure out a better way to handle...Evan Cheng
2011-06-15Another revsh pattern. rdar://9609059Evan Cheng
2011-03-18Match a few more obvious patterns to revsh. rdar://9147637.Evan Cheng
2010-10-22FileCheck-ize a few tests.Jim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-01-19ARM test cases contributed by Apple.Evan Cheng