summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-29
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-23
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-16
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-15
* Update CMake build.Benjamin Kramer2012-10-14
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-14
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-12
* Use unsigned long long instead of uin64_t for OS where that matters.Nick Kledzik2012-10-03
* Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...Benjamin Kramer2012-10-03
* Add getAsUnsignedInteger test case that checks that known bad values are reje...Nick Kledzik2012-10-03
* APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer2012-09-26
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-15
* ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi2012-08-30
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-15
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-15
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-01
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-31
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-31
* Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth2012-07-30
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-21
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-19
* Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth2012-06-19
* Remove SmallMap unittests, unbreaking the build.Benjamin Kramer2012-06-17
* Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer2012-06-17
* SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer2012-06-17
* Add a unit test for 'swap', and fix a pile of bugs inChandler Carruth2012-06-17
* Add tests for *DenesMap for both key and value types' construction andChandler Carruth2012-06-17
* 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