Add the function attributes pass during LTO time.
[oota-llvm.git] / unittests /
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-04 Bill WendlingModify the unittests Makefiles so that they don't rebui...
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-02 Nuno Lopesmake 'make clean' remove test binaries as well
2009-01-01 Misha BrukmanOriginal patch by Talin.