aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2009-09-221-4/+2
* write rfind in terms of npos as daniel requestedChris Lattner2009-09-201-6/+4
* move a couple non-trivial methods out of line, add new Chris Lattner2009-09-201-39/+23
* add size_t and a version of rfind that allows specification of whereChris Lattner2009-09-201-3/+9
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-1/+3
* add a simple c_str() method to SmallString.Chris Lattner2009-09-191-0/+6
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+17
* Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>John McCall2009-09-171-4/+5
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-171-0/+1
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-161-2/+48
* Fix apostrophos.Dan Gohman2009-09-151-1/+1
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-151-2/+2
* give densemap iterators real iterator traits.Chris Lattner2009-09-111-3/+6
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-081-2/+11
* Mark constants as unsigned, as pointed out by iccDuncan Sands2009-09-061-10/+10
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-064-7/+7
* Delete unused #include.Benjamin Kramer2009-09-051-4/+3
* Prune #includes.Benjamin Kramer2009-09-041-3/+0
* Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek2009-09-032-62/+61
* Set the 'cached digest' flag after computing the digest for anTed Kremenek2009-09-031-0/+1
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-311-3/+4
* make DenseMap::clear() early exit if there is nothing to do.Chris Lattner2009-08-301-0/+2
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-274-6/+12
* re-apply r80197, now that iterator.h is not mentioned any moreGabor Greif2009-08-272-155/+0
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-277-18/+15
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-272-0/+155
* now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...Gabor Greif2009-08-261-76/+0
* nobody includes llvm/ADT/iterator.h any more,Gabor Greif2009-08-261-79/+0
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-262-39/+0
* Allow unsigned long long DenseMapInfo.Mike Stump2009-08-261-0/+14
* some mips and some sparc compilers apparently Chris Lattner2009-08-261-0/+5
* re-committing yesterday's r79938.Gabor Greif2009-08-252-12/+57
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-252-42/+12
* Resubmit an earlier patch of mine:Gabor Greif2009-08-242-12/+42
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+8
* remove the dead std::ostream APInt inserterChris Lattner2009-08-231-5/+2
* remove a few DOUTs here and there.Chris Lattner2009-08-231-2/+2
* Change SmallString::operator{=,+=} to take a StringRef.Daniel Dunbar2009-08-221-3/+3
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-211-0/+2
* Add a fast path for setName("") on an unnamed value.Daniel Dunbar2009-08-191-0/+10
* Add triple parsing support for TCE.Eli Friedman2009-08-191-0/+1
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-8/+0
* Add SmallString::str (which returns a StringRef); this is more efficient thanDaniel Dunbar2009-08-191-0/+3
* Remove SmallString::append_*int* methods; how many copies of int -> strDaniel Dunbar2009-08-191-41/+0
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-2/+20
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-181-2/+16
* Fix pasto in StringRef::count(char)Daniel Dunbar2009-08-181-1/+1
* Add StringRef::count({char,StringRef})Daniel Dunbar2009-08-181-0/+22
* Fixed spelling of MSP430.Misha Brukman2009-08-181-1/+1
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-181-1/+1