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
/
Analysis
/
DataStructure
/
CompleteBottomUp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename variables to work with VC++'s hokey scoping rules.
Chris Lattner
2005-01-31
1
-2
/
+3
*
* Make some methods more const correct.
Chris Lattner
2005-01-30
1
-11
/
+15
*
Fix a nasty dangling pointer problem, due to a free'd pointer being left in
Chris Lattner
2004-10-07
1
-0
/
+3
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
1
-2
/
+2
*
Inline both direct and indirect callees in the CBU phase because
Vikram S. Adve
2004-05-23
1
-34
/
+34
*
Fix a minor bug
Chris Lattner
2004-03-05
1
-1
/
+2
*
Fix a bug in a previous checkin that broke 175.vpr
Chris Lattner
2004-03-04
1
-1
/
+1
*
Speed up the cbu pass from taking somewhere near the age of the universe to a...
Chris Lattner
2004-03-04
1
-6
/
+28
*
There is no need to merge the globals graph into the function graphs at the
Chris Lattner
2004-02-20
1
-5
/
+2
*
Add one that I missed
Chris Lattner
2004-02-08
1
-0
/
+1
*
Get clone flags right, so we don't build InlinedGlobals only to clear them
Chris Lattner
2004-01-27
1
-3
/
+2
*
Initial support for implementing clonePartiallyInto in terms of cloneReachabl...
Chris Lattner
2004-01-23
1
-1
/
+2
*
Trying to get the dsgraph for an external function is bad for DSA's health
Chris Lattner
2003-11-13
1
-11
/
+12
*
Implement the CompleteBU pass
Chris Lattner
2003-11-13
1
-7
/
+137
*
Add an initial version of the CompleteBUDataStructures class, which is currently
Chris Lattner
2003-11-13
1
-0
/
+75