Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / iMemory.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-09 Chris LattnerFix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-08-03 Vikram S. AdveAdd MemAccessInst::getNumIndices().
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-04-29 Chris LattnerChange to allow iMemory.h to avoid including DerivedTypes.h
2002-04-18 Chris Lattner* StoreInst's shouldn't take names (they are _always_...
2002-03-21 Chris Lattner* Make AllocationInst ctor protected
2002-03-18 Chris LattnerAdd isa,cast,dyncast support for AllocationInst.
2002-02-19 Chris LattnerFix isArrayAllocation() to be correct
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-14 Chris Lattner* Remove support for unsized arrays.
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