llvm-6502/lib/Bytecode
Reid Spencer 24ab28f1e5 For bug 122:
Separate Types from Values because Type no longer inherits from Value. The
changes for this are too numerous to list. In essence, any data structure
that contained a Value was doubled so that Types could be contained
similarly. New members include Types, TypeMap, CompactionTypes, and
CompactionTypeMap. Functions taking a Value* were overloaded with a variant
that takes a Type* that acts on the new data structures.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14608 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-04 11:42:49 +00:00
..
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
Reader - Don't use macros to call the BytecodeHandler 2004-07-04 11:33:49 +00:00
Writer For bug 122: 2004-07-04 11:42:49 +00:00
Makefile Remove newly defunct Analyzer directory. 2004-06-29 23:21:16 +00:00