Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
98694138025fdb0cec0cda5727201ad00ded3d63
/
lib
/
Analysis
/
AliasDebugger.cpp
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
b2143b6
Remove the experimental AliasAnalysis::getDependency interface, which
by Dan Gohman
· 15 years ago
90c579d
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
79fca6f
Thread const correctness through a bunch of AliasAnalysis interfaces and
by Dan Gohman
· 15 years ago
d8cc7be
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration.
by Owen Anderson
· 15 years ago
8be3291
Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch
by Owen Anderson
· 15 years ago
9e08100
Reapply r108794, a fix for the failing test from last time.
by Owen Anderson
· 15 years ago
e8a469c
Revert r108794, "Separate PassInfo into two classes: a constructor-free
by Daniel Dunbar
· 15 years ago
8ba15cb
Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo).
by Owen Anderson
· 15 years ago
dd05466
Fix AliasDebugger to be aware of operand values too.
by Dan Gohman
· 15 years ago
1bc76d4
adopt getAdjustedAnalysisPointer in a few more passes.
by Chris Lattner
· 16 years ago
66e08cf
Remove the AliasAnalysis::getMustAliases method, which is dead.
by Chris Lattner
· 16 years ago
f5a86f4
Remove includes of Support/Compiler.h that are no longer needed after the
by Nick Lewycky
· 16 years ago
6726b6d
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 16 years ago
e794220
Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it
by Owen Anderson
· 17 years ago
ae73dc1
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
844731a
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
4f4c28f
Restore isCFGOnly property of various analysis passes.
by Devang Patel
· 17 years ago
c758209
PassInfo keep tracks whether a pass is an analysis pass or not.
by Devang Patel
· 17 years ago
c7fe32e
Do not use virtual function to identify an analysis pass.
by Devang Patel
· 17 years ago
1cee94f
Identify Analysis pass.
by Devang Patel
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
1997473
Drop 'const'
by Devang Patel
· 18 years ago
3e15bf3
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 18 years ago
794fd75
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
d7d83db
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
by Reid Spencer
· 19 years ago
5cbf985
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
by Reid Spencer
· 19 years ago
472c791
A shim over other AA impls to catch incorrect uses
by Andrew Lenharth
· 19 years ago