aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU/shift_ops.ll
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-10-16Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-03-04Allow vector shifts (shl,lshr,ashr) on SPU.Kalle Raiskila
2011-02-13fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner
2010-11-29Handle lshr for i128 correctly on SPU also when Kalle Raiskila
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-03-25Revert 67132. This is breaking some objective-c apps.Evan Cheng
2009-03-17Don't force promotion of return arguments on the callee.Rafael Espindola
2009-01-26CellSPU:Scott Michel
2009-01-21Don't rely on grep -w working.Duncan Sands
2009-01-07Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman
2008-12-31This is not failing on Darwin for some reason. XFAIL for other platforms.Bill Wendling
2008-12-31XFAIL this for now until I can figure out what's going on.Scott Michel
2008-12-30Fix test erratum (which is wierd: works locally for me?)Scott Michel
2008-12-30- Start moving target-dependent nodes that could be represented by anScott Michel
2008-03-05- Expand tabs to spaces.Scott Michel
2008-01-11More CellSPU refinement and progress:Scott Michel
2007-12-19More working CellSPU test cases:Scott Michel