index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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