index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
BasicAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-2
/
+1
*
Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx
Chris Lattner
2004-07-29
1
-5
/
+9
*
Make basicaa a bit more aggressive
Chris Lattner
2004-07-27
1
-0
/
+4
*
basic-aa can actually provide simple mod/ref info
Chris Lattner
2004-07-27
1
-3
/
+3
*
This was implemented back in march
Chris Lattner
2004-07-27
1
-7
/
+0
*
Do not ignore casts unless they are pointer-pointer casts. This caused us
Chris Lattner
2004-07-21
1
-4
/
+8
*
bug 122:
Reid Spencer
2004-07-18
1
-12
/
+6
*
Simplify logic.
Chris Lattner
2004-07-14
1
-2
/
+2
*
Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.
Chris Lattner
2004-06-19
1
-9
/
+8
*
isnan is dead
Chris Lattner
2004-06-15
1
-1
/
+1
*
llvm.isnan doesn't access memory
Chris Lattner
2004-06-11
1
-1
/
+1
*
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-05-23
1
-8
/
+46
*
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
[next]