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
/
BasicAliasAnalysis.cpp
Age
Commit message (
Expand
)
Author
2004-07-14
Simplify logic.
Chris Lattner
2004-06-19
Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.
Chris Lattner
2004-06-15
isnan is dead
Chris Lattner
2004-06-11
llvm.isnan doesn't access memory
Chris Lattner
2004-05-23
Move the -no-aa AA implementation into this file since both of these
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-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-03-16
Add some missing functions. Make sure to handle calls together in case the
Chris Lattner
2004-03-15
Fix a minor bug, implementing GCSE/call_pure_function.ll
Chris Lattner
2004-03-15
Teach basicaa about some stdc functions.
Chris Lattner
2004-03-12
Fix a couple of minor problems. Because PHI nodes can use themselves, this
Chris Lattner
2004-03-12
Implement mod/ref analysis for a trivial case where locals don't escape.
Chris Lattner
2004-03-01
Expand on my note-to-self
Chris Lattner
2004-02-22
Fix a soon-to-be-missing #include
Chris Lattner
2004-01-30
Fix thinko
Chris Lattner
2004-01-30
Implement the pointsToConstantMemory() method.
Chris Lattner
2004-01-12
Eliminate use of ConstantHandling itf
Chris Lattner
2003-12-28
Add a note
Chris Lattner
2003-12-11
Factor out some duplicated code, implement the rest of the cases in
Chris Lattner
2003-12-11
Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...
Chris Lattner
2003-12-11
Fix a glaring bug
Chris Lattner
2003-12-11
Realize the gep P, <zeros> must aliases P.
Chris Lattner
2003-12-11
With Brian's change to AA.h we can now clean out this uglyness
Chris Lattner
2003-11-25
Fix file header
Chris Lattner
2003-11-25
Use gep_type_begin/end instead of looking for ubytes
Chris Lattner
2003-11-25
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-20
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-07-03
Reuse the values if they are constants: this is important so that we index in...
Chris Lattner
2003-06-17
Implement handling of constantexprs for disambiguation. This implements
Chris Lattner
2003-06-02
Be more robust in the face of undefined behavior.
Chris Lattner
2003-05-21
Fix Bug: BasicAA/2003-05-21-GEP-Problem.ll
Chris Lattner
2003-04-25
Fix BasicAA/2003-04-25-GEPCrash.ll
Chris Lattner
2003-04-22
Fix bug: BasicAA/2003-04-22-GEPProblem.ll
Chris Lattner
2003-03-06
Remove unneccesary forward decl
Chris Lattner
2003-03-04
Fix bug: BasicAA/2003-03-04-GEPCrash.ll
Chris Lattner
2003-03-02
Fix a problem with negative indexes
Chris Lattner
2003-02-26
Fix bug: BasicAA/2003-02-26-AccessSizeTest.ll
Chris Lattner
2003-02-26
Fix several bugs in basic-aa
Chris Lattner
2003-02-26
Move BasicAA pass out to it's own header file
Chris Lattner