llvm-6502/include/llvm/ADT
Daniel Dunbar 921be7a6f2 Remove SmallString::append_*int* methods; how many copies of int -> str
conversion code do we really need?
 - S.append_uint(N) can be replaced with 'raw_svector_ostream(S) << N' which is
   somewhat slower due to the extra set up cost, but still plenty fast
   (especially if the svector set up cost can be amortized).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79450 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-19 19:28:18 +00:00
..
APFloat.h Make a declaration consistent with its definition. 2009-08-17 04:10:20 +00:00
APInt.h Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. 2009-08-13 02:33:34 +00:00
APSInt.h
BitVector.h
DenseMap.h This void is implicit in C++. 2009-08-12 22:10:57 +00:00
DenseMapInfo.h Split DenseMapInfo into a separate header file, so that it can be 2009-07-31 18:18:19 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
HashExtras.h
ilist_node.h
ilist.h catch a typo and simplify call syntax 2009-08-12 09:05:11 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h Make default ctor for ImmutableSet::iterator public. 2009-08-01 01:28:23 +00:00
IndexedMap.h
IntrusiveRefCntPtr.h
iterator.cmake
iterator.h.in
OwningPtr.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h Remove SmallString::append_*int* methods; how many copies of int -> str 2009-08-19 19:28:18 +00:00
SmallVector.h Add SmallVector::{capacity,set_size}. 2009-08-19 17:48:28 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h STLExtras: Add less_ptr. 2009-08-09 03:36:59 +00:00
StringExtras.h
StringMap.h
StringRef.h Fix pasto in StringRef::count(char) 2009-08-18 18:34:22 +00:00
StringSet.h
Trie.h Fix some comments referring to std::cerr. 2009-08-03 01:02:24 +00:00
Triple.h Improve Triple to recognize the OS in i386-mingw32. 2009-08-18 19:26:55 +00:00
Twine.h
UniqueVector.h
VectorExtras.h