llvm-6502/include/llvm/ADT
2007-09-17 22:24:00 +00:00
..
APFloat.h Make single-argument ctors explicit to avoid tricky bugs :) 2007-09-13 06:15:57 +00:00
APInt.h Do not hide APInt::dump() inside #ifndef NDEBUG. 2007-09-17 22:24:00 +00:00
APSInt.h default this to radix 10 like the toString(Un)Signed methods. 2007-08-23 05:21:48 +00:00
BitVector.h This fixes resizing issues with BitVectors. It ensures that the BitWord type and type size is always used, and ensures completely correct clearing of unused high bits, and setting of bits when resizing. It should resolve PR1563. 2007-08-06 20:52:17 +00:00
DenseMap.h Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo 2007-09-17 18:34:04 +00:00
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h Remove the assumption that FP's are either float or 2007-09-14 22:26:36 +00:00
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist improve iplist comments. Switch iplist from allocating its sentinal object (for 2007-08-17 16:49:19 +00:00
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h Properly use const qualifiers 2007-08-15 21:12:30 +00:00
SmallSet.h
SmallString.h
SmallVector.h add reverse iterators to smallvector 2007-08-20 21:22:48 +00:00
SparseBitVector.h That's what i get for using carbon emacs in a terminal 2007-09-17 18:05:59 +00:00
Statistic.h
STLExtras.h Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
StringExtras.h fix reversal bug in preceding checkin 2007-09-04 17:32:27 +00:00
StringMap.h Disable the string map copy ctor and assignment operators, 2007-07-22 20:08:01 +00:00
Tree.h
UniqueVector.h
VectorExtras.h