.. |
APInt.h
|
Add some things needed by the llvm-gcc version supporting bit accurate integer
|
2007-05-13 23:44:59 +00:00 |
APSInt.h
|
add missing methods, mark stuff const
|
2007-04-10 07:06:21 +00:00 |
BitVector.h
|
Evidently my earlier fix did not go far enough. When resizing a zero-sized
|
2007-07-10 02:01:16 +00:00 |
DenseMap.h
|
Make find return the appropriate iterator/const_iterator
|
2007-02-10 06:58:17 +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
|
clean up comment
|
2007-01-27 01:14:20 +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
|
Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail
|
2007-04-17 18:41:42 +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
|
Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy
|
2007-07-09 20:59:01 +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 an explicit keyword. Thanks Chris!
|
2007-06-29 22:16:25 +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
|
This is a patch to fix a compile error in STLExtras.h, and
|
2007-05-03 18:32:10 +00:00 |
StringExtras.h
|
Add a helper function
|
2006-11-28 22:32:35 +00:00 |
StringMap.h
|
use calloc instead of new/memset, it is more efficient
|
2007-04-04 00:44:31 +00:00 |
Tree.h
|
|
|
UniqueVector.h
|
Fix build error.
|
2007-02-06 14:59:28 +00:00 |
VectorExtras.h
|
|
|