| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -4/+16 |
* | various cleanups noticed by Frits | Chris Lattner | 2011-07-18 | 1 | -7/+7 |
* | remove pasto | Chris Lattner | 2011-07-18 | 1 | -4/+0 |
* | Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ... | Frits van Bommel | 2011-07-18 | 1 | -1/+1 |
* | Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ... | Frits van Bommel | 2011-07-18 | 1 | -1/+47 |
* | add iteration support to TinyPtrVector for clang's use. | Chris Lattner | 2011-07-18 | 1 | -0/+22 |
* | fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | introduce a new TinyPtrVector class. | Chris Lattner | 2011-07-18 | 1 | -0/+115 |
* | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin | 2011-07-15 | 1 | -0/+2 |
* | The key of a StringMap can contain nul's in it, so having first() return | Chris Lattner | 2011-07-14 | 1 | -1/+1 |
* | Add some bits that I found useful when converting InsertValueInst and | Jay Foad | 2011-07-13 | 1 | -1/+30 |
* | Fix a subtle issue in SmallVector. The following code did not work as expected: | Owen Anderson | 2011-07-06 | 1 | -1/+8 |