llvm-6502/include/llvm/ADT
2007-09-11 03:48:08 +00:00
..
APFloat.h Fix for VisualStudio. It is treating a 2 bit enum as a signed int for comparison purposes, causing failures. Using an extra bit fixes it. 2007-09-08 04:17:08 +00:00
APInt.h getMinSignedBits needs to take into consider the sign bit when the value is positive. 2007-08-29 16:21:18 +00:00
APSInt.h
BitVector.h
DenseMap.h Fix non-deterministic behavior in the DenseMap copy constructor. 2007-09-11 03:48:08 +00:00
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h Add explicit keywords and remove spurious trailing semicolons. 2007-08-27 14:50:10 +00:00
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h Add remaining functions necessary for andersen's 2007-09-11 01:38:07 +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
Tree.h
UniqueVector.h
VectorExtras.h