llvm-6502/lib/VMCore
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
..
AsmWriter.cpp Add DebugValue member. 2001-07-12 23:35:26 +00:00
BasicBlock.cpp Add implementation of BasicBlock::removePredecessor code that was factored 2001-06-29 05:25:23 +00:00
ConstantFold.cpp Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
ConstantFold.h Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
ConstantFolding.h Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
ConstantPool.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
Dominators.cpp Fixed post dominator frontiers! Yaay! 2001-07-08 05:54:09 +00:00
Function.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
iBranch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
iCall.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
iMemory.cpp Implementation of Store & GetElementPtr 2001-07-08 23:22:50 +00:00
InstrTypes.cpp Neg instruction removed. Cast instruction implemented. 2001-07-08 04:57:15 +00:00
Instruction.cpp Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp 2001-06-25 07:33:13 +00:00
iOperators.cpp Moved Cast from being a Unary instruction to being an "Other" instruction 2001-07-08 19:03:27 +00:00
iSwitch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Implement reduceApply method 2001-06-30 04:35:40 +00:00
SlotCalculator.cpp Fixed some error messages to be nicer 2001-07-07 08:36:05 +00:00
SymbolTable.cpp Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Type.cpp Implementation of Store & GetElementPtr 2001-07-08 23:22:50 +00:00
Value.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
ValueHolderImpl.h Made the following changes: 2001-07-14 06:07:58 +00:00
Verifier.cpp Added a note about a new verification the verifier should do 2001-06-29 05:22:12 +00:00