llvm-6502/include/llvm
Reid Spencer 798ff64328 Part of bug 122:
This change removes the BuildBytecodeInfo flag from the SlotCalculator
class. This flag was needed to distinguish between the Bytecode/Writer
and the AsmWriter. Now that AsmWriter doesn't use SlotCalculator, we can
remove this flag and simplify some code. Also, some minor name changes
to CachedWriter.h needed to be committed (missed in previous commit).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13785 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-26 07:37:11 +00:00
..
ADT Remember the set of leaders. Also compute on demand and cache the equiv 2004-05-23 08:05:14 +00:00
Analysis Part of bug 122: 2004-05-26 07:37:11 +00:00
Assembly Part of bug 122: 2004-05-26 07:37:11 +00:00
Bytecode
CodeGen Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. 2004-05-24 07:14:35 +00:00
Config
Debugger
ExecutionEngine
Internal Make the constructor explicit so we can't implicitly convert bool to 2004-05-25 19:09:25 +00:00
Support Removed unused, useless header file. 2004-05-25 17:28:35 +00:00
System
Target
Transforms Add a new prototype 2004-05-23 21:16:13 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h Minor aesthetic alignments; no functional changes. 2004-05-17 22:28:21 +00:00
CallGraphSCCPass.h
Constant.h
Constants.h Add some helpers 2004-05-25 05:32:13 +00:00
DerivedTypes.h Convert dump() method to call Type::dump() instead of Value::dump(). 2004-05-25 08:45:42 +00:00
Function.h
GlobalValue.h
GlobalVariable.h
iMemory.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicLowering.h
Intrinsics.h Add the new GC intrinsics 2004-05-23 21:16:33 +00:00
iOperators.h
iOther.h
iPHINode.h
iTerminators.h
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Completely rewrote the class. SymbolTable now separates Type* from Value* in preparation\ 2004-05-25 08:45:53 +00:00
SymbolTableListTraits.h
Type.def
Type.h Give Type its own dump() method in preparation for Type != Value. 2004-05-25 08:46:04 +00:00
Use.h
User.h
Value.h