summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Introduce a SmallDenseMap container that re-uses the existing DenseMapChandler Carruth2012-06-17
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-16
* Work around a bug with MSVC 10 where it fails to recognize a valid useChandler Carruth2012-06-16
* Type parameterize the DenseMap unit tests.Chandler Carruth2012-06-16
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* fix the quotient returned by sdivrem() for the case when LHS is negative and ...Nuno Lopes2012-05-22
* Remove warning about testing unsigned int with int.Bill Wendling2012-05-15
* Fixed one small stupid, but critical bug.Stepan Dyatkovskiy2012-05-15
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-14
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-14
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.Chad Rosier2012-05-09
* SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer2012-04-29
* Fixed SmallMap test. The order of items is undefined in DenseMap. So being ch...Stepan Dyatkovskiy2012-04-26
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-25
* Revert "First implementation of:"Eric Christopher2012-04-25
* First implementation of:Stepan Dyatkovskiy2012-04-25
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-20
* Add triple support for the IBM BG/P and BG/Q supercomputers.Hal Finkel2012-04-02
* Fix warnings.Michael J. Spencer2012-03-11
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-10
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-07
* SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer2012-03-06
* Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth2012-03-04
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-04
* Split this test up into two smaller, and more focused tests.Chandler Carruth2012-03-04
* Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet2012-03-03
* Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet2012-03-03
* unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi2012-03-03
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-02
* Add a golden data test that I missed somehow the first time around.Chandler Carruth2012-03-02
* Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth2012-03-02
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-02
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-02
* Remove the misguided extension here that reserved two special values inChandler Carruth2012-03-02
* Re-disable the debug output. The comment is there explaining why we wantChandler Carruth2012-03-01
* Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth2012-03-01
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Fix typos.Jakob Stoklund Olesen2012-02-22
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-22
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-22
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
* Add a unittest for rotating a really big APInt.Benjamin Kramer2012-02-07
* Introduce helpers to compute the 32-bit varaints and 64-bit variants ofChandler Carruth2012-02-06
* 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