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
/
IPA
Age
Commit message (
Expand
)
Author
2006-05-29
move calltarget to dsa
Andrew Lenharth
2006-05-29
Since there was interest on the mailing list, this is a utility pass that
Andrew Lenharth
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-03-03
updates for recent changes
Chris Lattner
2006-01-22
Add explicit iostream #includes
Chris Lattner
2006-01-14
Add a new CallGraph::getOrInsertFunction for clients to use when updating
Chris Lattner
2006-01-14
add a dump method to CallGraph
Chris Lattner
2006-01-10
Remove unused inclusion of SymbolTable.h
Reid Spencer
2005-12-22
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-10-24
Remove this pass, it is not useful
Chris Lattner
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-24
move this to the analyze tool
Chris Lattner
2005-06-18
core changes for varargs
Andrew Lenharth
2005-04-22
Malloc/Free have mod/ref effects. Do not allow CSE of function calls that
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-05
do not crash when using -debug
Chris Lattner
2005-04-04
do not dereference an extra layer of pointers to determine if an external
Chris Lattner
2005-03-29
import all of the rest of the stubs that dsa uses for direct comparison
Chris Lattner
2005-03-29
learn about some more functions.
Chris Lattner
2005-03-29
Fix a major problem with global variable initializers. This could cause
Chris Lattner
2005-03-29
add some more functions, ignore setcc for constraints!
Chris Lattner
2005-03-29
Handle "known" external calls context sensitively, add support for realloc
Chris Lattner
2005-03-28
Teach andersens that non-escaping memory cannot be mod/ref'd by external fn c...
Chris Lattner
2005-03-28
Fix grammar
Misha Brukman
2005-03-28
Make anders-aa much more precise by not being completely pessimistic about
Chris Lattner
2005-03-27
wrap some long lines
Chris Lattner
2005-03-27
teach andersens about undef
Chris Lattner
2005-03-24
Simplify dead code into a fixme :)
Chris Lattner
2005-03-24
fix a compiler crash in runtime/libprofile
Chris Lattner
2005-03-23
wrap a long line
Chris Lattner
2005-03-23
If we are calling an external function, chain to another AA to potentially
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-01-08
Add even more missing createXxxPass functions.
Jeff Cohen
2004-12-17
Actually overload the virtual method. This fixes
Chris Lattner
2004-12-15
Adjust to new alias analysis interfaces
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-12-07
For PR387:\
Reid Spencer
2004-11-19
Mission accomplished!
Chris Lattner
2004-10-28
Fix library name.
Alkis Evlogimenos
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Add support
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Build both archive and relinked objects
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
Finegrainify namespacification
Chris Lattner
2004-09-19
Fix a nasty iterator invalidation problem I introduced yesterday. This
Chris Lattner
[next]