summaryrefslogtreecommitdiff
path: root/include/llvm/iMemory.h
Commit message (Expand)AuthorAge
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-24
* Add routines to update or erase operands (and to do so without externalVikram S. Adve2002-09-16
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-10
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-22
* Load and Store now no longer derive from MemAccessInst. Indexing a load orChris Lattner2002-08-22
* Add MemAccessInst::getNumIndices().Vikram S. Adve2002-08-03
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-14
* Change to allow iMemory.h to avoid including DerivedTypes.hChris Lattner2002-04-29
* * StoreInst's shouldn't take names (they are _always_ void type)Chris Lattner2002-04-18
* * Make AllocationInst ctor protectedChris Lattner2002-03-21
* Add isa,cast,dyncast support for AllocationInst.Chris Lattner2002-03-18
* Fix isArrayAllocation() to be correctChris Lattner2002-02-19
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Eliminate function getIndicesBROKEN().Vikram S. Adve2001-12-15
* * Remove support for unsized arrays.Chris Lattner2001-12-14
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* * Remove the indexVec stuff which gets out of sync with the operands of theChris Lattner2001-11-26
* Bug fix for Chris.Vikram S. Adve2001-11-15
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-14
* Provide const version of function with the name the other will be eventually ...Chris Lattner2001-11-10
* Minor method renameChris Lattner2001-11-04
* Fix the linker. This bug was not fun to track down. grrChris Lattner2001-11-03
* Add simpler to use ctors. Add getType() overload to specialize getelementptr...Chris Lattner2001-11-01
* Add some useful accessorsChris Lattner2001-11-01
* Add some casts to make GCC 2.96 happy.Chris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add assertion to check forChris Lattner2001-09-07
* Remove target specific method.Chris Lattner2001-08-27
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-20
* Made the following changes:Chris Lattner2001-07-14
* hasSideEffects should be marked virtualChris Lattner2001-07-09
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Initial revisionChris Lattner2001-06-06