[llvm-commits] CVS: llvm-poolalloc/lib/DSA/BottomUpClosure.cpp CallTargets.cpp CompleteBottomUp.cpp DataStructure.cpp DataStructureAA.cpp DataStructureOpt.cpp EquivClassGraphs.cpp Local.cpp Steensgaar

2007-02-23 Thread Patrick Meredith
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

[llvm-commits] CVS: llvm-www/releases/1.8/docs/CommandGuide/llvmgcc.pod

2006-10-05 Thread Patrick Meredith
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

[llvm-commits] CVS: llvm/utils/DSAextract.py

2005-12-19 Thread Patrick Meredith
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

[llvm-commits] CVS: llvm/utils/DSAextract.py

2005-12-18 Thread Patrick Meredith
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