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
/
lib
/
Analysis
/
DataStructure
/
CompleteBottomUp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a error message to cbu to match bu
Andrew Lenharth
2006-06-16
1
-1
/
+7
*
Add explicit iostream #includes
Chris Lattner
2006-01-22
1
-0
/
+1
*
Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing
Chris Lattner
2005-04-23
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
use a callee_iterator typedef.
Chris Lattner
2005-04-02
1
-2
/
+2
*
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-04-02
1
-36
/
+9
*
don't bother |'ing in 0's
Chris Lattner
2005-03-24
1
-1
/
+1
*
Now that the dead ctor is gone, nothing uses the old node mapping exported by
Chris Lattner
2005-03-22
1
-4
/
+1
*
now that the second argument is always this->ReturnNodes, don't bother passin...
Chris Lattner
2005-03-22
1
-2
/
+4
*
remove the second argument to cloneInto
Chris Lattner
2005-03-22
1
-1
/
+1
*
remove some pointless asserts
Chris Lattner
2005-03-20
1
-1
/
+0
*
use simpler methods.
Chris Lattner
2005-03-20
1
-4
/
+3
*
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-19
1
-2
/
+2
*
do not bother inlining nullary functions without return values. The only
Chris Lattner
2005-03-18
1
-1
/
+5
*
fix crashes when we only have a prototype for main.
Chris Lattner
2005-03-15
1
-1
/
+1
*
Start using retnodes_* for iteration.
Chris Lattner
2005-03-15
1
-4
/
+4
*
Make sure to remove incomplete markers before we add to them! :)
Chris Lattner
2005-03-13
1
-0
/
+1
*
After finishing BU analysis, move all global variables from the globals
Chris Lattner
2005-03-13
1
-3
/
+26
*
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