summaryrefslogtreecommitdiff
path: root/unittests/ADT
Commit message (Expand)AuthorAge
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-30
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* Fix a test that wasn't testing the right thing.Matt Beaumont-Gay2011-08-29
* Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (orDuncan Sands2011-07-29
* Remove extra semicolon.Jakub Staszak2011-07-29
* Use unsigned rather than uint16_t in case anyone feels like testingDuncan Sands2011-07-28
* Check an additional property specific to the way LLVMDuncan Sands2011-07-28
* Add a unittest for the simply connected components (SCC) iterator class.Duncan Sands2011-07-28
* Remove some code that is no longer needed now that googletest knows howJay Foad2011-07-27
* Add Twine support for characters, and switch twine to use a union internallyChris Lattner2011-07-24
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-15
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-14
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-06
* unittests: add test for APInt::toString()Dylan Noblesmith2011-06-15
* Try fixing http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/...Argyrios Kyrtzidis2011-06-15
* Add unit tests for ADT/PackedVectorArgyrios Kyrtzidis2011-06-15
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-28
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-15
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-30
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-30
* Add an argument to APInt's magic udiv calculation to specify the number of bi...Benjamin Kramer2011-03-17
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-21
* Part of this test is invariant inside the inner loop - move it outsideDuncan Sands2011-02-03
* Remove NoVendor and NoOS, added in commit 123990, from Triple. While itDuncan Sands2011-02-02
* Don't infinitely recurse! Patch by Marius Wachtler!Chris Lattner2011-01-27
* Clang was not parsing target triples involving EABI and was generating wrong ...Renato Golin2011-01-21
* Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h.Jakob Stoklund Olesen2010-12-21
* Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo seesJakob Stoklund Olesen2010-12-17
* It is allowed to call IntervalMap::const_iterator::advanceTo() with a key thatJakob Stoklund Olesen2010-12-17
* Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap.Jakob Stoklund Olesen2010-12-17
* Complete tests for IntervalMapOverlaps.Jakob Stoklund Olesen2010-12-17
* Add basic test exposing many bugs.Jakob Stoklund Olesen2010-12-16
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-03
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-01
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29
* Disallow overlapping inserts, even when inserting the same value.Jakob Stoklund Olesen2010-11-28
* Add default constructors for iterators.Jakob Stoklund Olesen2010-11-28
* Implement const_iterator::advanceTo().Jakob Stoklund Olesen2010-11-28
* Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen2010-11-27
* Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen2010-11-27
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-26
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-24
* Implement IntervalMap::clear().Jakob Stoklund Olesen2010-11-19
* Support backwards iteration starting from end().Jakob Stoklund Olesen2010-11-19
* Add test for PR 8111. By Frits van Bommel.Dale Johannesen2010-11-19
* Add ADT/IntervalMap.Jakob Stoklund Olesen2010-11-19
* Revert "Add ADT/IntervalMap.", GCC doesn't like it.Jakob Stoklund Olesen2010-11-19