| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring the return value of SmallVector::insert in line with std::vector::insert. | Benjamin Kramer | 2012-06-17 | 1 | -10/+11 |
* | Remove SmallMap, and the several files that were used to implement it. | Chandler Carruth | 2012-06-17 | 3 | -912/+0 |
* | SmallVector: return a valid iterator for the rare case of inserting an empty ... | Benjamin Kramer | 2012-06-17 | 1 | -2/+2 |
* | Add a unit test for 'swap', and fix a pile of bugs in | Chandler Carruth | 2012-06-17 | 1 | -7/+34 |
* | Add tests for *DenesMap for both key and value types' construction and | Chandler Carruth | 2012-06-17 | 1 | -18/+28 |
* | Introduce a SmallDenseMap container that re-uses the existing DenseMap | Chandler Carruth | 2012-06-17 | 1 | -14/+297 |
* | Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag... | Benjamin Kramer | 2012-06-16 | 1 | -0/+66 |
* | Lift the NumElements and NumTombstones members into the super class | Chandler Carruth | 2012-06-16 | 1 | -37/+78 |
* | Factor DenseMap into a base class that implements the hashtable logic, | Chandler Carruth | 2012-06-16 | 1 | -195/+249 |
* | SmallMap, FlatArrayMap::copyFrom | Stepan Dyatkovskiy | 2012-06-14 | 1 | -1/+3 |
* | Group the 'unsigned' members after the pointer to avoid 4 bytes of | Chandler Carruth | 2012-06-13 | 1 | -1/+1 |
* | Hashing: Remove outdated comment. Support for reserved hash values was remove... | Benjamin Kramer | 2012-06-09 | 1 | -4/+0 |
* | Add move semantics to APInt. | Benjamin Kramer | 2012-06-02 | 1 | -0/+23 |
* | Provide move semantics for (Small)BitVector. | Benjamin Kramer | 2012-06-01 | 2 | -0/+40 |
* | IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith. | Benjamin Kramer | 2012-05-31 | 1 | -30/+2 |
* | DenseMap's move assignment operator needs to return *this | Douglas Gregor | 2012-05-29 | 1 | -0/+1 |
* | add some helper methods to make the type more uniform. | Chris Lattner | 2012-05-28 | 1 | -0/+17 |
* | DenseMap: Use an early exit when there is nothing to do in DestroyAll(). | Benjamin Kramer | 2012-05-27 | 1 | -4/+5 |
* | IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe... | Benjamin Kramer | 2012-05-27 | 1 | -4/+3 |
* | DenseMap: Provide a move ctor and move semantics for operator[] and FindAndCo... | Benjamin Kramer | 2012-05-27 | 1 | -2/+56 |
* | DenseMap: Factor destruction into a common helper method. | Benjamin Kramer | 2012-05-27 | 1 | -26/+15 |
* | Move-enable IntrusiveRefCntPtr. | Benjamin Kramer | 2012-05-27 | 1 | -2/+27 |
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 1 | -2/+0 |
* | fix the quotient returned by sdivrem() for the case when LHS is negative and ... | Nuno Lopes | 2012-05-22 | 1 | -2/+3 |
* | Disambiguate call to operator==. | Benjamin Kramer | 2012-05-19 | 1 | -1/+1 |
* | ValueMap: Use DenseMap's find_as mechanism to reduce use list churn. | Benjamin Kramer | 2012-05-19 | 1 | -5/+17 |
* | Provide move semantics for TinyPtrVector and for DenseMap's rehash function. | Benjamin Kramer | 2012-05-19 | 2 | -2/+13 |
* | Fixed one small stupid, but critical bug. | Stepan Dyatkovskiy | 2012-05-15 | 1 | -2/+2 |
* | Remove the expensive BitVector::operator~(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -5/+0 |
* | Remove BitVector binops. | Jakob Stoklund Olesen | 2012-05-14 | 1 | -18/+0 |
* | Add BitVector::anyCommon(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -0/+10 |
* | Add doxygen comments. | Michael J. Spencer | 2012-05-11 | 1 | -0/+6 |
* | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 2012-05-11 | 1 | -0/+22 |
* | Add Triple::getiOSVersion. | Chad Rosier | 2012-05-09 | 1 | -0/+5 |
* | Constify (trivially) ImmutableSet::iterator::getVisitState(). | Jordy Rose | 2012-05-07 | 1 | -1/+1 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 1 | -0/+2 |
* | Add a FoldingSetVector datastructure which is analogous to a SetVector, | Chandler Carruth | 2012-05-03 | 1 | -0/+105 |
* | Update SmallVector to support move semantics if the host does. | John McCall | 2012-05-02 | 1 | -14/+212 |
* | SmallVector: Don't rely on having an assignment operator around in push_back ... | Benjamin Kramer | 2012-04-29 | 1 | -1/+1 |
* | Use the most basic superclass of SmallVector in ArrayRef. | Benjamin Kramer | 2012-04-28 | 1 | -1/+1 |
* | Reapply the SmallMap patch with a fix. | Benjamin Kramer | 2012-04-25 | 3 | -0/+910 |
* | Revert "First implementation of:" | Eric Christopher | 2012-04-25 | 3 | -910/+0 |
* | First implementation of: | Stepan Dyatkovskiy | 2012-04-25 | 3 | -0/+910 |
* | stop hiding SmallVector's append that takes a count + element. | Chris Lattner | 2012-04-21 | 1 | -1/+6 |
* | SparseSet: Add support for key-derived indexes and arbitrary key types. | Andrew Trick | 2012-04-20 | 3 | -44/+89 |
* | SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ... | Benjamin Kramer | 2012-04-18 | 1 | -3/+0 |
* | Make StringMap's copy ctor non-explicit. | Benjamin Kramer | 2012-04-14 | 1 | -1/+1 |
* | FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us... | Benjamin Kramer | 2012-04-11 | 1 | -14/+14 |
* | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands | 2012-04-10 | 1 | -0/+1 |
* | Perform partial SROA on the helper hashing structure. I really wish the | Chandler Carruth | 2012-04-07 | 1 | -42/+48 |