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
2004-01-22
Eliminated the CompletedNodes argument to the cloneReachable* methods. This
Chris Lattner
2004-01-22
Ok, I'm tired of pulling out all my timers to check stuff in, just do it.
Chris Lattner
2004-01-22
Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle!
Chris Lattner
2004-01-22
Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph
Chris Lattner
2004-01-22
Allow disabling of ALL printing overhead when performing timings
Chris Lattner
2003-11-25
Do not depend on index type to determine whether it is a structure or sequent...
Chris Lattner
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-14
Implement a small optimization to handling of GEP's that are equivalent to ca...
Chris Lattner
2003-11-13
Trying to get the dsgraph for an external function is bad for DSA's health
Chris Lattner
2003-11-13
Implement the CompleteBU pass
Chris Lattner
2003-11-13
Minor code cleanup
Chris Lattner
2003-11-13
Disable integer tracking by default
Chris Lattner
2003-11-13
Add an initial version of the CompleteBUDataStructures class, which is currently
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
Add new argument to disable checking
Chris Lattner
2003-11-12
Print return nodes for graphs with multiple functions in them correctly
Chris Lattner
2003-11-12
Don't crash if no gg
Chris Lattner
2003-11-12
Cleanups
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
Compute node offsets correctly
Chris Lattner
2003-11-11
Add new method for computing node mappings. This is used by the pool allocator
Chris Lattner
2003-11-09
Add support for memmove
Chris Lattner
2003-11-08
Handle bzero and memset in the local analysis, because we were missing the fact
Chris Lattner
2003-11-08
This doesn't use DSCallSiteIterator
Chris Lattner
2003-11-05
Fix name collision
Chris Lattner
2003-11-02
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
Chris Lattner
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-10-01
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-09-24
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-20
Functions reachable from the arguments of unresolvable call nodes should
Chris Lattner
2003-09-20
The Globals graph must become complete at the end of the BU phase!
Chris Lattner
2003-09-20
Do not mark incoming arguments to functions complete if the function is point...
Chris Lattner
2003-09-20
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
Don't consider incomplete nodes to be typesafe!
Chris Lattner
2003-09-20
Remove trivially dead nodes was not removing nodes that were dead due to forw...
Chris Lattner
2003-09-20
Add special case handling for calloc and realloc
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
Make this work better for constants that aren't necessarily in ANY graph, suc...
Chris Lattner
2003-09-20
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-01
Final cleanup: remove dead code
Chris Lattner
2003-09-01
Not only is this a lot smaller, it actually works if there is already a
Chris Lattner
2003-09-01
If "These should be used only by the auto-parallelization pass", we might as
Chris Lattner
2003-09-01
Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not
Chris Lattner
2003-09-01
Minor cleanups
Chris Lattner
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
[prev]
[next]