| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a T&& constructor to llvm::Optional. | Jordan Rose | 2012-10-18 | 1 | -0/+9 |
* | Speculative fix the mask constants to be of type uintptr_t. I don't know of ... | Owen Anderson | 2012-10-16 | 1 | -4/+4 |
* | Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun... | Owen Anderson | 2012-10-16 | 1 | -6/+6 |
* | Add range-based set()/reset() to BitVector. These allow fast setting/resetti... | Owen Anderson | 2012-10-15 | 2 | -0/+86 |
* | Fix a typo that made ImmutableMap::getMaxElement() useless. | Benjamin Kramer | 2012-10-14 | 1 | -1/+1 |
* | Add powerpc-ibm-aix to Triple. Patch by Kai. | Duncan Sands | 2012-10-12 | 1 | -2/+4 |
* | Add count() method to MapVector | Douglas Gregor | 2012-10-09 | 1 | -0/+5 |
* | Not everyone uses C++11, apparently | Douglas Gregor | 2012-10-09 | 1 | -1/+1 |
* | Allow MapVector clients to specify the map and vector types, and add a | Douglas Gregor | 2012-10-09 | 1 | -3/+8 |
* | Third try at fixing this. ;] Go back to using std::remove_if, which has | Chandler Carruth | 2012-10-03 | 1 | -8/+28 |
* | Switch the SetVector::remove_if implementation to use partition which | Chandler Carruth | 2012-10-03 | 1 | -2/+3 |
* | Teach the new SROA to handle cases where an alloca that has already been | Chandler Carruth | 2012-10-02 | 1 | -0/+26 |
* | Clean up these doxygen comments to follow the proposed new style. This | Chandler Carruth | 2012-10-02 | 1 | -21/+22 |
* | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 1 | -1/+2 |
* | Add in support for SPIR to LLVM core. This adds a new target and two new call... | Micah Villmow | 2012-10-01 | 1 | -1/+2 |
* | PackedVector: Make the BitVector implementation configurable. | Benjamin Kramer | 2012-09-28 | 1 | -13/+14 |
* | Provide malloc-free sentinels for the SparseBitVector internals. | Benjamin Kramer | 2012-09-28 | 1 | -0/+16 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 3 | -6/+6 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 3 | -6/+6 |
* | Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. | Jordan Rose | 2012-09-22 | 1 | -0/+19 |
* | DenseMap: assert that we have found a bucket before we try to insert into it. | Jordan Rose | 2012-09-22 | 1 | -0/+1 |
* | Make MapVector a bit more expensive but harder to misuse. We now only | Rafael Espindola | 2012-09-19 | 1 | -87/+14 |
* | Add a MapVector class. It provides a regular set iteration, but | Rafael Espindola | 2012-09-18 | 1 | -0/+153 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 8 | -19/+20 |
* | Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators... | Craig Topper | 2012-09-16 | 1 | -3/+4 |
* | Tidy up formatting of some elses on a separate line from preceding bracing. N... | Craig Topper | 2012-09-16 | 1 | -5/+5 |
* | Tidy up trailing whitespace. | Craig Topper | 2012-09-16 | 1 | -32/+32 |
* | Remove unneeded header. | Craig Topper | 2012-09-16 | 1 | -1/+0 |
* | Fix Doxygen issues: wrap code examples in \code and use \p to refer to | Dmitri Gribenko | 2012-09-15 | 1 | -0/+2 |
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-14 | 2 | -12/+12 |
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-13 | 8 | -163/+158 |
* | Fix typo in comment. | Nick Lewycky | 2012-09-13 | 1 | -1/+1 |
* | Add operator< for FoldingSetNodeID. | Ted Kremenek | 2012-09-08 | 1 | -0/+9 |
* | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem | 2012-09-06 | 1 | -2/+19 |
* | Remove unused typedefs gcc4.8 warns about. | Roman Divacky | 2012-09-05 | 1 | -1/+0 |
* | Removed Trie.h; unused in a long time | Marshall Clow | 2012-09-05 | 1 | -334/+0 |
* | Rename ANDROIDEABI to Android. | Logan Chien | 2012-09-02 | 1 | -1/+1 |
* | Fix HashString's Bernstein hash to use unsigned chars, as is usually done. | Will Dietz | 2012-08-30 | 1 | -1/+1 |
* | Add the Freescale vendor to Triple. | Hal Finkel | 2012-08-28 | 1 | -1/+2 |
* | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith | 2012-08-24 | 4 | -9/+12 |
* | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko | 2012-08-23 | 2 | -13/+13 |
* | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith | 2012-08-22 | 2 | -101/+64 |
* | Flatten the aligned-char-array utility template to be a directly | Chandler Carruth | 2012-08-17 | 1 | -4/+2 |
* | Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion. | Chad Rosier | 2012-08-15 | 1 | -1/+1 |
* | Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0) | Richard Smith | 2012-08-14 | 1 | -2/+3 |
* | Add a roundToIntegral method to APFloat, which can be parameterized over vari... | Owen Anderson | 2012-08-13 | 1 | -0/+1 |
* | Add some missing includes for the build against stdcxx. | Joerg Sonnenberger | 2012-08-10 | 1 | -0/+1 |
* | Add support for the OpenBSD for Bitrig. | Eric Christopher | 2012-08-06 | 1 | -1/+2 |
* | Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t... | Axel Naumann | 2012-08-01 | 1 | -1/+1 |
* | Add range erase, element insert, and range insert methods to | Chandler Carruth | 2012-08-01 | 1 | -1/+57 |