aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/iMemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-061-3/+3
* Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner2002-04-291-0/+18
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Remove gep::isStructSelectorChris Lattner2002-04-181-9/+4
* * AllocationInst ctor moved here from iMemory.hChris Lattner2002-03-211-0/+15
* Fix isArrayAllocation() to be correctChris Lattner2002-02-191-0/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-9/+9
* Eliminate function getIndicesBROKEN().Vikram S. Adve2001-12-151-16/+0
* * Assert that indices are valid for an indexing instruction.Chris Lattner2001-12-141-12/+19
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+7
* Support Array IndexingChris Lattner2001-11-261-27/+35
* Minor style cleanupsChris Lattner2001-11-131-3/+2
* Implement new simpler constructors for if you don't have a index listChris Lattner2001-11-011-0/+15
* CleanupChris Lattner2001-09-071-2/+1
* Remove target specific method from MemAccessInst classChris Lattner2001-08-271-40/+0
* Remove some gross stuffChris Lattner2001-07-281-6/+3
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-201-8/+51
* Add support for assembly printing fp constantsChris Lattner2001-07-151-1/+3
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-0/+3
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-5/+55
* Implemented shl, shl, & load instructionsChris Lattner2001-07-081-0/+47