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
/
CellSPU
/
shift_ops.ll
Age
Commit message (
Expand
)
Author
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-03-04
Allow vector shifts (shl,lshr,ashr) on SPU.
Kalle Raiskila
2011-02-13
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2010-11-29
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
2009-03-25
Revert 67132. This is breaking some objective-c apps.
Evan Cheng
2009-03-17
Don't force promotion of return arguments on the callee.
Rafael Espindola
2009-01-26
CellSPU:
Scott Michel
2009-01-21
Don't rely on grep -w working.
Duncan Sands
2009-01-07
Fix off-by-one error in traversing an array; this fixes a test.
Misha Brukman
2008-12-31
This is not failing on Darwin for some reason. XFAIL for other platforms.
Bill Wendling
2008-12-31
XFAIL this for now until I can figure out what's going on.
Scott Michel
2008-12-30
Fix test erratum (which is wierd: works locally for me?)
Scott Michel
2008-12-30
- Start moving target-dependent nodes that could be represented by an
Scott Michel
2008-03-05
- Expand tabs to spaces.
Scott Michel
2008-01-11
More CellSPU refinement and progress:
Scott Michel
2007-12-19
More working CellSPU test cases:
Scott Michel