llvm-6502/lib/VMCore
Chris Lattner 3dd965c954 Fix PR885
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29794 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-21 17:20:01 +00:00
..
AsmWriter.cpp Fix PR885 2006-08-21 17:20:01 +00:00
AutoUpgrade.cpp
BasicBlock.cpp Use hidden visibility to reduce codesize 2006-06-28 22:57:00 +00:00
ConstantFold.cpp Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. 2006-06-28 21:38:54 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp Reduce the size of Constants.o by 25% by generalizing specific instantiations of 2006-07-17 17:38:29 +00:00
Dominators.cpp Add dominates/properlyDominates queries to IDom. 2006-08-01 22:24:47 +00:00
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
Instructions.cpp Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
IntrinsicInst.cpp 1. Support for c++ mangled names. 2006-07-11 15:58:09 +00:00
LeakDetector.cpp Use hidden visibility to reduce codesize 2006-06-28 22:57:00 +00:00
Makefile Fix a race condition in the makefile andrew reported 2006-07-20 19:08:27 +00:00
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp Change the ModuleProvider interface to not throw exceptions. 2006-07-06 21:35:01 +00:00
PassManagerT.h
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp No Need to live in the past. 2006-07-26 09:59:01 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp Move MVT::getVectorType out of line, it is large and shouldn't be inlined. 2006-07-19 00:40:45 +00:00
Verifier.cpp For PR780: 2006-07-26 16:18:00 +00:00