llvm-6502/include/llvm
Reid Spencer e0bc0c1822 Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place
that needs it after the Type != Value changes (bug 122).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14605 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-04 11:36:31 +00:00
..
ADT Add more operators. 2004-07-04 01:30:54 +00:00
Analysis Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place 2004-07-04 11:36:31 +00:00
Assembly Add a new, compatible, interface function for writing types as operands. 2004-07-04 10:59:05 +00:00
Bytecode Make all the virtual function (except destructor) inline so there are 2004-07-04 11:29:56 +00:00
CodeGen Add a new pass for code generators to use 2004-07-02 05:44:13 +00:00
Config
Debugger
ExecutionEngine
Support
System
Target
Transforms
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
Constant.h
Constants.h
DerivedTypes.h Remove all of the classof(const Value*) methods of the derived types since 2004-07-04 10:48:27 +00:00
Function.h
GlobalValue.h
GlobalVariable.h Since we are in the department of redundancy department, at least be correct 2004-07-02 18:41:18 +00:00
iMemory.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
Intrinsics.h
iOperators.h
iOther.h
iPHINode.h
iTerminators.h
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Constify usage of Type* on the interface to ensure SymbolTable doesn't 2004-07-04 10:49:41 +00:00
SymbolTableListTraits.h
Type.def There is no longer a "Type" primitive type because Values and Types are 2004-07-04 10:50:43 +00:00
Type.h Make Type have no base classes. Previously it inherited Value. Also 2004-07-04 10:46:49 +00:00
Use.h
User.h
Value.h - Remove enumerator TypeVal since Values can't be types any more 2004-07-04 10:52:28 +00:00