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
Age
Commit message (
Expand
)
Author
2003-10-20
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-20
Remove using declaration
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-13
Make use of "external" depth-first iterators to avoid revisiting nodes
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-12
Make getNumBackEdges more efficient
Chris Lattner
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-24
Remove explicit use of BasicBlock::succ_iterator
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
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-20
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-15
These two conditions are not exclusive!!
Chris Lattner
2003-09-15
Make the print output more useful
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-11
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-11
Spell `definitely' correctly.
Misha Brukman
2003-09-10
Rework post dominator information so that we do not have to
Chris Lattner
2003-09-10
Remove using declarations
Chris Lattner
2003-09-10
another trivial cleanup
Chris Lattner
2003-09-10
Simplification of trip counting machinery.
Chris Lattner
2003-09-10
Spelling fixes
Chris Lattner
2003-09-10
clean up file header comment
Chris Lattner
2003-09-10
Simplify some code
Chris Lattner
2003-09-08
Fix bug: RLE-Preserve-Volatile.ll
Chris Lattner
2003-09-01
This file is hopelessly out of date
Chris Lattner
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
Replace M with F when refering to functions
Chris Lattner
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
Remove dead var
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Minor cleanups
Chris Lattner
[prev]
[next]