test for something more interesting than not crashing
[oota-llvm.git] / test / Integer /
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-07-19 Reid SpencerFor PR1553:
2007-06-29 John CriswellConvert .cvsignore files
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Reid SpencerFix syntax.
2007-04-14 Reid SpencerDon't try to interpret a fictitious file.
2007-04-14 Reid SpencerNo need to quote things, shell isn't interpreting any...
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFIx this test, thanks to llvm.exp
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
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-03-19 Reid SpencerFor PR1258:
2007-02-27 Reid SpencerUpdate for constant folding now generating undef and...
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-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-04 Reid SpencerPrepare for PR411
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-20 Reid SpencerTry a negative number with ashr.
2007-01-20 Reid SpencerAdd a test case for sext bug that Leo found.
2007-01-19 Zhou ShengCover non-byte-width BATs situation.
2007-01-19 Zhou ShengCover more arithmetics for arbitrary bitwidth integers.
2007-01-19 Zhou ShengAdd one test case for Arbitrary BitWidth Integers.
2007-01-16 Reid SpencerFix test cases. Patch by Guoling Han.
2007-01-16 Reid SpencerRemove this test case. LLVM doesn't currently support...
2007-01-16 Reid SpencerNew test cases for bit accurate integers developed...