[all-commits] [llvm/llvm-project] fd4a10: [DDG] Data Dependence Graph - DOT printer
Bardia Mahjour via All-commits
all-commits at lists.llvm.org
Mon Dec 14 13:46:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd4a10732c8bd646ccc621c0a9af512be252f33a
https://github.com/llvm/llvm-project/commit/fd4a10732c8bd646ccc621c0a9af512be252f33a
Author: Bardia Mahjour <bmahjour at ca.ibm.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M llvm/include/llvm/Analysis/CFGPrinter.h
M llvm/include/llvm/Analysis/DDG.h
A llvm/include/llvm/Analysis/DDGPrinter.h
M llvm/include/llvm/Support/DOTGraphTraits.h
M llvm/include/llvm/Support/GraphWriter.h
M llvm/lib/Analysis/CFGPrinter.cpp
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/CallPrinter.cpp
A llvm/lib/Analysis/DDGPrinter.cpp
M llvm/lib/CodeGen/MachineScheduler.cpp
M llvm/lib/CodeGen/ScheduleDAGPrinter.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
Log Message:
-----------
[DDG] Data Dependence Graph - DOT printer
This patch implements a DDG printer pass that generates a graph in
the DOT description language, providing a more visually appealing
representation of the DDG. Similar to the CFG DOT printer, this
functionality is provided under an option called -dot-ddg and can
be generated in a less verbose mode under -dot-ddg-only option.
Differential Revision: https://reviews.llvm.org/D90159
More information about the All-commits
mailing list