summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-31
* Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth2012-01-31
* DenseMap::find_as() and unit tests.Talin2012-01-30
* Additional methods for SmallString.Talin2012-01-24
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-17
* Some unittests for APInt rotates; patch by Cameron McInally.Eli Friedman2011-12-22
* As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth2011-12-17
* APInt: update asserts for base-36Dylan Noblesmith2011-12-16
* Put the '*' in the right place in the unit test. Forgot to fix up thisChandler Carruth2011-12-16
* Add a generic collection of class templates to ADT for buildingChandler Carruth2011-12-16
* Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman2011-11-26
* Add a bad char heuristic to StringRef::find.Benjamin Kramer2011-10-15
* Attempt to fix MSVC build.Eli Friedman2011-10-12
* Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman2011-10-12
* Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman2011-10-07
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-30
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* Fix a test that wasn't testing the right thing.Matt Beaumont-Gay2011-08-29
* Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands2011-07-29
* Remove extra semicolon.Jakub Staszak2011-07-29
* Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands2011-07-28
* Check an additional property specific to the way LLVMDuncan Sands2011-07-28
* Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands2011-07-28
* Remove some code that is no longer needed now that googletest knows howJay Foad2011-07-27
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-15
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-14
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-06
* unittests: add test for APInt::toString()Dylan Noblesmith2011-06-15
* Try fixing http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/...Argyrios Kyrtzidis2011-06-15
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-15
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-28
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-15
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-30
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-30
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-21
* Part of this test is invariant inside the inner loop - move it outsideDuncan Sands2011-02-03
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Don't infinitely recurse! Patch by Marius Wachtler!Chris Lattner2011-01-27
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-17
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-17
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-17
* Complete tests for IntervalMapOverlaps.Jakob Stoklund Olesen2010-12-17
* Add basic test exposing many bugs.Jakob Stoklund Olesen2010-12-16
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-03