.. |
APFloat.h
|
Add a "loses information" return value to APFloat::convert
|
2008-10-09 23:00:39 +00:00 |
APInt.h
|
random cleanup
|
2008-10-11 22:06:50 +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 STL-style typedefs and default constructors to make it possible to
|
2008-10-27 18:15:15 +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
|
Add a clear() method to FoldingSet.
|
2008-08-23 00:42:16 +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
|
Removed unused parameters.
|
2008-08-01 05:50:13 +00:00 |
ImmutableList.h
|
constify some methods and variables in ImmutableList.
|
2008-10-21 05:59:33 +00:00 |
ImmutableMap.h
|
Removed redundant ctor.
|
2008-08-14 21:17:07 +00:00 |
ImmutableSet.h
|
|
|
IndexedMap.h
|
|
|
IntrusiveRefCntPtr.h
|
improvements for IntrusiveRefCntPtr, patch by Mikhail Glushenkov
|
2008-04-11 16:42:06 +00:00 |
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
|
|
|
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
|
Bring in uint32_t, uint64_t, and int64_t types for MSVC.
|
2008-04-17 13:56:31 +00:00 |
SmallVector.h
|
Implement a SmallVector insert method that can insert multiple
|
2008-10-16 00:15:24 +00:00 |
SparseBitVector.h
|
Fold the useful features of alist and alist_node into ilist, and
|
2008-07-28 21:51:04 +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
|
Fix several places that called mapped_iterator's constructor without
|
2008-10-16 00:12:39 +00:00 |
StringExtras.h
|
Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. This could cause a read-out-of-bounds error if s2 is smaller than s1.
|
2008-10-22 23:16:52 +00:00 |
StringMap.h
|
optimize StringMap::clear
|
2008-07-02 05:30:45 +00:00 |
StringSet.h
|
Return bool (inserted) from StringSet::insert as for StringMap::insert.
|
2008-10-27 20:50:02 +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
|
|
|