llvm-6502/lib
Chris Lattner 2079fde081 * Add support for forward references of global variable addresses
* Add support for numeric global variable addresses
* Clean up getVal function by refactoring it into several smaller functions
* MethodTypes are now specified with an explicit isVarArg parameter
* Break ValueRef into ConstValueRef & SymbolicValueRef components
* Add support for the new Invoke instruction
* Fix a few broken calls to Type::getName instead of Type::getDescription


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@758 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-13 06:41:08 +00:00
..
Analysis Fix code to make GCC 2.96 happy 2001-10-13 06:34:47 +00:00
AsmParser * Add support for forward references of global variable addresses 2001-10-13 06:41:08 +00:00
Bytecode Support pointers to globals happily 2001-10-13 06:35:09 +00:00
CodeGen --corrected coalescing test: coalsed only if two are of the same reg class 2001-10-12 17:48:18 +00:00
ExecutionEngine * Both Method & GlobalVariable now subclass GlobalValue 2001-10-03 14:53:21 +00:00
Support Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
Target --corrected coalescing test: coalsed only if two are of the same reg class 2001-10-12 17:48:18 +00:00
Transforms Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
VMCore Support pointers to globals happily 2001-10-13 06:35:09 +00:00
Makefile Move the sparc target to a new lib/Target directory 2001-09-14 03:55:11 +00:00