llvm-6502/lib/VMCore
Chris Lattner c38fea8ef4 better support for i128.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34258 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-13 23:57:55 +00:00
..
AsmWriter.cpp
BasicBlock.cpp Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> 2007-02-12 05:18:08 +00:00
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
Constants.cpp
Dominators.cpp
Function.cpp Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> 2007-02-12 05:18:08 +00:00
Globals.cpp
InlineAsm.cpp
Instruction.cpp Switch UnaryOperators to default to passing names up by const char* when possible. 2007-02-13 07:54:42 +00:00
Instructions.cpp Switch UnaryOperators to default to passing names up by const char* when possible. 2007-02-13 07:54:42 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManager.cpp
SymbolTableListTraitsImpl.h Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> 2007-02-12 05:18:08 +00:00
Type.cpp
TypeSymbolTable.cpp
Value.cpp add a setName variant that takes a null-terminated string. This can be 2007-02-13 07:53:34 +00:00
ValueSymbolTable.cpp Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> 2007-02-12 05:18:08 +00:00
ValueTypes.cpp better support for i128. 2007-02-13 23:57:55 +00:00
Verifier.cpp Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> 2007-02-12 05:18:08 +00:00