Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
llvm
/
lib
/
Analysis
/
LibCallAliasAnalysis.cpp
9f00886
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
df7a4f2
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
41f14cf
Remove the experimental AliasAnalysis::getDependency interface, which
by Dan Gohman
· 15 years ago
5442c71
Thread const correctness through a bunch of AliasAnalysis interfaces and
by Dan Gohman
· 15 years ago
ac4a1ed
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration.
by Owen Anderson
· 15 years ago
e8c035d
LibCallAliasAnalysis doesn't use TargetData.
by Dan Gohman
· 16 years ago
3816aa7
Expose a public interface to this pass.
by Chris Lattner
· 17 years ago
0282d02
Let libcall semantics decide whether it knows about functions
by Chris Lattner
· 17 years ago
be8f7785
Fix a typo in a comment.
by Dan Gohman
· 17 years ago
f52c804
Use static and anonymous namespaces consistently with other passes.
by Dan Gohman
· 17 years ago
42d46f2
put LibCallAliasAnalysis into anonymous namespace to avoid clashes on ::X
by Torok Edwin
· 17 years ago
621d33b
Add a new LibCallAliasAnalysis pass, which is parameterized
by Chris Lattner
· 17 years ago