llvm-6502/lib
Cedric Venet 94fb5f2a70 Make it compile on VC2005:
- update VC projects.
- Add an overload to llvm::Stream for <<, since std::hex and std::dec have type std::ios_base& (*)(std::ios_base&) in VC++. (templating the function don't work, due to ambiguities)
- add ../ on several include in X86/AsmPrinter/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54898 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-17 18:24:26 +00:00
..
Analysis
Archive
AsmParser Rework the routines that convert AP[S]Int into a string. Now, instead of 2008-08-17 07:19:36 +00:00
Bitcode
CodeGen Don't instantiate GC metadata for declarations. 2008-08-17 16:18:50 +00:00
Debugger
ExecutionEngine Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. 2008-08-16 12:57:46 +00:00
Linker
Support Get raw_ostream.cpp to compile on MSVC. 2008-08-17 09:25:21 +00:00
System
Target Make it compile on VC2005: 2008-08-17 18:24:26 +00:00
Transforms Revert 54821. It's miscompiling 252.eon and 447.dealII 2008-08-17 08:07:31 +00:00
VMCore getLLVMName is only used for types now, which always pass in LocalPrefix. Specialize on it. 2008-08-17 17:28:37 +00:00
Makefile