Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
077531385e0145b3657173de0939e9b4b360538d
/
lib
/
Analysis
/
DataStructure
/
DataStructureAA.cpp
1cee779
#ifdef out a function only used by #ifdef'd code.
by Chris Lattner
· 20 years ago
db7436a
fix a bogus assertion
by Chris Lattner
· 20 years ago
511f60c
Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee
by Chris Lattner
· 20 years ago
1c8327b
add some possibly bogus assertions.
by Chris Lattner
· 20 years ago
50cb9b4
simplify this function a bit, allow DS-AA to build on/improve the mod/ref
by Chris Lattner
· 20 years ago
2e2cce6
Two changes:
by Chris Lattner
· 20 years ago
851b534
Make -ds-aa more useful, allowing it to be updated as xforms hack on the program.
by Chris Lattner
· 21 years ago
1d7b5de
Add last four createXxxPass functions
by Jeff Cohen
· 21 years ago
4a7ebfa
For PR387:\ Add getModRefInfo method to avoid overloaded virtuals
by Reid Spencer
· 21 years ago
b12914b
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
4dabb2c
Move all of the DSA headers into the Analysis/DataStructure subdir.
by Chris Lattner
· 21 years ago
484e302
Updates to work with the new auto-forwarding AA interface changes
by Chris Lattner
· 21 years ago
bac7da8
If an object is not in the scalar map then it must be a global from another
by Chris Lattner
· 21 years ago
a975a9a
Implement getModRefInfo() for DSA to calculate whether a function modifies or
by Misha Brukman
· 21 years ago
92e41d5
Forward method request to chained aa implementation
by Chris Lattner
· 22 years ago
02da032
minor cleanups
by Chris Lattner
· 22 years ago
9a92729
Fine-grainify namespaces for this library
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
2f2d065
Fixed spelling and grammar.
by Misha Brukman
· 22 years ago
10c45d6
Disable incorrect mustalias code
by Chris Lattner
· 22 years ago
9cd0484
Reduce amount of work we do calculating mustaliases if the arg is a global
by Chris Lattner
· 22 years ago
5c70dc0
Expose must alias information for global variables, implementing: DSGraph/mustalias.ll
by Chris Lattner
· 22 years ago
72d50a0
Avoid double negatives
by Chris Lattner
· 22 years ago
e0f4b98
Remove support for the MultiObject flag, which was fundamentally broken
by Chris Lattner
· 22 years ago
bd92b73
* Changes to make NodeType be private to DSNode.
by Chris Lattner
· 22 years ago
a612afc
Adjust to implement new AA interface
by Chris Lattner
· 22 years ago
1dbd1b8
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
by Chris Lattner
· 23 years ago
8105cfb
Initial implementation of ds-aa
by Chris Lattner
· 23 years ago