Another sibcall bug. If caller and callee calling conventions differ, then it's only...
[oota-llvm.git] / test / CodeGen / CellSPU / and_ops.ll
2009-12-17 Evan ChengRevert this dag combine change:
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2008-04-28 Dan GohmanUpdate and_ops.ll according to the recent dagcombiner...
2008-03-05 Scott Michel- Expand tabs to spaces.
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-15 Scott MichelStart committing working test cases for CellSPU.