| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch FoldingSet::AddString to StringRef based API. | Daniel Dunbar | 2009-09-22 | 1 | -4/+2 |
* | write rfind in terms of npos as daniel requested | Chris Lattner | 2009-09-20 | 1 | -6/+4 |
* | move a couple non-trivial methods out of line, add new | Chris Lattner | 2009-09-20 | 1 | -39/+23 |
* | add size_t and a version of rfind that allows specification of where | Chris Lattner | 2009-09-20 | 1 | -3/+9 |
* | add some more overloads of StringRef::getAsInteger for | Chris Lattner | 2009-09-19 | 1 | -1/+3 |
* | add a simple c_str() method to SmallString. | Chris Lattner | 2009-09-19 | 1 | -0/+6 |
* | provide a "strtoull" operation that works on StringRef's. | Chris Lattner | 2009-09-19 | 1 | -0/+17 |
* | Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> | John McCall | 2009-09-17 | 1 | -4/+5 |
* | add a version of the APFloat constructor that initializes to 0.0 | Chris Lattner | 2009-09-17 | 1 | -0/+1 |
* | Add StringRef::{rfind, rsplit} | Daniel Dunbar | 2009-09-16 | 1 | -2/+48 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | switch scciterator to use DenseMap instead of std::map | Chris Lattner | 2009-09-15 | 1 | -2/+2 |
* | give densemap iterators real iterator traits. | Chris Lattner | 2009-09-11 | 1 | -3/+6 |
* | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar | 2009-09-08 | 1 | -2/+11 |
* | Mark constants as unsigned, as pointed out by icc | Duncan Sands | 2009-09-06 | 1 | -10/+10 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 4 | -7/+7 |
* | Delete unused #include. | Benjamin Kramer | 2009-09-05 | 1 | -4/+3 |
* | Prune #includes. | Benjamin Kramer | 2009-09-04 | 1 | -3/+0 |
* | Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an | Ted Kremenek | 2009-09-03 | 2 | -62/+61 |
* | Set the 'cached digest' flag after computing the digest for an | Ted Kremenek | 2009-09-03 | 1 | -0/+1 |
* | restore semantics of operator* (removing a FIXME I had to introduce in r80224) | Gabor Greif | 2009-08-31 | 1 | -3/+4 |
* | make DenseMap::clear() early exit if there is nothing to do. | Chris Lattner | 2009-08-30 | 1 | -0/+2 |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 4 | -6/+12 |
* | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif | 2009-08-27 | 2 | -155/+0 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 7 | -18/+15 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 2 | -0/+155 |
* | now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre... | Gabor Greif | 2009-08-26 | 1 | -76/+0 |
* | nobody includes llvm/ADT/iterator.h any more, | Gabor Greif | 2009-08-26 | 1 | -79/+0 |
* | Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit... | Gabor Greif | 2009-08-26 | 2 | -39/+0 |
* | Allow unsigned long long DenseMapInfo. | Mike Stump | 2009-08-26 | 1 | -0/+14 |
* | some mips and some sparc compilers apparently | Chris Lattner | 2009-08-26 | 1 | -0/+5 |
* | re-committing yesterday's r79938. | Gabor Greif | 2009-08-25 | 2 | -12/+57 |
* | --- Reverse-merging r79938 into '.': | Bill Wendling | 2009-08-25 | 2 | -42/+12 |
* | Resubmit an earlier patch of mine: | Gabor Greif | 2009-08-24 | 2 | -12/+42 |
* | Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an | Daniel Dunbar | 2009-08-24 | 1 | -0/+8 |
* | remove the dead std::ostream APInt inserter | Chris Lattner | 2009-08-23 | 1 | -5/+2 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Change SmallString::operator{=,+=} to take a StringRef. | Daniel Dunbar | 2009-08-22 | 1 | -3/+3 |
* | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 1 | -0/+2 |
* | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar | 2009-08-19 | 1 | -0/+10 |
* | Add triple parsing support for TCE. | Eli Friedman | 2009-08-19 | 1 | -0/+1 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 1 | -8/+0 |
* | Add SmallString::str (which returns a StringRef); this is more efficient than | Daniel Dunbar | 2009-08-19 | 1 | -0/+3 |
* | Remove SmallString::append_*int* methods; how many copies of int -> str | Daniel Dunbar | 2009-08-19 | 1 | -41/+0 |
* | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -2/+20 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+16 |
* | Fix pasto in StringRef::count(char) | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add StringRef::count({char,StringRef}) | Daniel Dunbar | 2009-08-18 | 1 | -0/+22 |
* | Fixed spelling of MSP430. | Misha Brukman | 2009-08-18 | 1 | -1/+1 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |