index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
AliasDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Thread const correctness through a bunch of AliasAnalysis interfaces and
Dan Gohman
2010-08-03
1
-2
/
+4
*
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...
Owen Anderson
2010-07-21
1
-3
/
+2
*
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
1
-1
/
+1
*
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
1
-1
/
+1
*
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
1
-1
/
+1
*
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-20
1
-1
/
+1
*
Fix AliasDebugger to be aware of operand values too.
Dan Gohman
2010-05-28
1
-2
/
+10
*
adopt getAdjustedAnalysisPointer in a few more passes.
Chris Lattner
2010-01-20
1
-0
/
+10
*
Remove the AliasAnalysis::getMustAliases method, which is dead.
Chris Lattner
2009-11-22
1
-5
/
+0
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-2
/
+1
*
Refactor my previous change to maintain the distinction between AliasAnalysis...
Owen Anderson
2009-02-05
1
-9
/
+0
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+5
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
1
-1
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+2
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-4
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
Reid Spencer
2007-02-05
1
-1
/
+3
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
1
-0
/
+125