| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up comments that I missed when changing the triple representation. | Chandler Carruth | 2012-02-21 | 1 | -1/+2 |
* | Switch the llvm::Triple class to immediately parse the triple string on | Chandler Carruth | 2012-02-21 | 1 | -27/+11 |
* | Move constructors out-of-line and flesh out their documentation. No | Chandler Carruth | 2012-02-20 | 1 | -9/+4 |
* | Hashing.h - utilities for hashing various data types. | Talin | 2012-02-18 | 1 | -0/+180 |
* | Template specialize SmallVector::push_back based on POD-ness of the type. Re... | Pete Cooper | 2012-02-16 | 1 | -19/+35 |
* | Add function for computing the edit distance of two arrays. | Kaelyn Uhrain | 2012-02-15 | 1 | -0/+102 |
* | Fix various issues (or do cleanups) found by enabling certain MSVC warnings. | Ahmed Charles | 2012-02-13 | 1 | -1/+1 |
* | Introduce helpers to compute the 32-bit varaints and 64-bit variants of | Chandler Carruth | 2012-02-06 | 1 | -0/+20 |
* | SmallVector's construct_range is the same thing as std::uninitialized_fill, n... | Benjamin Kramer | 2012-02-05 | 1 | -9/+3 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2012-02-05 | 1 | -6/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 6 | -35/+28 |
* | Begin fleshing out more convenience predicates in llvm::Triple and | Chandler Carruth | 2012-02-05 | 1 | -14/+34 |
* | Add Triple::getMacOSXVersion to replace crufty code in the clang driver. | Bob Wilson | 2012-01-31 | 1 | -0/+7 |
* | RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, | Manuel Klimek | 2012-01-31 | 1 | -1/+1 |
* | Add various coarse bit-width architecture predicates to llvm::Triple. | Chandler Carruth | 2012-01-31 | 1 | -0/+19 |
* | Relax constructor for IntrusiveRefCntPtr to not be explicit. | Ted Kremenek | 2012-01-31 | 1 | -1/+1 |
* | Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r... | Ted Kremenek | 2012-01-31 | 1 | -2/+8 |
* | DenseMap::find_as() and unit tests. | Talin | 2012-01-30 | 1 | -2/+27 |
* | Cleanup the organization of some methods in llvm::Triple and provide | Chandler Carruth | 2012-01-29 | 1 | -15/+19 |
* | Add a BitVector::reset(BitVector&) method. | Jakob Stoklund Olesen | 2012-01-29 | 1 | -0/+10 |
* | Add r149110 back with a fix for when the vector and the int have the same | Rafael Espindola | 2012-01-27 | 1 | -0/+10 |
* | Additional methods for SmallString. | Talin | 2012-01-24 | 1 | -5/+228 |
* | add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba... | Chris Lattner | 2012-01-24 | 1 | -0/+14 |
* | Various public StringMap methods take or return "MapEntryTy", make it public. | Chris Lattner | 2012-01-23 | 1 | -1/+2 |
* | revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,... | Chris Lattner | 2012-01-23 | 1 | -5/+2 |
* | allow OwningPtr to be copy constructed if null, which is required to | Chris Lattner | 2012-01-23 | 1 | -2/+5 |
* | Protect SmallVectorImpl's constructor and a few other methods that aren't mea... | Benjamin Kramer | 2012-01-20 | 1 | -4/+6 |
* | Introduce a new MutableArrayRef class, which refers to a series of mutable | Chris Lattner | 2012-01-19 | 1 | -1/+83 |
* | Add support for the gnueabihf environment. Patch by Sylvestre Ledru. | Rafael Espindola | 2012-01-18 | 1 | -0/+1 |
* | Trailing spaces. | Jakub Staszak | 2012-01-17 | 1 | -22/+21 |
* | add some missing const qualifiers. | Chris Lattner | 2012-01-17 | 1 | -2/+2 |
* | Add portable bit mask operations to BitVector. | Jakob Stoklund Olesen | 2012-01-17 | 1 | -0/+63 |
* | Teach the triple library about the androideabi environment. | Chandler Carruth | 2012-01-10 | 1 | -1/+2 |
* | 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 |