llvm-6502/lib
Chris Lattner dc4c3f2f5f Made the following changes:
* ValueHolder became a 3 argument template.  This allows for BasicBlock to
  use the value holder arg as a typesafe parent pointer.
* SymTabValue no longer inherits from Value
* Method does not inherit from only SymTabValue.  Now it inherits from both
  STV & Value.
* Module does not inherit from only SymTabValue.  Now it inherits from both
  STV & Value.
* Updated the SymTabValue.h file to reference SymTabValue instead of STDef
  in several places
* Added isArraySelector & isStructSelector to GetElementPtr instruction


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-14 06:07:58 +00:00
..
Analysis Fixed post dominator frontiers! Yaay! 2001-07-08 05:54:09 +00:00
AsmParser Make sure that types go in the constant pool if they are used. 2001-07-09 19:38:36 +00:00
Bytecode Implementation of Store & GetElementPtr 2001-07-08 23:22:50 +00:00
Transforms Don't clean out the type plane of the constant pool... this is a hack. FIXME 2001-07-09 19:38:52 +00:00
VMCore Made the following changes: 2001-07-14 06:07:58 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00