Changes in directory llvm-poolalloc/lib/DSA:
BottomUpClosure.cpp updated: 1.129 -> 1.130
CallTargets.cpp updated: 1.10 -> 1.11
CompleteBottomUp.cpp updated: 1.41 -> 1.42
DataStructure.cpp updated: 1.258 -> 1.259
DataStructureAA.cpp updated: 1.41 -> 1.42
DataStructureOpt.cpp updated: 1.17 -> 1.18
Changes in directory llvm-www/releases/1.8/docs/CommandGuide:
llvmgcc.pod updated: 1.1 -> 1.2
---
Log message:
Added command line option documentation for -emit-llvm
---
Diffs of the changes: (+5 -0)
llvmgcc.pod |5 +
1 files changed, 5 insertions(+)
Index: llvm-www/releases/1.8
Changes in directory llvm/utils:
DSAextract.py updated: 1.1 -> 1.2
---
Log message:
Added a break that I meant to include originally, for efficiency. Basically
it keeps it from trying to add the same node to the node set
over and over if it matches multiple given patterns. Also in cases wher
Changes in directory llvm/utils:
DSAextract.py added (r1.1)
---
Log message:
This is a script to extract nodes and edges associated with those nodes
from a dot file that is the output of DSA. Nodes to extract
are specified by giving the name of the node seen in the graphical
representation, i