index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
BasicAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hrm, operator new and new[] do not belong here. We should not CSE them! :)
Chris Lattner
2004-04-12
1
-3
/
+0
*
operator new & operator new[] do not kill any legal memory locations.
Chris Lattner
2004-04-11
1
-0
/
+3
*
Allow clients to be more efficient.
Chris Lattner
2004-04-11
1
-0
/
+4
*
Add a couple of more functions that cannot access memory (the intrinsics) and
Chris Lattner
2004-04-10
1
-0
/
+7
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-14
/
+35
*
Add some missing functions. Make sure to handle calls together in case the
Chris Lattner
2004-03-16
1
-2
/
+20
*
Fix a minor bug, implementing GCSE/call_pure_function.ll
Chris Lattner
2004-03-15
1
-3
/
+6
*
Teach basicaa about some stdc functions.
Chris Lattner
2004-03-15
1
-5
/
+100
*
Fix a couple of minor problems. Because PHI nodes can use themselves, this
Chris Lattner
2004-03-12
1
-4
/
+1
*
Implement mod/ref analysis for a trivial case where locals don't escape.
Chris Lattner
2004-03-12
1
-0
/
+52
*
Expand on my note-to-self
Chris Lattner
2004-03-01
1
-1
/
+3
*
Fix a soon-to-be-missing #include
Chris Lattner
2004-02-22
1
-0
/
+1
*
Fix thinko
Chris Lattner
2004-01-30
1
-3
/
+3
*
Implement the pointsToConstantMemory() method.
Chris Lattner
2004-01-30
1
-3
/
+14
*
Eliminate use of ConstantHandling itf
Chris Lattner
2004-01-12
1
-12
/
+13
*
Add a note
Chris Lattner
2003-12-28
1
-0
/
+5
*
Factor out some duplicated code, implement the rest of the cases in
Chris Lattner
2003-12-11
1
-43
/
+40
*
Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...
Chris Lattner
2003-12-11
1
-121
/
+251
*
Fix a glaring bug
Chris Lattner
2003-12-11
1
-0
/
+1
*
Realize the gep P, <zeros> must aliases P.
Chris Lattner
2003-12-11
1
-1
/
+11
*
With Brian's change to AA.h we can now clean out this uglyness
Chris Lattner
2003-12-11
1
-1
/
+1
*
Fix file header
Chris Lattner
2003-11-25
1
-1
/
+1
*
Use gep_type_begin/end instead of looking for ubytes
Chris Lattner
2003-11-25
1
-4
/
+7
*
Finegrainify namespacification
Chris Lattner
2003-11-25
1
-4
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-3
/
+3
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
Chris Lattner
2003-09-20
1
-7
/
+22
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-1
/
+1
*
Reuse the values if they are constants: this is important so that we index in...
Chris Lattner
2003-07-03
1
-2
/
+7
*
Implement handling of constantexprs for disambiguation. This implements
Chris Lattner
2003-06-17
1
-0
/
+6
*
Be more robust in the face of undefined behavior.
Chris Lattner
2003-06-02
1
-5
/
+30
*
Fix Bug: BasicAA/2003-05-21-GEP-Problem.ll
Chris Lattner
2003-05-21
1
-1
/
+1
*
Fix BasicAA/2003-04-25-GEPCrash.ll
Chris Lattner
2003-04-25
1
-3
/
+3
*
Fix bug: BasicAA/2003-04-22-GEPProblem.ll
Chris Lattner
2003-04-22
1
-1
/
+0
*
Remove unneccesary forward decl
Chris Lattner
2003-03-06
1
-1
/
+1
*
Fix bug: BasicAA/2003-03-04-GEPCrash.ll
Chris Lattner
2003-03-04
1
-17
/
+11
*
Fix a problem with negative indexes
Chris Lattner
2003-03-02
1
-3
/
+3
*
Fix bug: BasicAA/2003-02-26-AccessSizeTest.ll
Chris Lattner
2003-02-26
1
-11
/
+36
*
Fix several bugs in basic-aa
Chris Lattner
2003-02-26
1
-5
/
+10
*
Move BasicAA pass out to it's own header file
Chris Lattner
2003-02-26
1
-0
/
+285