Age | Commit message (Expand) | Author |
2012-09-06 | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem |
2012-09-05 | Remove unused typedefs gcc4.8 warns about. | Roman Divacky |
2012-09-05 | Removed Trie.h; unused in a long time | Marshall Clow |
2012-09-02 | Rename ANDROIDEABI to Android. | Logan Chien |
2012-08-30 | Fix HashString's Bernstein hash to use unsigned chars, as is usually done. | Will Dietz |
2012-08-28 | Add the Freescale vendor to Triple. | Hal Finkel |
2012-08-24 | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith |
2012-08-23 | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko |
2012-08-22 | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith |
2012-08-17 | Flatten the aligned-char-array utility template to be a directly | Chandler Carruth |
2012-08-15 | Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion. | Chad Rosier |
2012-08-14 | Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0) | Richard Smith |
2012-08-13 | Add a roundToIntegral method to APFloat, which can be parameterized over vari... | Owen Anderson |
2012-08-10 | Add some missing includes for the build against stdcxx. | Joerg Sonnenberger |
2012-08-06 | Add support for the OpenBSD for Bitrig. | Eric Christopher |
2012-08-01 | Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t... | Axel Naumann |
2012-08-01 | Add range erase, element insert, and range insert methods to | Chandler Carruth |
2012-08-01 | Add basic in-bounds asserts to TinyPtrVector::erase. | Chandler Carruth |
2012-08-01 | Fix shadowed variable warning | Nick Kledzik |
2012-07-31 | Implement copy and move assignment for TinyPtrVector. These try to | Chandler Carruth |
2012-07-31 | Clean up trailing whitespace and unnecessary blank lines. | Chandler Carruth |
2012-07-31 | Bring TinyPtrVector under test. Somehow we never picked up unit tests | Chandler Carruth |
2012-07-30 | Move the SmallVector unit tests to be type-parameterized so that we can | Chandler Carruth |
2012-07-29 | APInt: Simplify code. | Benjamin Kramer |
2012-07-27 | SmallVector: Crank up verbosity of asserts per Chandler's request. | Benjamin Kramer |
2012-07-27 | SmallVector::erase: Assert that iterators are actually inside the vector. | Benjamin Kramer |
2012-07-23 | Add operator== to APSInt. This will compare the signed bit before doing | Richard Trieu |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-18 | Remove tabs. | Bill Wendling |
2012-07-18 | Allow PointerIntPairs to be created from const void *. | Jordan Rose |
2012-07-17 | Fix broken ipo_ext_iterator constructors. | Jakob Stoklund Olesen |
2012-07-17 | Allow for customized graph edge pruning in PostOrderIterator.h | Jakob Stoklund Olesen |
2012-07-15 | Move IsSameValue from clang's ASTImporter to be methods on the | Eric Christopher |
2012-07-13 | Fixed few warnings. | Galina Kistanova |
2012-07-08 | SmallVector: Make use of move semantics to speed up moving objects in erase()... | Benjamin Kramer |
2012-07-03 | Micro-optimize this function a bit. This shrinks the generated code | Chandler Carruth |
2012-06-30 | Avoid sign compare warning. | Benjamin Kramer |
2012-06-20 | Remove 'static' from inline functions defined in header files. | Chandler Carruth |
2012-06-18 | Don't copy a potentially-uninitialized variable. | David Blaikie |
2012-06-17 | Bring the return value of SmallVector::insert in line with std::vector::insert. | Benjamin Kramer |
2012-06-17 | Remove SmallMap, and the several files that were used to implement it. | Chandler Carruth |
2012-06-17 | SmallVector: return a valid iterator for the rare case of inserting an empty ... | Benjamin Kramer |
2012-06-17 | Add a unit test for 'swap', and fix a pile of bugs in | Chandler Carruth |
2012-06-17 | Add tests for *DenesMap for both key and value types' construction and | Chandler Carruth |
2012-06-17 | Introduce a SmallDenseMap container that re-uses the existing DenseMap | Chandler Carruth |
2012-06-16 | Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag... | Benjamin Kramer |
2012-06-16 | Lift the NumElements and NumTombstones members into the super class | Chandler Carruth |
2012-06-16 | Factor DenseMap into a base class that implements the hashtable logic, | Chandler Carruth |
2012-06-14 | SmallMap, FlatArrayMap::copyFrom | Stepan Dyatkovskiy |
2012-06-13 | Group the 'unsigned' members after the pointer to avoid 4 bytes of | Chandler Carruth |