index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
TypeBasedAliasAnalysis.cpp
Age
Commit message (
Expand
)
Author
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-22
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-11
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2010-12-16
Update a comment.
Dan Gohman
2010-12-15
Enable TBAA by default.
Dan Gohman
2010-11-12
Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,
Dan Gohman
2010-11-12
Enable TBAA.
Dan Gohman
2010-11-10
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-08
Implement getModRefBehavior for TypeBasedAliasAnalysis.
Dan Gohman
2010-11-08
Extend the AliasAnalysis::pointsToConstantMemory interface to allow it
Dan Gohman
2010-10-25
Support TBAA attachments on calls. This is somewhat experimental.
Dan Gohman
2010-10-25
Fix chaining in TBAA's pointsToConstantMemory.
Dan Gohman
2010-10-25
Only read one bit for testing for a readonly type, leaving the other
Dan Gohman
2010-10-25
Add a comment.
Dan Gohman
2010-10-21
Add some more documentation.
Dan Gohman
2010-10-21
Explain what "constant" means here.
Dan Gohman
2010-10-21
Update comments.
Dan Gohman
2010-10-20
Factor out the main aliasing check into a separate function.
Dan Gohman
2010-10-20
Fix comments; the type graph is currently a tree, not a DAG.
Dan Gohman
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-18
Make TypeBasedAliasAnalysis default to doing nothing, with a command-line
Dan Gohman
2010-10-18
Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.
Dan Gohman
2010-10-14
Tolerate a null parent pointer.
Dan Gohman
2010-10-11
Support AA chaining.
Dan Gohman
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-09-14
Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.
Dan Gohman
2010-09-14
Remove the experimental AliasAnalysis::getDependency interface, which
Dan Gohman
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-03
Fix a typo Devang noticed.
Dan Gohman
2010-08-02
Sketch up a preliminary Type-Based Alias Analysis implementation.
Dan Gohman