llvm-6502/include/llvm/ADT
2007-09-11 17:42:22 +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 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 Add a ValueInfoT template parameter to DenseMap so that it can properly make decisions 2007-09-11 05:08:05 +00:00
DepthFirstIterator.h Have internal df_iterator's use SmallPtrSet instead of std::set. This provides compile time speedups to any pass using df_iterator. 2007-06-21 21:25:36 +00:00
EquivalenceClasses.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
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 Removed tabs everywhere except autogenerated & external files. Add make 2007-04-16 18:10:23 +00:00
HashExtras.h
ilist improve iplist comments. Switch iplist from allocating its sentinal object (for 2007-08-17 16:49:19 +00:00
IndexedMap.h rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
iterator.in
PostOrderIterator.h
SCCIterator.h Support for llvm_ostreams. 2006-11-28 23:31:42 +00:00
SetOperations.h
SetVector.h Make SmallSetVector useful 2007-02-04 00:30:40 +00:00
SmallPtrSet.h Properly use const qualifiers 2007-08-15 21:12:30 +00:00
SmallSet.h Various bugfixes 2007-02-04 00:12:12 +00:00
SmallString.h add a missing operator 2007-04-23 20:58:14 +00:00
SmallVector.h add reverse iterators to smallvector 2007-08-20 21:22:48 +00:00
SparseBitVector.h Convert to use ilist and non-pointer lists for extra goodness 2007-09-11 17:42:22 +00:00
Statistic.h eliminate constructor from Statistic class. It is now impossible to get a 2006-12-19 23:17:40 +00:00
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 Fix build error. 2007-02-06 14:59:28 +00:00
VectorExtras.h