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
*
Fix for PR1801
Tanya Lattner
2007-11-16
1
-0
/
+3
*
Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
Chris Lattner
2007-11-06
1
-7
/
+11
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-2
/
+2
*
Make a comment better.
Owen Anderson
2007-10-26
1
-1
/
+3
*
Fix for PR1741.
Owen Anderson
2007-10-25
1
-2
/
+3
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-5
/
+4
*
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-09-05
1
-0
/
+1
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-4
/
+23
*
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
Chris Lattner
2007-08-05
1
-4
/
+14
*
Implement review feedback.
Christopher Lamb
2007-08-02
1
-4
/
+4
*
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-02
1
-1
/
+31
*
Revert overly aggressive interpretation of noalias
Christopher Lamb
2007-07-31
1
-32
/
+1
*
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...
Christopher Lamb
2007-07-31
1
-1
/
+32
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+890