Prevent looping when DenseSet is abused.
[oota-llvm.git] / unittests / ADT /
2009-05-01 Stuart HastingsPrevent looping when DenseSet is abused.
2009-04-25 Chris LattnerFix PR4040: APInt's string constructor is too strict
2009-04-23 Owen AndersonUse the testcase from PR2791.
2009-04-08 Misha Brukman* Fixed calls to APInt ctor to work for negative values...
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-19 Misha BrukmanRenamed unittest files to have a consistent {Tt}est...
2009-02-09 Bill WendlingFix comment.
2009-01-27 Torok EdwinAPInt's countLeadingOnes() was broken for negative...
2009-01-19 Nick LewyckyPort this test from dejagnu to unit testing.
2009-01-11 Bill WendlingFix naming of file.
2009-01-10 Bill WendlingAdding unittests for SmallVector. Test by Talin.
2009-01-08 Bill WendlingSome generic clean-ups. Also make the StringMapEntryIni...
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Bill Wendling80-column violation fix.
2009-01-08 Misha Brukman* Added unittests for StringMap
2009-01-07 Misha BrukmanMinor cleanup for unittest:
2009-01-03 Nuno Lopesimprove test and address Misha's comments
2009-01-02 Bill WendlingReassign the buffer to the pointer so that we don't...
2009-01-02 Nuno Lopesfist short at a new unit test for ImmutableSets. no...
2009-01-01 Misha BrukmanOriginal patch by Talin.