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
2004-05-23
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-05-23
Implement the interfaces to update value numbering information. Add an
Chris Lattner
2004-05-23
Rename a method
Chris Lattner
2004-05-23
Add a simple implementation of Andersen's interprocedural pointer analysis
Chris Lattner
2004-05-23
Inline both direct and indirect callees in the CBU phase because
Vikram S. Adve
2004-05-23
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-09
Fine grainify namespacification
Chris Lattner
2004-05-05
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-04
Add stub support for reading BBTraces.
Brian Gaeke
2004-05-04
Share ProfilingType enum with the C profiling runtime libraries.
Brian Gaeke
2004-05-02
Fix a problem with double freeing memory. For some reason, CallGraph is not
Chris Lattner
2004-05-02
Plug a minor memory leak
Chris Lattner
2004-04-29
Wrapped code and comments at 80 cols; doxygenified some comments.
Misha Brukman
2004-04-29
Reorder #includes as per style guide.
Misha Brukman
2004-04-28
Send text and numbers directly to CachedWriter's contained ostream.
Misha Brukman
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-26
Add functions that return instances of these printer passes
Brian Gaeke
2004-04-26
If an object is not in the scalar map then it must be a global from another
Chris Lattner
2004-04-23
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-20
Pass the callgraph not the module
Chris Lattner
2004-04-20
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-19
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-19
Remove code to update loop depths
Chris Lattner
2004-04-18
Add new method
Chris Lattner
2004-04-18
Fix computation of exit blocks
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Implement method
Chris Lattner
2004-04-18
Add a new method, add a check missing that caused a segfault if a loop didn't
Chris Lattner
2004-04-17
Add the ability to compute exit values for complex loop using unanalyzable
Chris Lattner
2004-04-17
Add the ability to compute trip counts that are only controlled by constants
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-15
add some helpful methods. Rearrange #includes to proper order
Chris Lattner
2004-04-15
Factor a bunch of classes out into a public header
Chris Lattner
2004-04-15
Unbreak the build
Chris Lattner
2004-04-14
Implement a FIXME: if we're going to insert a cast, we might as well only
Chris Lattner
2004-04-14
This is a trivial tweak to the addrec insertion code: insert the increment
Chris Lattner
2004-04-12
Add some methods that are useful for updating loop information.
Chris Lattner
2004-04-12
Change the call graph class to have TWO external nodes, making call graph
Chris Lattner
2004-04-12
Hrm, operator new and new[] do not belong here. We should not CSE them! :)
Chris Lattner
2004-04-11
operator new & operator new[] do not kill any legal memory locations.
Chris Lattner
2004-04-11
Allow clients to be more efficient.
Chris Lattner
2004-04-10
Add a couple of more functions that cannot access memory (the intrinsics) and
Chris Lattner
2004-04-07
Fix a bug Brian found.
Chris Lattner
2004-04-05
Sparc don't got not "sqrtl", bum bum bum
Chris Lattner
2004-04-05
Kill warnings during an optimized compile where assert() disappears.
Misha Brukman
2004-04-05
Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-03
Implement test/Regression/Transforms/GCSE/undefined_load.ll
Chris Lattner
2004-04-03
Add a break in the default case
Chris Lattner
2004-04-02
Remove obsolete files
Chris Lattner
[prev]
[next]