search for: selectiondagprint

Displaying 9 results from an estimated 9 matches for "selectiondagprint".

Did you mean: selectiondagprinter
2008 Oct 27
2
[LLVMdev] new warnings in r58273
llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp: In member function ‘void llvm::SelectionDAG::setSubgraphColor(llvm::SDNode*, const char*)’: llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:372: warning: comparison with string literal results in unspecified behavior llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp...
2008 Oct 27
0
[LLVMdev] new warnings in r58273
On Monday 27 October 2008 17:06, Mike Stump wrote: > llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp: In member > function ‘void llvm::SelectionDAG::setSubgraphColor(llvm::SDNode*, > const char*)’: > llvm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:372: > warning: comparison with string literal results in unspecified behavior > llvm/llvm/lib/CodeGen/SelectionDAG/Sele...
2008 Sep 16
2
[LLVMdev] DOTGraphTraits and GraphWriter
...ep 16, 2008 at 3:59 PM, Dan Gohman <gohman at apple.com> wrote: > Hello Prakash, > > The SelectionDAG viewers (llc -view-isel-dags etc.) support > both multiple edges between the same pair of nodes, and labels > at least for each incoming edge. See > lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp for code you > might use as an example, though it is a bit tricky. > > Dan > > On Sep 15, 2008, at 3:15 PM, Prakash Prabhu wrote: > >> Hi all, >> >> I have two questions related to .dot graph output. Basically, I have a >> graph representing a program...
2008 Sep 16
0
[LLVMdev] DOTGraphTraits and GraphWriter
Hello Prakash, The SelectionDAG viewers (llc -view-isel-dags etc.) support both multiple edges between the same pair of nodes, and labels at least for each incoming edge. See lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp for code you might use as an example, though it is a bit tricky. Dan On Sep 15, 2008, at 3:15 PM, Prakash Prabhu wrote: > Hi all, > > I have two questions related to .dot graph output. Basically, I have a > graph representing a program dependence graph like structure with >...
2008 Sep 15
2
[LLVMdev] DOTGraphTraits and GraphWriter
Hi all, I have two questions related to .dot graph output. Basically, I have a graph representing a program dependence graph like structure with (a) multiple edges between the same pair of nodes (b) each edge having a special (different) text/label I implemented a template-specialized version of DotGraphTraits for the my graph structure which given a node, uses a map_iterator (similar to the one
2008 Sep 22
0
[LLVMdev] DOTGraphTraits and GraphWriter
...Dan Gohman <gohman at apple.com> wrote: >> Hello Prakash, >> >> The SelectionDAG viewers (llc -view-isel-dags etc.) support >> both multiple edges between the same pair of nodes, and labels >> at least for each incoming edge. See >> lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp for code you >> might use as an example, though it is a bit tricky. >> >> Dan >> >> On Sep 15, 2008, at 3:15 PM, Prakash Prabhu wrote: >> >>> Hi all, >>> >>> I have two questions related to .dot graph output. Basically, I >&g...
2013 Jan 10
0
[LLVMdev] Call graph printer/viewer
...lysis, then exploit DOTGraphTraits{Viewer,Printer} * lib/Analysis/DomPrinter.cpp * lib/Analysis/RegionPrinter.cpp 2) Otherwise, use low-level interface {View,Write}Graph * lib/Analysis/CFGPrinter.cpp - View the graph, defines passes for viewing/printing * lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp * lib/CodeGen/ScheduleDAGPrinter.cpp - View the graph, no associate pass * lib/CodeGen/EdgeBundles.cpp - MachineFunction pass. Provide a member function to view the graph using a custom ViewGraph function because the default implementation "it won't wo...
2005 Apr 22
0
[LLVMdev] tabs
...p Index: lib/Analysis/IPA/GlobalsModRef.cpp Index: lib/Bytecode/Writer/SlotCalculator.cpp Index: lib/CodeGen/PHIElimination.cpp Index: lib/CodeGen/RegAllocSimple.cpp Index: lib/CodeGen/SelectionDAG/SelectionDAG.cpp Index: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Index: lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp Index: lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp Index: lib/ExecutionEngine/Interpreter/Interpreter.cpp Index: lib/ExecutionEngine/Interpreter/Interpreter.h Index: lib/ExecutionEngine/JIT/JITEmitter.cpp Index: lib/Support/Compressor.cpp Index: lib/Support/PluginLoader.cpp Index: l...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...tion.cpp for Release+Asserts build llvm[3]: Compiling DCE.cpp for Release+Asserts build llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build llvm[3]: Compiling DeadStoreElimination.cpp for Release+Asserts build llvm[3]: Compiling EarlyCSE.cpp for Release+Asserts build llvm[3]: Compiling SelectionDAGPrinter.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build llvm[3]: Compiling FlattenCFGPass.cpp for Release+Asserts build llvm[3]: Compiling StatepointLowering.cpp for Release+Asserts build llvm[2]: Compiling ScalarEvolutionExpander.cpp for Releas...