llvm-6502/lib/VMCore
Vikram S. Adve 6575a1d134 Provide uniform access to the pointer operand and to the index
operands (if any) for different types of MemAccessInst's.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-20 21:07:06 +00:00
..
AsmWriter.cpp Factor out WriteAsOperand. 2001-07-20 19:15:21 +00:00
BasicBlock.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ConstantFold.cpp Add support for constant propogation of multiplies 2001-07-20 19:15:36 +00:00
ConstantFold.h Add multiply as a supported constant propogation operation 2001-07-20 19:14:41 +00:00
ConstantFolding.h Add multiply as a supported constant propogation operation 2001-07-20 19:14:41 +00:00
ConstantPool.cpp Implement ensureTypeAvailable 2001-07-20 19:16:02 +00:00
Dominators.cpp
Function.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
iBranch.cpp
iCall.cpp
iMemory.cpp Provide uniform access to the pointer operand and to the index 2001-07-20 21:07:06 +00:00
InstrTypes.cpp
Instruction.cpp Added a representation of the machine instructions generated 2001-07-20 21:05:02 +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
Makefile
Module.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
SlotCalculator.cpp
SymbolTable.cpp
Type.cpp Implementation of Store & GetElementPtr 2001-07-08 23:22:50 +00:00
Value.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ValueHolderImpl.h Made the following changes: 2001-07-14 06:07:58 +00:00
Verifier.cpp