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
/
Transforms
/
Scalar
/
LowerAllocations.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
1
-1
/
+6
*
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner
2002-05-07
1
-93
/
+10
*
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-07
1
-2
/
+4
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-2
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
1
-0
/
+1
*
Simplify code a lot by using the Module::getFunction & getOrInsertFunction
Chris Lattner
2002-03-29
1
-46
/
+24
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-22
/
+23
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
1
-0
/
+57
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
1
-0
/
+1
*
Don't insert a useless cast
Chris Lattner
2002-01-22
1
-2
/
+1
*
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
Chris Lattner
2002-01-22
1
-1
/
+1
*
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-22
1
-5
/
+66
*
LowerAllocations is really a BasicBlock pass. Make it so.
Chris Lattner
2002-01-21
1
-57
/
+54
*
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-21
1
-4
/
+4
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-0
/
+2
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-6
/
+0
*
Fix a bug introduced by "internal linkage" work.
Chris Lattner
2001-12-04
1
-2
/
+3
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-2
/
+2
*
Add #includes to enable buiding in Release mode
Chris Lattner
2001-11-07
1
-0
/
+1
*
Use the correct prototype for malloc and free
Chris Lattner
2001-10-31
1
-2
/
+2
*
Convert to new simpler pass itf
Chris Lattner
2001-10-18
1
-4
/
+10
*
Add new Pass infrastructure and some examples
Chris Lattner
2001-10-15
1
-0
/
+121