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