llvm-6502/lib/VMCore
Chris Lattner 63925c831a temporarily revert Devang's most recent patch, which caused a large
compile-time regression in LLC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34385 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-17 23:14:24 +00:00
..
AsmWriter.cpp For PR1195: 2007-02-15 02:26:10 +00:00
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 For PR1195: 2007-02-15 03:39:18 +00:00
ConstantFold.h Revise APIs for creating constantexpr GEPs to not require the use of vectors. 2007-01-31 04:40:28 +00:00
ConstantFolding.h Revise APIs for creating constantexpr GEPs to not require the use of vectors. 2007-01-31 04:40:28 +00:00
Constants.cpp For PR1195: 2007-02-15 03:39:18 +00:00
Dominators.cpp
Function.cpp Implement Function::getIntrinsicID without it needing to call Value::getName, 2007-02-15 19:17:16 +00:00
Globals.cpp For PR411: 2007-02-05 20:47:22 +00:00
InlineAsm.cpp
Instruction.cpp fix build 2007-02-16 02:25:55 +00:00
Instructions.cpp For PR1195: 2007-02-15 03:39:18 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
Makefile
Mangler.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Module.cpp For PR411: 2007-02-05 21:19:13 +00:00
ModuleProvider.cpp
Pass.cpp For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
PassManager.cpp temporarily revert Devang's most recent patch, which caused a large 2007-02-17 23:14:24 +00:00
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 For PR1195: 2007-02-15 03:39:18 +00:00
TypeSymbolTable.cpp shrink vmcore by moving symbol table stripping support out of VMCore into 2007-02-07 06:22:45 +00:00
Value.cpp rewrite Value::takeName to take advantage of the new symtab stuff. This 2007-02-15 20:01:43 +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 For PR1195: 2007-02-15 02:26:10 +00:00
Verifier.cpp For PR1195: 2007-02-15 03:39:18 +00:00