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