summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-17
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-01
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-27
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-27
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-26
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-24
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-24
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-20
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-19
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-19
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-01
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-31
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman2013-05-30
* Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman2013-05-30
* Add a unittest for APFloat::getSmallest.Michael Gottesman2013-05-29
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-28
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-13
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-29
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-29
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-29
* Only include move-related Optional<T> tests when rvalue references are availa...David Blaikie2013-02-21
* Add move ctor/assignment to Optional<T>David Blaikie2013-02-21
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-20
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-20
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-20
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-19
* ADT: Correct APInt::getActiveWords for zero valuesMeador Inge2013-02-07
* Added a unit test for r173983 that verifies that Target.isiOS() works correctly.Michael Gottesman2013-01-30
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-25
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-25
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-25
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...NAKAMURA Takumi2013-01-22
* ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...NAKAMURA Takumi2013-01-22
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-21
* Implement APFloat::isDenormal()Shuxin Yang2013-01-07
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-04
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-18
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-08
* Implement arithmetic on APFloat with PPCDoubleDouble semantics byUlrich Weigand2012-10-29