index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
Age
Commit message (
Expand
)
Author
2005-03-13
The incoming arguments to main (the argv list) are not complete!
Chris Lattner
2005-03-13
After finishing BU analysis, move all global variables from the globals
Chris Lattner
2005-03-13
ADd support for printing eqgraphs.
Chris Lattner
2005-03-13
Replace linear search with logrithmic one.
Chris Lattner
2005-03-12
make sure to mark nodes returned from functions as incomplete
Chris Lattner
2005-03-12
remove this from the PA namespace, leaving it in the llvm ns
Chris Lattner
2005-03-12
Move this from the pool allocator project to here, where it logically belongs.
Chris Lattner
2005-03-05
Make sure the two arguments of a setcc instruction point to the same node.
Chris Lattner
2005-03-04
Trivial cleanup patch
Chris Lattner
2005-02-27
Fix spelling, patch contributed by Gabor Greif
Chris Lattner
2005-02-25
Handle null a bit more carefully.
Chris Lattner
2005-02-24
This instruction:
Chris Lattner
2005-02-24
Fix a bug introduced by revision 1.187 of this file.
Chris Lattner
2005-02-15
Add a sanity check.
Chris Lattner
2005-02-15
Add a new method to make it easy to update graphs.
Chris Lattner
2005-02-09
Use new edge iterators to simplify some code.
Chris Lattner
2005-02-07
IndCallGraphMap is now a pointer to a new'd map.
Chris Lattner
2005-02-04
If we have an indirect call site that calls N functions, inline the N functions
Chris Lattner
2005-02-04
Split mergeInGraph into two methods.
Chris Lattner
2005-02-04
Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.
Chris Lattner
2005-02-03
Refactor getFunctionArgumentsForCall out of mergeInGraph.
Chris Lattner
2005-02-01
Eliminate some duplicated debug code
Chris Lattner
2005-02-01
Eliminate self-recursion as a special case.
Chris Lattner
2005-02-01
Eliminate use of DSCallSiteIterator in key loop. This is a half step to
Chris Lattner
2005-02-01
Signficantly speed up printing by not emitting the same file twice with
Chris Lattner
2005-02-01
Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit.
Chris Lattner
2005-01-31
Rename variables to work with VC++'s hokey scoping rules.
Chris Lattner
2005-01-31
Fix some scary bugs that VC++ detected.
Chris Lattner
2005-01-30
Make things more const-correct, adjust to changes in DSA interfaces.
Chris Lattner
2005-01-30
* Make some methods more const correct.
Chris Lattner
2005-01-28
Remove this code as it is currently completely broken and unmaintained.
Chris Lattner
2005-01-24
Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog...
Chris Lattner
2005-01-12
Silence VC++ warnings.
Chris Lattner
2005-01-09
Add last four createXxxPass functions
Jeff Cohen
2005-01-09
Get lib/Analysis/DataStructure to compile with VC++
Jeff Cohen
2004-12-08
Move method out of line for better ICC support
Chris Lattner
2004-12-08
Work correctly with ICC, Patch contributed by Bjørn Wennberg
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-12-07
For PR387:\
Reid Spencer
2004-11-11
Make this build in release mode
Chris Lattner
2004-11-08
Fix a bug that was preventing povray and namd from pool allocating correctly.
Chris Lattner
2004-11-08
Handle assert_fail special
Chris Lattner
2004-11-03
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-11-02
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
Minor cleanups
Chris Lattner
2004-11-01
Remove more dead methods
Chris Lattner
2004-11-01
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
[prev]
[next]