index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
long_shift.ll
Age
Commit message (
Expand
)
Author
2010-11-01
When we look at instructions to convert to setting the 's' flag, we need to look
Bill Wendling
2010-11-01
More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the
Bill Wendling
2010-10-14
Refactor the MOVsr[al]_flag and RRX pseudo-instructions to really be pseudos
Jim Grosbach
2010-10-14
Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'
Jim Grosbach
2010-09-17
Update tests to handle MC-inst instruction printing of shift operations. The
Jim Grosbach
2010-08-11
Update test to match output of optimize compares for ARM.
Bill Wendling
2010-06-24
Teach EmitLiveInCopies to omit copies for unused virtual registers,
Dan Gohman
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2009-10-31
Update test to be more explicit about what instruction sequences are expected...
Jim Grosbach
2009-10-31
Expand 64-bit logical shift right inline
Jim Grosbach
2009-10-31
Expand 64-bit arithmetic shift right inline
Jim Grosbach
2009-10-31
Expand 64 bit left shift inline rather than using the libcall. For now, this
Jim Grosbach
2009-10-31
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-31
Convert to FileCheck
Jim Grosbach
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-24
Move thumb and thumb2 tests into separate directories.
Evan Cheng
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-04-16
For PR1319:
Reid Spencer
2007-02-23
-march=arm -enable-thumb => -march=thumb
Evan Cheng
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-27
Merge tests.
Evan Cheng
2007-01-19
ARM test cases contributed by Apple.
Evan Cheng