..
APFloat.h
Add a "loses information" return value to APFloat::convert
2008-10-09 23:00:39 +00:00
APInt.h
Fix isIntN to work with APInts > 64 bits. This method is only
2008-12-02 23:33:29 +00:00
APSInt.h
Added static methods to APSInt: getMinValue and getMaxValue.
2008-09-19 18:01:14 +00:00
BitVector.h
Prune and tidy #includes.
2008-05-29 19:52:31 +00:00
DenseMap.h
add densemap range insertion method.
2008-12-02 06:08:04 +00:00
DenseSet.h
Make DenseMap's insert return a pair, to more closely resemble std::map.
2008-07-07 17:46:23 +00:00
DepthFirstIterator.h
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
2008-05-29 17:41:17 +00:00
EquivalenceClasses.h
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
2008-05-29 17:41:17 +00:00
FoldingSet.h
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
GraphTraits.h
hash_map.cmake
Initial support for the CMake build system.
2008-09-22 01:08:49 +00:00
hash_map.h.in
Update guards
2008-05-29 18:17:53 +00:00
hash_set.cmake
Initial support for the CMake build system.
2008-09-22 01:08:49 +00:00
hash_set.h.in
Update guards
2008-05-29 18:17:53 +00:00
HashExtras.h
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
2008-05-29 17:41:17 +00:00
ilist_node.h
Fold the useful features of alist and alist_node into ilist, and
2008-07-28 21:51:04 +00:00
ilist.h
* Fixed spelling of "sentinel"
2009-01-08 02:21:23 +00:00
ImmutableList.h
move partial template specialization to FoldingSet.h.
2008-11-17 02:40:00 +00:00
ImmutableMap.h
Removed redundant ctor.
2008-08-14 21:17:07 +00:00
ImmutableSet.h
Typo
2008-11-03 03:50:40 +00:00
IndexedMap.h
IntrusiveRefCntPtr.h
iterator.cmake
Initial support for the CMake build system.
2008-09-22 01:08:49 +00:00
iterator.h.in
Update guards
2008-05-29 18:17:53 +00:00
OwningPtr.h
Use 'delete []' instead of 'delete' in OwningArray::reset().
2008-12-08 17:28:11 +00:00
PointerIntPair.h
Move the conversion to intptr_t to a separate statement. This
2008-12-08 17:41:24 +00:00
PostOrderIterator.h
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
2008-05-29 17:41:17 +00:00
PriorityQueue.h
Add a clear() method to PriorityQueue.
2008-06-23 23:47:46 +00:00
SCCIterator.h
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
2008-05-29 17:41:17 +00:00
ScopedHashTable.h
Add a simple, but efficient, generic scoped hash table
2008-06-09 00:42:10 +00:00
SetOperations.h
SetVector.h
SmallPtrSet.h
Fix more -Wshorten-64-to-32 warnings.
2008-05-05 18:30:58 +00:00
SmallSet.h
SmallString.h
add an operator= to assign to smallstring.
2008-11-20 07:09:17 +00:00
SmallVector.h
Add explicit this-> for some member function in templated base class.
2008-12-13 10:55:13 +00:00
SparseBitVector.h
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
Statistic.h
Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still be
2008-05-27 12:41:24 +00:00
STLExtras.h
Tidy up #includes, deleting a bunch of unnecessary #includes.
2009-01-05 17:59:02 +00:00
StringExtras.h
Work around PR1000.
2008-11-10 10:05:09 +00:00
StringMap.h
* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
2009-01-08 08:26:46 +00:00
StringSet.h
Remove extra blank line and space.
2009-01-08 06:11:51 +00:00
Tree.h
Trie.h
UniqueVector.h
Fix more -Wshorten-64-to-32 warnings.
2008-05-05 18:30:58 +00:00
VectorExtras.h