| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add ImmutableList::contains(). Patch by Rui Paulo! | Nick Lewycky | 2011-07-06 | 1 | -0/+8 |
* | Remove the confusing getDarwinNumber() api and friends. | Eric Christopher | 2011-07-02 | 1 | -13/+4 |
* | Add initial *-*-rtems* target, from Joel Sherrill | Douglas Gregor | 2011-07-01 | 1 | -1/+2 |
* | Extend ConstantUniqueMap with a new template parameter ValRefType, | Jay Foad | 2011-06-22 | 1 | -0/+7 |
* | Remove deprecated forms of StringMap::GetOrCreateValue(). | Jay Foad | 2011-06-21 | 1 | -12/+0 |
* | use the MapEntryTy typedef instead of writing it out long form, | Chris Lattner | 2011-06-21 | 1 | -9/+8 |
* | Constify PackedVector::reference::operator T(). | Argyrios Kyrtzidis | 2011-06-15 | 1 | -1/+1 |
* | add option for literal formatting to APInt::toString() | Ted Kremenek | 2011-06-15 | 1 | -3/+4 |
* | Introduce PackedVector, useful for storing a vector of values using a specifi... | Argyrios Kyrtzidis | 2011-05-31 | 1 | -0/+158 |
* | ...this is not a good commit day for me. | John McCall | 2011-05-29 | 1 | -1/+0 |
* | On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume. | John McCall | 2011-05-29 | 1 | -0/+1 |
* | Add asserts in StringRef to make sure we avoid undefined behavior: | Argyrios Kyrtzidis | 2011-05-20 | 1 | -7/+20 |
* | Remove redundant template partial specilization. | Zhongxing Xu | 2011-05-16 | 1 | -8/+1 |
* | Add an operator+= for appending StringRefs onto std::strings. | John McCall | 2011-05-13 | 1 | -0/+4 |
* | Fix a comment. | Bob Wilson | 2011-05-03 | 1 | -1/+1 |
* | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 2011-04-28 | 1 | -6/+0 |
* | Fix more -Wnon-pod-memset warnings. | Chandler Carruth | 2011-04-28 | 1 | -2/+2 |
* | Add utility method to DenseMap to return the amount of memory used for its bu... | Ted Kremenek | 2011-04-28 | 1 | -0/+9 |
* | silence some -Wnon-pod-memset warnings, since std::pair is not POD. | Chris Lattner | 2011-04-28 | 1 | -2/+2 |
* | Improve adherence to general style, use "foo_t &x" instead of "foo_t& x" | Chris Lattner | 2011-04-25 | 1 | -21/+21 |
* | allow adding a FoldingSetNodeID to a FastFoldingSetNode, resolving PR9499, | Chris Lattner | 2011-04-25 | 1 | -2/+5 |
* | Give ImmutableIntervalMap.h an include guard. | Sebastian Redl | 2011-04-24 | 1 | -0/+6 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 2 | -2/+0 |
* | PTX: Add intrinsics to list of built-in intrinsics, which allows them to be | Justin Holewinski | 2011-04-20 | 1 | -1/+2 |
* | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar | 2011-04-20 | 1 | -6/+6 |
* | ADT/Triple: Drop support for -osx style triples, we are going with -macosx | Daniel Dunbar | 2011-04-19 | 1 | -4/+2 |
* | ADT/Triple: Add support for Triple::MacOSX per feedback from Chris, will remove | Daniel Dunbar | 2011-04-19 | 1 | -2/+4 |
* | ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions. | Daniel Dunbar | 2011-04-19 | 1 | -0/+13 |
* | ADT/Triple: Add helper function for OS X version checks. | Daniel Dunbar | 2011-04-19 | 1 | -1/+24 |
* | ADT/Triple: Add isOSVersionLT helper function. | Daniel Dunbar | 2011-04-19 | 1 | -0/+14 |
* | ADT/Triple: Generalize and simplify getDarwinNumber to just be getOSVersion. | Daniel Dunbar | 2011-04-19 | 1 | -10/+20 |
* | ADT/Triple: Add support for more explicit "osx" and "ios" OS names. | Daniel Dunbar | 2011-04-19 | 1 | -0/+2 |
* | Implements StringRef::compare with bounds. It is behaves similarly to strncmp... | Lenny Maiorani | 2011-04-15 | 1 | -0/+6 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 2 | -2/+2 |
* | Fix typo in comment. | Jay Foad | 2011-04-13 | 1 | -2/+2 |
* | drive by bug fix: DenseMapInfo::isEqual should be determined according to | Chris Lattner | 2011-04-09 | 1 | -1/+4 |
* | IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, make | Peter Collingbourne | 2011-04-04 | 1 | -7/+7 |
* | Add an InterferenceCache class for caching per-block interference ranges. | Jakob Stoklund Olesen | 2011-04-02 | 1 | -0/+4 |