| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -41/+0 |
* | Port the trick to skip the check for empty buckets from StringMap to DenseMap. | Benjamin Kramer | 2012-01-07 | 1 | -9/+9 |
* | allow clients of SmallSet to specify their own comparison function for the set. | Chris Lattner | 2012-01-05 | 1 | -2/+2 |
* | StringMap.find never points to an empty bucket or tombstone, skip the check. | Benjamin Kramer | 2012-01-04 | 1 | -2/+2 |
* | Switch StringMap from an array of structures to a structure of arrays. | Benjamin Kramer | 2011-12-27 | 1 | -34/+26 |
* | Fixed typo. | Lang Hames | 2011-12-22 | 1 | -1/+1 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+1 |
* | add a method to improve compatibility with SmallVector. | Chris Lattner | 2011-12-20 | 1 | -0/+6 |
* | As Doug pointed out (and I really should know), it is perfectly easy to | Chandler Carruth | 2011-12-17 | 1 | -16/+4 |
* | Make GCC happy by using makeAraryRef instead of the implicit conversion. | Chandler Carruth | 2011-12-16 | 1 | -4/+4 |
* | Add a generic collection of class templates to ADT for building | Chandler Carruth | 2011-12-16 | 1 | -0/+343 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+1 |
* | Support/FileSystem: Implement recursive_directory_iterator and make | Michael J. Spencer | 2011-12-08 | 1 | -1/+6 |
* | Adding missing anchor to DATDeltaAlgorithm. | David Blaikie | 2011-12-07 | 1 | -0/+1 |
* | allow TinyPtrVector to implicitly convert to ArrayRef. | Chris Lattner | 2011-12-06 | 1 | -0/+9 |
* | Silence tsan false-positives (tsan can't track things which are only safe due to | Nick Lewycky | 2011-12-05 | 1 | -0/+2 |
* | Change the Dominators recalculate() function to only rely on GraphTraits | Anna Zaks | 2011-12-05 | 1 | -1/+4 |
* | Handle more cases in APInt::getLowBitsSet's fast path. | Benjamin Kramer | 2011-11-28 | 1 | -2/+2 |
* | Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac... | Ted Kremenek | 2011-11-17 | 1 | -0/+3 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 1 | -16/+0 |
* | ADT/StringRef: Add ::lower() and ::upper() methods. | Daniel Dunbar | 2011-11-06 | 1 | -0/+10 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -1/+0 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -1/+0 |
* | Remove the SystemZ backend. | Dan Gohman | 2011-10-24 | 1 | -1/+0 |
* | Avoid warnings about the parameter G being unused. | Duncan Sands | 2011-10-20 | 1 | -1/+1 |
* | Use unsigned multiply to hash integers, so we don't end up with undefined beh... | Eli Friedman | 2011-10-12 | 1 | -5/+5 |
* | Allow stat += 0 without activating the stat. | Andrew Trick | 2011-10-10 | 1 | -0/+2 |
* | whitespace | Andrew Trick | 2011-10-10 | 1 | -8/+8 |
* | Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit. | Ted Kremenek | 2011-10-02 | 1 | -2/+3 |
* | Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef... | Anna Zaks | 2011-09-23 | 1 | -0/+4 |
* | Add mips64 & mips64el to Triple. Patch by Liu with modifications. | Akira Hatanaka | 2011-09-20 | 1 | -0/+2 |
* | Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]... | Ted Kremenek | 2011-09-16 | 2 | -0/+286 |
* | Add APInt support for converting to/from hexatridecimal strings | Douglas Gregor | 2011-09-14 | 1 | -5/+5 |
* | Add AMDIL as valid target triple to LLVM. | Tobias Grosser | 2011-08-29 | 1 | -0/+1 |
* | This patch adds support of le32 pseudo-cpu that stands for generic | Ivan Krasin | 2011-08-23 | 1 | -0/+1 |
* | Add IntervalMap::const_iterator::atBegin(). | Jakob Stoklund Olesen | 2011-08-19 | 1 | -0/+3 |
* | Add NativeClient operating system support. | Ivan Krasin | 2011-08-18 | 1 | -1/+2 |
* | Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically, | Chris Lattner | 2011-08-12 | 1 | -1/+5 |
* | An interface for iterating over a loop's blocks in DFS order. | Andrew Trick | 2011-08-03 | 1 | -0/+10 |
* | Add a std::string Wrapper for TableGen | David Greene | 2011-07-29 | 1 | -0/+1 |
* | This file was moved from Support to ADT. Correct a comment. | Duncan Sands | 2011-07-28 | 1 | -1/+1 |
* | In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U instead | Nick Lewycky | 2011-07-28 | 1 | -2/+2 |
* | Add a generic 'capacity_in_bytes' function to allow inspection of memory usag... | Ted Kremenek | 2011-07-27 | 2 | -6/+17 |
* | Strip trailing whitespace. | Duncan Sands | 2011-07-26 | 1 | -3/+3 |
* | Teach the Triple class about kfreebsd (FreeBSD kernel with | Duncan Sands | 2011-07-26 | 1 | -0/+1 |
* | switch Triple to take twines instead of stringrefs. | Chris Lattner | 2011-07-24 | 1 | -20/+9 |
* | Add Twine support for characters, and switch twine to use a union internally | Chris Lattner | 2011-07-24 | 1 | -25/+83 |
* | Omit explicit length here, now that I've had a chance to test this with gcc. | Frits van Bommel | 2011-07-24 | 1 | -1/+1 |
* | Initialize DenseSets lazily. | Benjamin Kramer | 2011-07-21 | 1 | -1/+1 |
* | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner | 2011-07-21 | 1 | -19/+15 |