Expose creating constant ints and floats from strings in llvm-c.
[oota-llvm.git] / unittests / ADT /
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-16 Erick TryzelaarAdd failure tests to APInt unit test.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-11 Daniel DunbarStringRef: Add find(char) and find(StringRef).
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Benjamin Kramerfix unittest on platforms with unsigned chars (e.g...
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Daniel DunbarAdd StringRef::{slice, split}, two convenient string...
2009-07-25 Jeffrey YasskinAdd a missing ilist_node.h #include to SparseBitVector...
2009-07-24 Daniel DunbarAdd Twine ADT.
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-21 Daniel DunbarAdd StringRef::{substr, startswith}.
2009-07-21 Daniel DunbarAdd StringRef class, with fixes.
2009-07-21 Torok Edwinunbreak unit-tests on gcc-4.4.
2009-07-16 Daniel DunbarAdd SmallString unit test.
2009-07-12 Daniel DunbarClarify a FIXME.
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Daniel DunbarRevert my intentional breakage.
2009-06-30 Daniel DunbarIntentionally break a unittest to test my buildbot...
2009-06-09 Misha BrukmanReversed order of args in EXPECT_EQ() macros to be...
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.