index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
iMemory.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge i*.cpp definitions into Instructions.cpp as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-278
/
+0
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-1
/
+1
*
alloca void makes no sense
Chris Lattner
2004-07-27
1
-0
/
+1
*
Implement new helper methods for creating two-index GEP instructions
Chris Lattner
2004-07-14
1
-2
/
+42
*
Add much better assertion checking for load and store insts.
Chris Lattner
2004-07-01
1
-0
/
+17
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
1
-7
/
+61
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
1
-17
/
+14
*
Don't call getForwardedType() twice, as recommended by Chris.
John Criswell
2004-05-06
1
-2
/
+2
*
Fix for PR#330.
John Criswell
2004-05-06
1
-0
/
+8
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-1
/
+6
*
Fix indentation.
Misha Brukman
2004-03-11
1
-2
/
+2
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-1
/
+0
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add support for volatile loads/stores
Chris Lattner
2003-09-08
1
-3
/
+19
*
Remove assertion which is never reached.
Brian Gaeke
2003-09-02
1
-1
/
+0
*
Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.ll
Chris Lattner
2003-01-14
1
-4
/
+6
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
1
-2
/
+11
*
Allocation insts always have one operand
Chris Lattner
2002-09-11
1
-2
/
+1
*
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-10
1
-25
/
+27
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-34
/
+29
*
Load and Store now no longer derive from MemAccessInst. Indexing a load or
Chris Lattner
2002-08-22
1
-27
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-5
/
+5
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-3
/
+3
*
Changes so that iMemory.h doesn't include DerivedTypes.h
Chris Lattner
2002-04-29
1
-0
/
+18
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Remove gep::isStructSelector
Chris Lattner
2002-04-18
1
-9
/
+4
*
* AllocationInst ctor moved here from iMemory.h
Chris Lattner
2002-03-21
1
-0
/
+15
*
Fix isArrayAllocation() to be correct
Chris Lattner
2002-02-19
1
-0
/
+6
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-9
/
+9
*
Eliminate function getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-16
/
+0
*
* Assert that indices are valid for an indexing instruction.
Chris Lattner
2001-12-14
1
-12
/
+19
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-3
/
+3
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-5
/
+7
*
Support Array Indexing
Chris Lattner
2001-11-26
1
-27
/
+35
*
Minor style cleanups
Chris Lattner
2001-11-13
1
-3
/
+2
*
Implement new simpler constructors for if you don't have a index list
Chris Lattner
2001-11-01
1
-0
/
+15
*
Cleanup
Chris Lattner
2001-09-07
1
-2
/
+1
*
Remove target specific method from MemAccessInst class
Chris Lattner
2001-08-27
1
-40
/
+0
*
Remove some gross stuff
Chris Lattner
2001-07-28
1
-6
/
+3
*
Provide uniform access to the pointer operand and to the index
Vikram S. Adve
2001-07-20
1
-8
/
+51
*
Add support for assembly printing fp constants
Chris Lattner
2001-07-15
1
-1
/
+3
*
* ValueHolder now takes 3 arguments
Chris Lattner
2001-07-14
1
-0
/
+3
*
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
1
-5
/
+55
*
Implemented shl, shl, & load instructions
Chris Lattner
2001-07-08
1
-0
/
+47