Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4e56b686f11d71dda1a04a10c71bb900c8497619
/
llvm
/
lib
/
Analysis
/
DataStructure
/
DataStructureAA.cpp
01808ca
Remove trailing whitespace
by Misha Brukman
· 21 years ago
2db10ba
remove ...
by Chris Lattner
· 21 years ago
8216646
Don't give up completely, maybe other AA can say something about this.
by Chris Lattner
· 21 years ago
2ba3738
Cache mapping information for a call site after computing it for a mod/ref
by Chris Lattner
· 21 years ago
139f43b
Remove more long dead code: dsa doesn't provide must alias info
by Chris Lattner
· 21 years ago
1a02d15d
remove some unsafe code that has long been dead
by Chris Lattner
· 21 years ago
9cc932d
slightly improve mod/ref for DSAA by checking the globals graph for fallback
by Chris Lattner
· 21 years ago
f0d919e
teach ds-aa about mod/ref for external function calls.
by Chris Lattner
· 21 years ago
7d3df41
implement Analysis/DSGraph/field-sensitive.ll
by Chris Lattner
· 21 years ago
61f3bef
#ifdef out a function only used by #ifdef'd code.
by Chris Lattner
· 21 years ago
30525a0
fix a bogus assertion
by Chris Lattner
· 21 years ago
3f181d7
Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee
by Chris Lattner
· 21 years ago
488a80a
add some possibly bogus assertions.
by Chris Lattner
· 21 years ago
b552552
simplify this function a bit, allow DS-AA to build on/improve the mod/ref
by Chris Lattner
· 21 years ago
ea7e654
Two changes:
by Chris Lattner
· 21 years ago
2e2edef
Make -ds-aa more useful, allowing it to be updated as xforms hack on the program.
by Chris Lattner
· 21 years ago
292845d
Add last four createXxxPass functions
by Jeff Cohen
· 21 years ago
5c132bc
For PR387:\ Add getModRefInfo method to avoid overloaded virtuals
by Reid Spencer
· 21 years ago
4f2cf03
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
f6118db
Move all of the DSA headers into the Analysis/DataStructure subdir.
by Chris Lattner
· 21 years ago
e345f6b
Updates to work with the new auto-forwarding AA interface changes
by Chris Lattner
· 21 years ago
f374b3f
If an object is not in the scalar map then it must be a global from another
by Chris Lattner
· 21 years ago
362841d
Implement getModRefInfo() for DSA to calculate whether a function modifies or
by Misha Brukman
· 22 years ago
4ab9632
Forward method request to chained aa implementation
by Chris Lattner
· 22 years ago
0e43b44
minor cleanups
by Chris Lattner
· 22 years ago
9e87655
Fine-grainify namespaces for this library
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
3299832
Fixed spelling and grammar.
by Misha Brukman
· 22 years ago
9a75369
Disable incorrect mustalias code
by Chris Lattner
· 22 years ago
0b61cdd
Reduce amount of work we do calculating mustaliases if the arg is a global
by Chris Lattner
· 22 years ago
0877def
Expose must alias information for global variables, implementing: DSGraph/mustalias.ll
by Chris Lattner
· 22 years ago
856a6cb
Avoid double negatives
by Chris Lattner
· 22 years ago
d791d8e
Remove support for the MultiObject flag, which was fundamentally broken
by Chris Lattner
· 22 years ago
4853d16
* Changes to make NodeType be private to DSNode.
by Chris Lattner
· 22 years ago
e79b831
Adjust to implement new AA interface
by Chris Lattner
· 23 years ago
fdc902e
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
by Chris Lattner
· 23 years ago
8fd2b77
Initial implementation of ds-aa
by Chris Lattner
· 23 years ago