index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
iMemory.cpp
Age
Commit message (
Expand
)
Author
2004-07-29
Merge i*.cpp definitions into Instructions.cpp as part of bug403.
Alkis Evlogimenos
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-27
alloca void makes no sense
Chris Lattner
2004-07-14
Implement new helper methods for creating two-index GEP instructions
Chris Lattner
2004-07-01
Add much better assertion checking for load and store insts.
Chris Lattner
2004-05-27
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-26
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-06
Don't call getForwardedType() twice, as recommended by Chris.
John Criswell
2004-05-06
Fix for PR#330.
John Criswell
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-03-11
Fix indentation.
Misha Brukman
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-08
Add support for volatile loads/stores
Chris Lattner
2003-09-02
Remove assertion which is never reached.
Brian Gaeke
2003-01-14
Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.ll
Chris Lattner
2002-09-13
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-11
Allocation insts always have one operand
Chris Lattner
2002-09-10
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
Load and Store now no longer derive from MemAccessInst. Indexing a load or
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Changes so that iMemory.h doesn't include DerivedTypes.h
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-18
Remove gep::isStructSelector
Chris Lattner
2002-03-21
* AllocationInst ctor moved here from iMemory.h
Chris Lattner
2002-02-19
Fix isArrayAllocation() to be correct
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-15
Eliminate function getIndicesBROKEN().
Vikram S. Adve
2001-12-14
* Assert that indices are valid for an indexing instruction.
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Support Array Indexing
Chris Lattner
2001-11-13
Minor style cleanups
Chris Lattner
2001-11-01
Implement new simpler constructors for if you don't have a index list
Chris Lattner
2001-09-07
Cleanup
Chris Lattner
2001-08-27
Remove target specific method from MemAccessInst class
Chris Lattner
2001-07-28
Remove some gross stuff
Chris Lattner
2001-07-20
Provide uniform access to the pointer operand and to the index
Vikram S. Adve
2001-07-15
Add support for assembly printing fp constants
Chris Lattner
2001-07-14
* ValueHolder now takes 3 arguments
Chris Lattner
2001-07-08
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
Implemented shl, shl, & load instructions
Chris Lattner