index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
iMemory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-24
1
-2
/
+2
*
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-09-16
1
-1
/
+6
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
1
-4
/
+8
*
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-09-10
1
-9
/
+12
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-67
/
+36
*
Load and Store now no longer derive from MemAccessInst. Indexing a load or
Chris Lattner
2002-08-22
1
-18
/
+16
*
Add MemAccessInst::getNumIndices().
Vikram S. Adve
2002-08-03
1
-1
/
+5
*
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-07-14
1
-10
/
+0
*
Change to allow iMemory.h to avoid including DerivedTypes.h
Chris Lattner
2002-04-29
1
-19
/
+11
*
* StoreInst's shouldn't take names (they are _always_ void type)
Chris Lattner
2002-04-18
1
-6
/
+2
*
* Make AllocationInst ctor protected
Chris Lattner
2002-03-21
1
-23
/
+10
*
Add isa,cast,dyncast support for AllocationInst.
Chris Lattner
2002-03-18
1
-0
/
+10
*
Fix isArrayAllocation() to be correct
Chris Lattner
2002-02-19
1
-2
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-14
/
+14
*
Eliminate function getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-3
/
+0
*
* Remove support for unsized arrays.
Chris Lattner
2001-12-14
1
-11
/
+11
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-7
/
+7
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-1
/
+1
*
* Remove the indexVec stuff which gets out of sync with the operands of the
Chris Lattner
2001-11-26
1
-19
/
+27
*
Bug fix for Chris.
Vikram S. Adve
2001-11-15
1
-1
/
+1
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
1
-13
/
+14
*
Provide const version of function with the name the other will be eventually ...
Chris Lattner
2001-11-10
1
-0
/
+3
*
Minor method rename
Chris Lattner
2001-11-04
1
-12
/
+14
*
Fix the linker. This bug was not fun to track down. grr
Chris Lattner
2001-11-03
1
-2
/
+2
*
Add simpler to use ctors. Add getType() overload to specialize getelementptr...
Chris Lattner
2001-11-01
1
-0
/
+10
*
Add some useful accessors
Chris Lattner
2001-11-01
1
-0
/
+18
*
Add some casts to make GCC 2.96 happy.
Chris Lattner
2001-10-13
1
-2
/
+4
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-4
/
+59
*
Add assertion to check for
Chris Lattner
2001-09-07
1
-0
/
+5
*
Remove target specific method.
Chris Lattner
2001-08-27
1
-4
/
+0
*
Provide uniform access to the pointer operand and to the index
Vikram S. Adve
2001-07-20
1
-9
/
+33
*
Made the following changes:
Chris Lattner
2001-07-14
1
-0
/
+3
*
hasSideEffects should be marked virtual
Chris Lattner
2001-07-09
1
-0
/
+4
*
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
1
-10
/
+85
*
Implemented shl, shl, & load instructions
Chris Lattner
2001-07-08
1
-7
/
+30
*
Broad superficial changes:
Chris Lattner
2001-07-07
1
-3
/
+3
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-83
/
+24
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+140