Renamed inst_const_iterator -> const_inst_iterator
[oota-llvm.git] / include / llvm / iMemory.h
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris Lattner* Remove the indexVec stuff which gets out of sync...
2001-11-15 Vikram S. AdveBug fix for Chris.
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-10 Chris LattnerProvide const version of function with the name the...
2001-11-04 Chris LattnerMinor method rename
2001-11-03 Chris LattnerFix the linker. This bug was not fun to track down...
2001-11-01 Chris LattnerAdd simpler to use ctors. Add getType() overload to...
2001-11-01 Chris LattnerAdd some useful accessors
2001-10-13 Chris LattnerAdd some casts to make GCC 2.96 happy.
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-07 Chris LattnerAdd assertion to check for
2001-08-27 Chris LattnerRemove target specific method.
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
2001-07-14 Chris LattnerMade the following changes:
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision