llvm-6502/include/llvm/ADT
2007-12-21 00:15:29 +00:00
..
APFloat.h remove dead #include. 2007-12-08 19:06:21 +00:00
APInt.h eliminate dependency on Bitcode headers. 2007-12-08 19:01:44 +00:00
APSInt.h Fixed incorrect "path name" in preamble (comment) of header file. 2007-10-26 20:44:02 +00:00
BitVector.h Added two bounds checks to the BitVector class to detect 2007-12-10 22:28:35 +00:00
DenseMap.h Added typedef "value_type" to DenseMap (similar typedef appears in std::map). 2007-11-01 00:54:57 +00:00
DenseSet.h Mark count method const. 2007-10-05 17:40:38 +00:00
DepthFirstIterator.h Use references in DF iterators. This eliminates copy-ctor calls on huge objects (graphs) 2007-12-15 22:23:24 +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 Changed access control within FoldingSet for some ivars from "private" 2007-10-31 17:12:47 +00:00
GraphTraits.h Use references in DF iterators. This eliminates copy-ctor calls on huge objects (graphs) 2007-12-15 22:23:24 +00:00
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
ImmutableMap.h Added implementation of immutable (functional) maps and sets, as 2007-10-09 21:38:09 +00:00
ImmutableSet.h Changed the return type of type-specific Allocate() methods to return 2007-10-18 00:30:14 +00:00
IndexedMap.h rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
iterator.in
OwningPtr.h Added OwningArrayPtr smart pointer class to provide an analogous class to 2007-12-20 19:53:47 +00:00
PostOrderIterator.h Fix typo. 2007-09-24 02:33:22 +00:00
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 make smallptrset more const and type correct, which caught a few 2007-11-06 22:12:43 +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 Fix bugs in iterator invalidation 2007-11-15 18:06:49 +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 Add an uppercase conversion utility function. 2007-10-18 19:31:38 +00:00
StringMap.h Add explicit keywords, and fix a minor typo that they uncovered. 2007-12-14 15:41:34 +00:00
Tree.h
Trie.h More eye-candy stuff :) 2007-12-20 01:30:27 +00:00
UniqueVector.h Fix build error. 2007-02-06 14:59:28 +00:00
VectorExtras.h