summaryrefslogtreecommitdiff
path: root/lib/VMCore/iMemory.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Add support for volatile loads/storesChris Lattner2003-09-08
* Remove assertion which is never reached.Brian Gaeke2003-09-02
* Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.llChris Lattner2003-01-14
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-13
* Allocation insts always have one operandChris Lattner2002-09-11
* Add capability to insert an instruction into a basic block immediately afterChris 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
* *** empty log message ***Chris Lattner2002-07-24
* Replace all usages of Type::isPointerType with isa<PointerType>Chris Lattner2002-05-06
* Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Remove gep::isStructSelectorChris Lattner2002-04-18
* * AllocationInst ctor moved here from iMemory.hChris Lattner2002-03-21
* 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
* * Assert that indices are valid for an indexing instruction.Chris Lattner2001-12-14
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Support Array IndexingChris Lattner2001-11-26
* Minor style cleanupsChris Lattner2001-11-13
* Implement new simpler constructors for if you don't have a index listChris Lattner2001-11-01
* CleanupChris Lattner2001-09-07
* Remove target specific method from MemAccessInst classChris Lattner2001-08-27
* Remove some gross stuffChris Lattner2001-07-28
* Provide uniform access to the pointer operand and to the indexVikram S. Adve2001-07-20
* Add support for assembly printing fp constantsChris Lattner2001-07-15
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08