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
/
include
/
llvm
/
Analysis
/
LibCallAliasAnalysis.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
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
Thread const correctness through a bunch of AliasAnalysis interfaces and
Dan Gohman
2010-07-30
LibCallAliasAnalysis uses multiple inheritance, so it needs to implement
Nick Lewycky
2009-11-22
Remove the AliasAnalysis::getMustAliases method, which is dead.
Chris Lattner
2009-09-06
Public and private corrections, warned about by icc (#304).
Duncan Sands
2009-05-12
More MSVC fixes -- class/struct conflicts.
Bill Wendling
2008-06-05
Expose a public interface to this pass.
Chris Lattner