Avoid depending on LCSSA implicitly pulling in LoopSimplify.
[oota-llvm.git] / test / Integer /
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-09-05 Daniel DunbarEliminate some Tclisms.
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...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-01-05 Chris Lattneralignment of 0 is not valid.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-06-10 Matthijs KooijmanFix some escaping and quoting in RUN lines, mainly...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-04-19 Chris Lattnerrefactor handling of symbolic constant folding, picking up
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...