llvm-6502/lib/Bytecode/Writer
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
..
ConstantWriter.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
InstructionWriter.cpp Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SlotCalculator.cpp Part of bug 122: 2004-05-26 07:37:11 +00:00
SlotCalculator.h Part of bug 122: 2004-05-26 07:37:11 +00:00
SlotTable.cpp Put SlotTable.h inclusion back at front of list to be coding standards 2004-05-25 20:09:05 +00:00
SlotTable.h Make the constructor explicit so we can't implicitly convert bool to 2004-05-25 19:09:25 +00:00
Writer.cpp Part of bug 122: 2004-05-26 07:37:11 +00:00
WriterInternals.h SlotCalculator.h moved 2004-01-20 19:50:34 +00:00
WriterPrimitives.h Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. 2004-01-15 06:11:30 +00:00