Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
lib
/
Analysis
/
BasicAliasAnalysis.cpp
36d0a1f
getUnderlyingObject can return null, handle this.
by Chris Lattner
· 18 years ago
9603f43
Teach basicaa that 'byval' arguments define a new memory location that
by Chris Lattner
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
170707f
Make these loops follow GetGEPOperands() behavior.
by Wojciech Matyjewicz
· 18 years ago
eaf7b23
Fix PR1782, patch by Wojtek Matyjewicz!
by Chris Lattner
· 18 years ago
79d2887
Rather than having special rules like "intrinsics cannot
by Duncan Sands
· 18 years ago
00b24b5
Integrate the readonly/readnone logic more deeply
by Duncan Sands
· 18 years ago
637ec55
Add some convenience methods for querying attributes, and use them.
by Duncan Sands
· 18 years ago
f5588dc
Fix PR1146: parameter attributes are longer part of
by Duncan Sands
· 18 years ago
9929be9
Ding dong, the DoesntAccessMemoryFns and
by Duncan Sands
· 18 years ago
497b40e
Teach alias analysis about readnone/readonly functions.
by Duncan Sands
· 18 years ago
9455ca7
Fix for PR1801
by Tanya Lattner
· 18 years ago
c0656ad
Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
by Chris Lattner
· 18 years ago
f99fdc6
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
by Duncan Sands
· 18 years ago
cd93502
Make a comment better.
by Owen Anderson
· 18 years ago
0334d4c
Fix for PR1741.
by Owen Anderson
· 18 years ago
1636de9
Add lengthof and endof templates that hide a lot of sizeof computations.
by Owen Anderson
· 18 years ago
2e9830d
Missing break. Patch by Wojciech Matyjewicz.
by Evan Cheng
· 18 years ago
e817a40
This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search.
by Chandler Carruth
· 18 years ago
327f519
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
by Chris Lattner
· 18 years ago
cd533cf
Implement review feedback.
by Christopher Lamb
· 18 years ago
6f9fad5
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
by Christopher Lamb
· 18 years ago
d5fcd57
Revert overly aggressive interpretation of noalias
by Christopher Lamb
· 18 years ago
b54066b
Teach BasicAA about noalias function parameters. Passes all of DejaGNU and test-suite.
by Christopher Lamb
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago