llvm-6502/lib/VMCore
Chris Lattner 45cfe545ec Change Pass::print to take a raw ostream instead of std::ostream,
update all code that this affects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79830 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 06:03:38 +00:00
..
AsmWriter.cpp eliminate the std::ostream form of WriteAsOperand and update clients. 2009-08-23 05:17:37 +00:00
Attributes.cpp Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. 2009-08-20 19:03:20 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp switch a couple things off std::ostream 2009-08-23 04:02:03 +00:00
ConstantsContext.h remove some DOUTs 2009-08-23 04:44:11 +00:00
Core.cpp Expose creating constant ints and floats from strings in llvm-c. 2009-08-16 23:36:46 +00:00
Dominators.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
LeakDetector.cpp Reapply my less-lock-contention-in-leak-detector patch, now with new files 2009-08-19 17:07:46 +00:00
LeaksContext.h switch from std::ostream to raw ostream, fix file header. 2009-08-23 03:56:06 +00:00
LLVMContext.cpp Actually privatize a IntegerTypes, and fix a few bugs exposed by this. 2009-08-13 23:27:32 +00:00
LLVMContextImpl.h Use standard LLVM-style headers. 2009-08-23 04:24:24 +00:00
Makefile
Mangler.cpp Add prefix only if it is needed. 2009-08-17 23:17:17 +00:00
Metadata.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Change Pass::print to take a raw ostream instead of std::ostream, 2009-08-23 06:03:38 +00:00
PassManager.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp remove the std::ostream version of module and type printing. 2009-08-23 04:52:46 +00:00
TypesContext.h remove some DOUTs 2009-08-23 04:44:11 +00:00
TypeSymbolTable.cpp
Use.cpp
Value.cpp Add a fast path for setName("") on an unnamed value. 2009-08-19 23:37:23 +00:00
ValueSymbolTable.cpp remove some DOUTs 2009-08-23 04:44:11 +00:00
ValueTypes.cpp
Verifier.cpp eliminate the std::ostream form of WriteAsOperand and update clients. 2009-08-23 05:17:37 +00:00