llvm-6502/include/llvm/Transforms
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
..
IPO More explicit keywords. 2007-08-01 15:32:29 +00:00
Utils Updated VC++ build system. 2007-10-17 14:56:40 +00:00
Instrumentation.h remove some dead passes and stuff specific to the reoptimizer. 2007-02-20 05:31:35 +00:00
IPO.h For PR411: 2007-02-05 20:47:22 +00:00
RSProfiling.h add #ifndef guards 2007-08-10 15:53:08 +00:00
Scalar.h Remove RLE from the headers, since the pass itself is gone now. 2007-09-14 22:54:46 +00:00