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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
This file implements the function DemoteRegToStack(), which takes a
Vikram S. Adve
2002-12-10
1
-0
/
+193
*
Fix bug that was bugging bugpoint
Chris Lattner
2002-12-07
1
-2
/
+2
*
Fix big bug introduced with symbol table changes
Chris Lattner
2002-12-03
1
-2
/
+2
*
Initial checkin of Module cloning support stuff
Chris Lattner
2002-11-20
4
-4
/
+179
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
2
-8
/
+5
*
Fix minor bugs
Chris Lattner
2002-11-20
1
-2
/
+2
*
Remove unneccesary #include
Chris Lattner
2002-11-19
1
-1
/
+0
*
Implement the CloneFunction function
Chris Lattner
2002-11-19
1
-0
/
+40
*
Minor changes to cloning interface
Chris Lattner
2002-11-19
1
-14
/
+5
*
Fix two fixmes: integrate with inlining, and document
Chris Lattner
2002-11-19
1
-6
/
+7
*
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
1
-7
/
+14
*
Start using the new function cloning header
Chris Lattner
2002-11-19
1
-3
/
+3
*
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-31
1
-2
/
+14
*
Fix spelling of `propagate'.
Misha Brukman
2002-10-29
2
-4
/
+4
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-1
/
+1
*
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
1
-5
/
+4
*
- Fix bug: cee/2002-10-07-NoImmediateDominator.ll
Chris Lattner
2002-10-08
1
-1
/
+2
*
Changes to support PHINode::removeIncoming changes
Chris Lattner
2002-10-08
1
-9
/
+2
*
Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass
Chris Lattner
2002-10-08
1
-9
/
+10
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
2
-6
/
+5
*
- Cleanup break-crit-edges pass by making SplitCriticalEdge a member method.
Chris Lattner
2002-09-26
1
-29
/
+30
*
- Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll
Chris Lattner
2002-09-24
1
-2
/
+7
*
Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
Chris Lattner
2002-09-24
1
-3
/
+4
*
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
1
-93
/
+0
*
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-24
1
-9
/
+94
*
- Expose passinfo from BreakCriticalEdges pass so that it may be "Required"
Chris Lattner
2002-09-24
1
-14
/
+17
*
Minor cleanups
Chris Lattner
2002-09-24
1
-7
/
+5
*
Add new BreakCriticalEdges pass
Chris Lattner
2002-09-24
1
-0
/
+52
*
Insert resolved constants into the global map so they are reused correctly.
Chris Lattner
2002-09-23
1
-3
/
+6
*
Fix bug I introduced with one of my previous changes.
Chris Lattner
2002-09-12
1
-1
/
+1
*
Fix bugs in previous checkins
Chris Lattner
2002-09-10
1
-4
/
+4
*
Fix minor problems in previous checkin
Chris Lattner
2002-09-10
1
-3
/
+3
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-5
/
+5
*
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
1
-6
/
+4
*
Fix file header to be accurate, instead of something I just copied and pasted.
Chris Lattner
2002-09-06
1
-3
/
+2
*
Fix bug with critical edge splitting code where it wouldn't update PHI nodes
Chris Lattner
2002-09-06
1
-2
/
+12
*
Check in the implementation of critical edge detection and splitting
Chris Lattner
2002-09-06
1
-0
/
+84
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-17
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll
Chris Lattner
2002-08-20
1
-11
/
+11
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-3
/
+3
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-8
/
+2
*
Remove FIXME's that aren't really needed after all.
Chris Lattner
2002-07-30
1
-9
/
+0
*
Implement a new RemoveSuccessor function
Chris Lattner
2002-07-29
1
-4
/
+51
*
Allow folding of basic blocks that have PHI nodes in them, fixing "bug":
Chris Lattner
2002-07-29
1
-1
/
+11
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-2
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
[next]