summaryrefslogtreecommitdiff
path: root/unittests/ADT
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Reapply the SmallMap patch with a fix.Benjamin Kramer1-0/+133
2012-04-25Revert "First implementation of:"Eric Christopher1-133/+0
2012-04-25First implementation of:Stepan Dyatkovskiy1-0/+133
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick1-1/+1
2012-04-02Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel1-0/+18
2012-03-11Fix warnings.Michael J. Spencer1-4/+4
2012-03-10Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer1-0/+118
2012-03-07Add support to the hashing infrastructure for automatically hashing bothChandler Carruth1-0/+6
2012-03-06SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer1-0/+72
2012-03-04Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth1-0/+19
2012-03-04Teach the hashing facilities how to hash std::string objects.Chandler Carruth1-0/+17
2012-03-04Split this test up into two smaller, and more focused tests.Chandler Carruth1-0/+2
2012-03-03Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet1-33/+33
2012-03-03Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet1-28/+24
2012-03-03unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi1-0/+4
2012-03-02Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth1-0/+20
2012-03-02Add a golden data test that I missed somehow the first time around.Chandler Carruth1-0/+1
2012-03-02Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth1-52/+52
2012-03-02We really want to hash pairs of directly-hashable data as directlyChandler Carruth1-5/+7
2012-03-02Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth1-0/+11
2012-03-02Remove the misguided extension here that reserved two special values inChandler Carruth1-11/+1
2012-03-01Re-disable the debug output. The comment is there explaining why we wantChandler Carruth1-1/+1
2012-03-01Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth1-3/+60
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth1-25/+286
2012-02-22Fix typos.Jakob Stoklund Olesen1-4/+4
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth1-9/+0
2012-02-22Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen1-0/+186
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth1-6/+1
2012-02-18Hashing.h - utilities for hashing various data types.Talin1-0/+57
2012-02-07Add a unittest for rotating a really big APInt.Benjamin Kramer1-0/+4
2012-02-06Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth1-0/+62
2012-01-31RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek1-0/+64
2012-01-31Add various coarse bit-width architecture predicates to llvm::Triple.Chandler Carruth1-0/+57
2012-01-30DenseMap::find_as() and unit tests.Talin1-0/+41
2012-01-24Additional methods for SmallString.Talin1-0/+148
2012-01-17Add portable bit mask operations to BitVector.Jakob Stoklund Olesen1-0/+46
2011-12-22Some unittests for APInt rotates; patch by Cameron McInally.Eli Friedman1-0/+32
2011-12-17As Doug pointed out (and I really should know), it is perfectly easy toChandler Carruth1-4/+4
2011-12-16APInt: update asserts for base-36Dylan Noblesmith1-3/+3
2011-12-16Put the '*' in the right place in the unit test. Forgot to fix up thisChandler Carruth1-7/+7
2011-12-16Add a generic collection of class templates to ADT for buildingChandler Carruth1-0/+110
2011-11-26Fix APFloat::convert so that it handles narrowing conversions correctly; itEli Friedman1-0/+24
2011-10-15Add a bad char heuristic to StringRef::find.Benjamin Kramer1-0/+6
2011-10-12Attempt to fix MSVC build.Eli Friedman1-2/+2
2011-10-12Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman1-0/+5
2011-10-07Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman1-0/+9
2011-09-30Fix a bug in compare_numeric().Jakob Stoklund Olesen1-0/+6
2011-09-14Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor1-1/+24
2011-08-29Fix a test that wasn't testing the right thing.Matt Beaumont-Gay1-4/+6
2011-07-29Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands1-10/+6