aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT
Commit message (Expand)AuthorAgeFilesLines
...
* Add a unittest for APFloat::getSmallest.Michael Gottesman2013-05-291-0/+26
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+65
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-131-0/+23
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-291-0/+55
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-291-55/+0
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-291-0/+55
* Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie2013-02-211-30/+32
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-211-0/+109
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-0/+10
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-201-1/+1
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-202-0/+174
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-191-1/+15
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-071-0/+8
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-301-0/+30
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-251-0/+1
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-251-0/+41
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-251-0/+26
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi2013-01-221-1/+1
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi2013-01-221-2/+2
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-212-0/+236
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+52
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-041-0/+33
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-181-0/+21
* Sort the #include lines for unittest/...Chandler Carruth2012-12-049-19/+19
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-17/+17
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-081-0/+6
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-291-0/+36
* Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...Pete Cooper2012-10-231-0/+33
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-161-0/+10
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-151-0/+42
* Update CMake build.Benjamin Kramer2012-10-141-0/+1
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-141-0/+50
* Add powerpc-ibm-aix to Triple. Patch by Kai.Duncan Sands2012-10-121-0/+12
* Use unsigned long long instead of uin64_t for OS where that matters.Nick Kledzik2012-10-031-1/+1
* Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...Benjamin Kramer2012-10-031-1/+5
* Add getAsUnsignedInteger test case that checks that known bad values are reje...Nick Kledzik2012-10-031-0/+19
* APFloat::roundToIntegral: Special values don't keep the exponent value up to ...Benjamin Kramer2012-09-261-0/+17
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-151-1/+1
* ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi2012-08-301-1/+14
* Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson2012-08-151-1/+14
* Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson2012-08-151-0/+30
* Add range erase, element insert, and range insert methods toChandler Carruth2012-08-011-0/+91
* Implement copy and move assignment for TinyPtrVector. These try toChandler Carruth2012-07-311-0/+166
* Bring TinyPtrVector under test. Somehow we never picked up unit testsChandler Carruth2012-07-312-0/+192
* Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth2012-07-301-149/+176
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+32
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-191-0/+22
* Remove some superfluous SCOPED_TRACEs from this unit test.Chandler Carruth2012-06-191-6/+0
* Remove SmallMap unittests, unbreaking the build.Benjamin Kramer2012-06-171-162/+0