| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 3 | -6/+3 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 12 | -23/+327 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 12 | -20/+707 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 12 | -10/+634 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 13 | -338/+277 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 5 | -28/+170 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 18 | -254/+866 |
* | Merging r195092: | Bill Wendling | 2013-11-19 | 1 | -6/+5 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -1/+4 |
* | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -3/+1 |
* | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -1/+3 |
* | Fix a null pointer dereference when copying a null polymorphic pointer. | Chandler Carruth | 2013-11-13 | 1 | -0/+6 |
* | Switch to allow implicit construction. In many cases, we're wrapping | Chandler Carruth | 2013-11-09 | 1 | -0/+5 |
* | Test the polymorphic behavior of this utility. | Chandler Carruth | 2013-11-09 | 1 | -1/+33 |
* | Use something really explicit to test "move semantics" on builds without | Chandler Carruth | 2013-11-09 | 1 | -0/+4 |
* | Add the critically missing 'clone' method. =] | Chandler Carruth | 2013-11-09 | 1 | -0/+11 |
* | Move the test type out of the function and into the anonymous namespace | Chandler Carruth | 2013-11-09 | 1 | -5/+5 |
* | Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly | Chandler Carruth | 2013-11-09 | 2 | -0/+72 |
* | Add {start,end}with_lower methods to StringRef. | Rui Ueyama | 2013-10-30 | 1 | -0/+23 |
* | Add a few tests for StringRef::{start,end}with. | Rui Ueyama | 2013-10-28 | 1 | -0/+2 |
* | Add a Python-like join function to merge a list of strings with a | Joerg Sonnenberger | 2013-09-03 | 1 | -0/+27 |
* | Change default # of digits for APFloat::toString | Eli Friedman | 2013-08-29 | 1 | -4/+5 |
* | Revert r189442 "Change default # of digits for APFloat::toString" | Ted Kremenek | 2013-08-28 | 1 | -5/+4 |
* | Change default # of digits for APFloat::toString | Eli Friedman | 2013-08-28 | 1 | -4/+5 |
* | Basic unit tests for PointerUnion | David Blaikie | 2013-08-21 | 2 | -0/+65 |
* | [APFloat] Make all arithmetic operations with NaN produce positive NaNs. | Michael Gottesman | 2013-07-27 | 1 | -86/+36 |
* | Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." | Rafael Espindola | 2013-07-26 | 2 | -2/+2 |
* | [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. | Bill Schmidt | 2013-07-26 | 2 | -2/+2 |
* | Handle '.' correctly in hex float literal parsing. | Eli Friedman | 2013-07-17 | 1 | -1/+6 |
* | Sync SmallBitVector with BitVector. Add unit tests for the missing methods. | Benjamin Kramer | 2013-07-11 | 1 | -0/+36 |
* | [APFloat] Ensure that we can properly parse strings that do not have null ter... | Michael Gottesman | 2013-07-01 | 1 | -0/+25 |
* | [APFloat] Added unittest for APFloat.divide that checks special cases, result... | Michael Gottesman | 2013-06-27 | 1 | -0/+304 |
* | Removed two logging printf statements from the APFloat tests... = /. | Michael Gottesman | 2013-06-27 | 1 | -8/+0 |
* | [APFloat] Added unittest for APFloat.multiply that checks special cases, resu... | Michael Gottesman | 2013-06-26 | 1 | -0/+307 |
* | [APFloat] Added unittest for APFloat.subtract that checks special cases, resu... | Michael Gottesman | 2013-06-26 | 1 | -0/+303 |
* | [APFloat] Removed debugging cruft that snuck in. | Michael Gottesman | 2013-06-26 | 1 | -4/+0 |
* | [APFloat] Removed trailing whitespace from unittests. | Michael Gottesman | 2013-06-24 | 1 | -14/+14 |
* | [APFloat] Added a large unittest for APFloat.add that checks that special val... | Michael Gottesman | 2013-06-24 | 1 | -0/+302 |
* | [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method. | Michael Gottesman | 2013-06-20 | 1 | -7/+7 |
* | [APFloat] Fix typo in test so we actually test if we handle denormals. | Michael Gottesman | 2013-06-20 | 1 | -4/+4 |
* | [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests... | Michael Gottesman | 2013-06-19 | 1 | -8/+8 |
* | [APFloat] Added isFiniteNonZero predicate. | Michael Gottesman | 2013-06-19 | 1 | -0/+28 |
* | BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. | Benjamin Kramer | 2013-06-07 | 1 | -0/+16 |
* | Optimize BitVector::all(). | Benjamin Kramer | 2013-06-07 | 1 | -0/+8 |
* | IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical). | Michael Gottesman | 2013-06-04 | 1 | -0/+61 |
* | Try to avoid "integer literal too big" warnings from older GCCs. | Benjamin Kramer | 2013-06-01 | 1 | -7/+7 |
* | [APFloat] Added a unittest for APFloat::getZero. | Michael Gottesman | 2013-05-31 | 1 | -0/+37 |
* | Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi... | Michael Gottesman | 2013-05-30 | 1 | -0/+420 |
* | Added a unittest for APFloat::getSmallestNormalized. | Michael Gottesman | 2013-05-30 | 1 | -0/+30 |
* | Added code to the unittest for APFloat::getSmallest to double check that we c... | Michael Gottesman | 2013-05-30 | 1 | -2/+6 |