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
/
include
/
llvm
/
iMemory.h
Age
Commit message (
Expand
)
Author
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-14
* Change code to use a static_cast instead of reinterpret_cast
Chris Lattner
2004-07-01
Move init methods out of line to enable better assertions, contributed
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-02-10
* Added class comments
Misha Brukman
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-09
Fix bug: InstCombine/2003-09-09-VolatileLoadElim.ll
Chris Lattner
2003-09-08
Add support for volatile loads/stores
Chris Lattner
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2002-09-16
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-09-13
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-10
Implement support for inserting an instruction into a basic block right when it
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-08-03
Add MemAccessInst::getNumIndices().
Vikram S. Adve
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-04-29
Change to allow iMemory.h to avoid including DerivedTypes.h
Chris Lattner
2002-04-18
* StoreInst's shouldn't take names (they are _always_ void type)
Chris Lattner
2002-03-21
* Make AllocationInst ctor protected
Chris Lattner
2002-03-18
Add isa,cast,dyncast support for AllocationInst.
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
* Remove support for unsized arrays.
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
* Remove the indexVec stuff which gets out of sync with the operands of the
Chris Lattner
2001-11-15
Bug fix for Chris.
Vikram S. Adve
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-10
Provide const version of function with the name the other will be eventually ...
Chris Lattner
2001-11-04
Minor method rename
Chris Lattner
2001-11-03
Fix the linker. This bug was not fun to track down. grr
Chris Lattner
2001-11-01
Add simpler to use ctors. Add getType() overload to specialize getelementptr...
Chris Lattner
2001-11-01
Add some useful accessors
Chris Lattner
2001-10-13
Add some casts to make GCC 2.96 happy.
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-09-07
Add assertion to check for
Chris Lattner
2001-08-27
Remove target specific method.
Chris Lattner
2001-07-20
Provide uniform access to the pointer operand and to the index
Vikram S. Adve
2001-07-14
Made the following changes:
Chris Lattner
2001-07-09
hasSideEffects should be marked virtual
Chris Lattner
2001-07-08
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
Implemented shl, shl, & load instructions
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-06
Initial revision
Chris Lattner