llvm-6502/include/llvm
Chris Lattner 5ef35fdb72 * Add destroyConstant stuff to handle module local constants
* Add classof implementations for more ConstPoolVal subclasses
* Pull null pointer implementation stuff out of ConstPoolPointer into
  a subclass ConstPoolPointerNull
* Implement ConstPoolPointerReference correctly and completely


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@732 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-13 06:11:10 +00:00
..
Analysis --added support for implicit operands in machine instructions 2001-10-12 17:46:27 +00:00
Assembly * Both Method & GlobalVariable now subclass GlobalValue 2001-10-03 14:53:21 +00:00
Bytecode
CodeGen --added support for implicit operands in machine instructions 2001-10-12 17:46:27 +00:00
Optimizations
Support Update comments 2001-10-01 13:34:22 +00:00
Target added suggesting color suppor 2001-09-30 23:19:09 +00:00
Transforms
AbstractTypeUser.h New file for supporting abstract types 2001-09-07 23:00:03 +00:00
Annotation.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
BasicBlock.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
ConstantHandling.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
ConstPoolVals.h * Add destroyConstant stuff to handle module local constants 2001-10-13 06:11:10 +00:00
DerivedTypes.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
Function.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
GlobalValue.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
GlobalVariable.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
iMemory.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
InstrTypes.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
Instruction.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
iOperators.h
iOther.h * Both Method & GlobalVariable now subclass GlobalValue 2001-10-03 14:53:21 +00:00
iTerminators.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
iUnary.h
Module.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
SlotCalculator.h
SymbolTable.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
SymTabValue.h
Type.def * Method::getType should return type cast as MethodType, eliminate getMethodType 2001-09-10 20:06:17 +00:00
Type.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
User.h Chris seems fond of #include <vector>. Fix these. Also convert use list in 2001-09-14 16:56:32 +00:00
Value.h * Both Method & GlobalVariable now subclass GlobalValue 2001-10-03 14:53:21 +00:00
ValueHolder.h