Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.
[oota-llvm.git] / test / Integer / a17.ll.out
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2007-03-28 Reid Spencerimplementation keyword is going .. going .. gone.
2007-03-24 Reid SpencerFlip the srem tests around. Previous commit was to...
2007-03-24 Reid SpencerFix incorrect test cases for srem. The definition of...
2007-02-27 Reid SpencerShifting by the bit width now produces undef, not 0.
2007-02-27 Reid SpencerRemove test cases that produce undefined results.
2007-01-26 Reid SpencerFor PR761:
2007-01-19 Zhou ShengCover more arithmetics for arbitrary bitwidth integers.
2007-01-16 Reid SpencerNew test cases for bit accurate integers developed...