Age | Commit message (Expand) | Author |
2012-01-24 | Additional methods for SmallString. | Talin |
2012-01-17 | Add portable bit mask operations to BitVector. | Jakob Stoklund Olesen |
2011-12-22 | Some unittests for APInt rotates; patch by Cameron McInally. | Eli Friedman |
2011-12-17 | As Doug pointed out (and I really should know), it is perfectly easy to | Chandler Carruth |
2011-12-16 | APInt: update asserts for base-36 | Dylan Noblesmith |
2011-12-16 | Put the '*' in the right place in the unit test. Forgot to fix up this | Chandler Carruth |
2011-12-16 | Add a generic collection of class templates to ADT for building | Chandler Carruth |
2011-11-26 | Fix APFloat::convert so that it handles narrowing conversions correctly; it | Eli Friedman |
2011-10-15 | Add a bad char heuristic to StringRef::find. | Benjamin Kramer |
2011-10-12 | Attempt to fix MSVC build. | Eli Friedman |
2011-10-12 | Fix APFloat::getLargest so that it actually returns the correct value. Found... | Eli Friedman |
2011-10-07 | Fix APInt::operator*= so that it computes the correct result for large intege... | Eli Friedman |
2011-09-30 | Fix a bug in compare_numeric(). | Jakob Stoklund Olesen |
2011-09-14 | Add APInt support for converting to/from hexatridecimal strings | Douglas Gregor |
2011-08-29 | Fix a test that wasn't testing the right thing. | Matt Beaumont-Gay |
2011-07-29 | Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or | Duncan Sands |
2011-07-29 | Remove extra semicolon. | Jakub Staszak |
2011-07-28 | Use unsigned rather than uint16_t in case anyone feels like testing | Duncan Sands |
2011-07-28 | Check an additional property specific to the way LLVM | Duncan Sands |
2011-07-28 | Add a unittest for the simply connected components (SCC) iterator class. | Duncan Sands |
2011-07-27 | Remove some code that is no longer needed now that googletest knows how | Jay Foad |
2011-07-24 | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner |
2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin |
2011-07-14 | The key of a StringMap can contain nul's in it, so having first() return | Chris Lattner |
2011-07-06 | Fix a subtle issue in SmallVector. The following code did not work as expected: | Owen Anderson |
2011-06-15 | unittests: add test for APInt::toString() | Dylan Noblesmith |
2011-06-15 | Try fixing http://google1.osuosl.org:8011/builders/clang-i686-freebsd/builds/... | Argyrios Kyrtzidis |
2011-06-15 | Add unit tests for ADT/PackedVector | Argyrios Kyrtzidis |
2011-04-28 | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani |
2011-04-15 | Implements StringRef::compare with bounds. It is behaves similarly to strncmp... | Lenny Maiorani |
2011-03-30 | Avoid turning a floating point division with a constant power of two into a d... | Benjamin Kramer |
2011-03-30 | Add APFloat::getExactInverse. | Benjamin Kramer |
2011-03-17 | Add an argument to APInt's magic udiv calculation to specify the number of bi... | Benjamin Kramer |
2011-02-21 | The signed version of our "magic number" computation for the integer approxim... | Cameron Zwarich |
2011-02-03 | Part of this test is invariant inside the inner loop - move it outside | Duncan Sands |
2011-02-02 | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands |
2011-01-27 | Don't infinitely recurse! Patch by Marius Wachtler! | Chris Lattner |
2011-01-21 | Clang was not parsing target triples involving EABI and was generating wrong ... | Renato Golin |
2010-12-21 | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen |
2010-12-17 | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen |
2010-12-17 | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen |
2010-12-17 | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen |
2010-12-17 | Complete tests for IntervalMapOverlaps. | Jakob Stoklund Olesen |
2010-12-16 | Add basic test exposing many bugs. | Jakob Stoklund Olesen |
2010-12-03 | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen |
2010-12-01 | Support/ADT/Twine: Add toNullTerminatedStringRef. | Michael J. Spencer |
2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
2010-11-29 | Merge System into Support. | Michael J. Spencer |