mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-10-31 09:11:13 +00:00
dc4c3f2f5f
* 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 |
||
---|---|---|
.. | ||
Analysis | ||
Assembly | ||
Bytecode | ||
Optimizations | ||
Tools | ||
Transforms | ||
BasicBlock.h | ||
CFG.h | ||
CFGdecls.h | ||
ConstantHandling.h | ||
ConstantPool.h | ||
ConstPoolVals.h | ||
DerivedTypes.h | ||
Function.h | ||
iMemory.h | ||
InstrTypes.h | ||
Instruction.h | ||
iOperators.h | ||
iOther.h | ||
iTerminators.h | ||
iUnary.h | ||
Module.h | ||
SlotCalculator.h | ||
SymbolTable.h | ||
SymTabValue.h | ||
Type.h | ||
User.h | ||
Value.h | ||
ValueHolder.h |