Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
[oota-llvm.git] / test / CodeGen / CellSPU / and_ops.ll
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
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.