llvm-6502/include/llvm/ADT
Chris Lattner b606dba13b Remove the SmallVector ctor that converts from a SmallVectorImpl. This
conversion open the door for many nasty implicit conversion issues, and
can be easily solved by initializing with (V.begin(), V.end()) when 
needed.

This patch includes many small cleanups for sdisel also.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50340 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-28 06:44:42 +00:00
..
APFloat.h Add a method to APFloat to convert directly from APInt. 2008-02-29 01:26:11 +00:00
APInt.h Add support to APInt for shift and rotate operations with APInt 2008-02-29 01:40:47 +00:00
APSInt.h Constified operator<< in APSInt. 2008-02-08 07:14:19 +00:00
BitVector.h Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. 2008-02-20 11:08:44 +00:00
DenseMap.h Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. 2008-02-20 11:08:44 +00:00
DenseSet.h Implement != for DenseSet iterators. 2008-04-24 23:49:45 +00:00
DepthFirstIterator.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
EquivalenceClasses.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
FoldingSet.h Fix comment. 2008-03-19 10:59:59 +00:00
GraphTraits.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
hash_map.in remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
hash_set.in remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
HashExtras.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
ilist when a node is removed from an ilist, set its next/prev pointers to 2008-03-27 02:43:03 +00:00
ImmutableMap.h The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional) 2008-02-11 23:11:12 +00:00
ImmutableSet.h Unbreak build for VC2008. Patch by Argiris Kirtzidis! 2008-02-22 10:11:21 +00:00
IndexedMap.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
IntrusiveRefCntPtr.h improvements for IntrusiveRefCntPtr, patch by Mikhail Glushenkov 2008-04-11 16:42:06 +00:00
iterator.in remove attribution from a variety of miscellaneous files. 2007-12-29 22:59:10 +00:00
OwningPtr.h Add missing include (for ptrdiff_t). 2008-02-25 23:35:32 +00:00
PostOrderIterator.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
SCCIterator.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
SetOperations.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
SetVector.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
SmallPtrSet.h Add explicit keywords. 2008-03-25 22:06:05 +00:00
SmallSet.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
SmallString.h Bring in uint32_t, uint64_t, and int64_t types for MSVC. 2008-04-17 13:56:31 +00:00
SmallVector.h Remove the SmallVector ctor that converts from a SmallVectorImpl. This 2008-04-28 06:44:42 +00:00
SparseBitVector.h Add operator= implementations to SparseBitVector, allowing it to be used in GVN. This results 2008-04-07 17:38:23 +00:00
Statistic.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
STLExtras.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
StringExtras.h Make tblgen a little smarter about constants smaller than i32. Currently, 2008-02-15 23:05:48 +00:00
StringMap.h Don't dereference an invalid pointer if string is empty. 2008-02-05 23:34:40 +00:00
Tree.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Trie.h No need for typedefs with enums in C++. 2008-03-13 01:07:53 +00:00
UniqueVector.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
VectorExtras.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00