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
/
TypeBasedAliasAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,
Dan Gohman
2010-11-12
1
-1
/
+1
*
Enable TBAA.
Dan Gohman
2010-11-12
1
-1
/
+1
*
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
1
-1
/
+2
*
Implement getModRefBehavior for TypeBasedAliasAnalysis.
Dan Gohman
2010-11-08
1
-0
/
+23
*
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-11-08
1
-5
/
+6
*
Support TBAA attachments on calls. This is somewhat experimental.
Dan Gohman
2010-10-25
1
-0
/
+36
*
Fix chaining in TBAA's pointsToConstantMemory.
Dan Gohman
2010-10-25
1
-1
/
+1
*
Only read one bit for testing for a readonly type, leaving the other
Dan Gohman
2010-10-25
1
-2
/
+1
*
Add a comment.
Dan Gohman
2010-10-25
1
-1
/
+3
*
Add some more documentation.
Dan Gohman
2010-10-21
1
-15
/
+21
*
Explain what "constant" means here.
Dan Gohman
2010-10-21
1
-1
/
+3
*
Update comments.
Dan Gohman
2010-10-21
1
-3
/
+23
*
Factor out the main aliasing check into a separate function.
Dan Gohman
2010-10-20
1
-24
/
+39
*
Fix comments; the type graph is currently a tree, not a DAG.
Dan Gohman
2010-10-20
1
-3
/
+3
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
1
-0
/
+10
*
Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.
Dan Gohman
2010-10-18
1
-1
/
+4
*
Tolerate a null parent pointer.
Dan Gohman
2010-10-14
1
-1
/
+1
*
Support AA chaining.
Dan Gohman
2010-10-11
1
-6
/
+9
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.
Dan Gohman
2010-09-14
1
-20
/
+4
*
Remove the experimental AliasAnalysis::getDependency interface, which
Dan Gohman
2010-09-14
1
-9
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-3
/
+3
*
Fix a typo Devang noticed.
Dan Gohman
2010-08-03
1
-1
/
+1
*
Sketch up a preliminary Type-Based Alias Analysis implementation.
Dan Gohman
2010-08-02
1
-0
/
+191