Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Analysis
/
ScopedNoAliasAA.cpp
363ac68
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
by Chandler Carruth
· 7 years ago
193429f
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
by Alina Sbirlea
· 8 years ago
8065f0b
Mark all library options as hidden.
by Zachary Turner
· 8 years ago
be709f2
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
dab4eae
[PM] Change the static object whose address is used to uniquely identify
by Chandler Carruth
· 9 years ago
3b47a5a
[ScopedNoAliasAA] collectMDInDomain should be a free function
by David Majnemer
· 9 years ago
8b8869f
[ScopedNoAliasAA] Only collect noalias nodes if we have alias.scope nodes
by David Majnemer
· 9 years ago
ddc7ab2
[ScopedNoAliasAA] Replace !ScopeNodes.size() with ScopeNodes.empty()
by David Majnemer
· 9 years ago
c77a139
Revert "[ScopedNoAliasAA] Remove an unneccesary set"
by David Majnemer
· 9 years ago
5ec9c58
[ScopedNoAliasAA] Remove an unneccesary set
by David Majnemer
· 9 years ago
36e0d01
Consistently use FunctionAnalysisManager
by Sean Silva
· 9 years ago
b47f801
[PM] Make the AnalysisManager parameter to run methods a reference.
by Chandler Carruth
· 10 years ago
b4faf13
[PM] Implement the final conclusion as to how the analysis IDs should
by Chandler Carruth
· 10 years ago
12884f7
[AA] Hoist the logic to reformulate various AA queries in terms of other
by Chandler Carruth
· 10 years ago
3a63435
[PM] Introduce CRTP mixin base classes to help define passes and
by Chandler Carruth
· 10 years ago
da08082
rangify; NFCI
by Sanjay Patel
· 10 years ago
c5d29aa
don't repeat names in comments ; NFC
by Sanjay Patel
· 10 years ago
f234168
fix typo
by Sanjay Patel
· 10 years ago
083ca9b
Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups.
by Hans Wennborg
· 10 years ago
7b560d4
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
by Chandler Carruth
· 10 years ago
42ff448
[PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the
by Chandler Carruth
· 10 years ago
496b7fb
[PM/AA] Run clang-format over the ScopedNoAliasAA pass prior to making
by Chandler Carruth
· 10 years ago
194f59c
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
by Chandler Carruth
· 10 years ago
c3f49eb
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
by Chandler Carruth
· 10 years ago
ac80dc7
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
by Chandler Carruth
· 10 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
de36e80
Revert "IR: MDNode => Value"
by Duncan P. N. Exon Smith
· 11 years ago
3872d00
IR: MDNode => Value: Instruction::getMetadata()
by Duncan P. N. Exon Smith
· 11 years ago
8c90fd7
Add override to overriden virtual methods, remove virtual keywords.
by Benjamin Kramer
· 11 years ago
029cde6
Simplify and improve scoped-noalias metadata semantics
by Hal Finkel
· 11 years ago
9414665
Add scoped-noalias metadata
by Hal Finkel
· 11 years ago