Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
62bbd54ed366949b1630ee9bffb65cdedcd6fa6c
/
llvm
/
lib
/
Analysis
/
DominanceFrontier.cpp
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 8 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
48666a6
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
b292c22
[Dominators] Make IsPostDominator a template parameter
by Jakub Kuderski
· 8 years ago
ca68a3e
[PM] Introduce an analysis set used to preserve all analyses over
by Chandler Carruth
· 9 years ago
dab4eae
[PM] Change the static object whose address is used to uniquely identify
by Chandler Carruth
· 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
df0cd72
[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix for clang.
by NAKAMURA Takumi
· 10 years ago
ca04a1f
Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tweaks."
by NAKAMURA Takumi
· 10 years ago
de40e74
[PM] Appease mingw32's auto-import DLL build with minimal tweaks.
by NAKAMURA Takumi
· 10 years ago
3a63435
[PM] Introduce CRTP mixin base classes to help define passes and
by Chandler Carruth
· 10 years ago
751337f
Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC
by Hongbin Zheng
· 10 years ago
ad782ce
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC"
by Hongbin Zheng
· 10 years ago
237197b
Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC
by Hongbin Zheng
· 10 years ago
eb2a254
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
4181ea3
Templatify DominanceFrontier.
by Matt Arsenault
· 11 years ago
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
7352302
[PM] Split DominatorTree into a concrete analysis result object which
by Chandler Carruth
· 12 years ago
d48cdbf
Put the functionality for printing a value to a raw_ostream as an
by Chandler Carruth
· 12 years ago
9aca918
Move the LLVM IR asm writer header files into the IR directory, as they
by Chandler Carruth
· 12 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
49d684e
Release build: guard dump functions with
by Manman Ren
· 13 years ago
c3366cc
Release build: guard dump functions with "ifndef NDEBUG"
by Manman Ren
· 13 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
6b0c4c9
Move DominanceFrontier from VMCore to Analysis.
by Cameron Zwarich
· 15 years ago