Some unittests for APInt rotates; patch by Cameron McInally.
[oota-llvm.git] / unittests / ADT /
2011-12-22 Eli FriedmanSome unittests for APInt rotates; patch by Cameron...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-16 Dylan NoblesmithAPInt: update asserts for base-36
2011-12-16 Chandler CarruthPut the '*' in the right place in the unit test. Forgot...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-08-29 Matt Beaumont-GayFix a test that wasn't testing the right thing.
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Jakub StaszakRemove extra semicolon.
2011-07-28 Duncan SandsUse unsigned rather than uint16_t in case anyone feels...
2011-07-28 Duncan SandsCheck an additional property specific to the way LLVM
2011-07-28 Duncan SandsAdd a unittest for the simply connected components...
2011-07-27 Jay FoadRemove some code that is no longer needed now that...
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-06-15 Argyrios KyrtzidisTry fixing google1.osuosl.org:8011/builders/clang-i686...
2011-06-15 Argyrios KyrtzidisAdd unit tests for ADT/PackedVector
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-03 Duncan SandsPart of this test is invariant inside the inner loop...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-01-27 Chris LattnerDon't infinitely recurse! Patch by Marius Wachtler!
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Jakob Stoklund OlesenComplete tests for IntervalMapOverlaps.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-03 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
2010-12-01 Michael J. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap::clear().
2010-11-19 Jakob Stoklund OlesenSupport backwards iteration starting from end().
2010-11-19 Dale JohannesenAdd test for PR 8111. By Frits van Bommel.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-19 Bill WendlingSilence 'unused' warning.
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-07-10 Bill WendlingUse non-bool values for .count.
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2010-05-26 Jakob Stoklund OlesenAdd StringRef::compare_numeric and use it to sort Table...
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-18 Chris Lattnersilence some unused-value warnings.
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-18 Dan GohmanMake this test more lenient; with SmallVector now using...
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2009-12-31 Benjamin KramerSilence compiler warning.
2009-12-31 Douglas GregorDocument the edit-distance algorithm used in StringRef...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-24 Douglas GregorDefine the new operator<< for sets into namespace std...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
next