llvm-6502/include/llvm/ADT
Hartmut Kaiser efd4a5144b Updated VC++ build system.
Silenced some VC warnings.

I'm getting linker errors, though: unresolved externals:

llvm::Split<class llvm::BasicBlock *,struct llvm::GraphTraits<class llvm::BasicBlock *> >(class llvm::DominatorTreeBase<class llvm::BasicBlock> &,class llvm::BasicBlock *)

and

llvm::Split<struct llvm::Inverse<class llvm::BasicBlock *>,struct llvm::GraphTraits<struct llvm::Inverse<class llvm::BasicBlock *> > >(class llvm::DominatorTreeBase<class llvm::BasicBlock> &,class llvm::BasicBlock *)

Where are these defined?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43073 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-17 14:56:40 +00:00
..
APFloat.h Consolidate logic for creating NaNs. Silence compiler warning. 2007-10-14 10:39:51 +00:00
APInt.h Add a new function tcExtract for extracting a bignum from an 2007-10-08 13:47:12 +00:00
APSInt.h Updated VC++ build system. 2007-10-17 14:56:40 +00:00
BitVector.h Updated VC++ build system. 2007-10-17 14:56:40 +00:00
DenseMap.h Fix problems where DenseMap used operator!= instead of correctly 2007-10-09 05:42:12 +00:00
DenseSet.h Mark count method const. 2007-10-05 17:40:38 +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
FoldingSet.h Change a #include into a forward declaration 2007-10-09 03:40:30 +00:00
GraphTraits.h Add a GraphTraits partial specialization to make the inverse of an inverse be the same as the underlying graph. 2007-10-03 21:24:38 +00:00
hash_map.in
hash_set.in
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 Fixed incorrect renaming of method name (forgot two characters). 2007-10-15 19:15:48 +00:00
IndexedMap.h
iterator.in
PostOrderIterator.h Fix typo. 2007-09-24 02:33:22 +00:00
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h Properly use const qualifiers 2007-08-15 21:12:30 +00:00
SmallSet.h
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 Some more problems noticed by Curtis 2007-10-07 04:47:57 +00:00
Statistic.h
STLExtras.h Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
StringExtras.h fix reversal bug in preceding checkin 2007-09-04 17:32:27 +00:00
StringMap.h don't use intptr_t without including it. 2007-10-12 18:16:23 +00:00
Tree.h
UniqueVector.h
VectorExtras.h