[llvm-commits] [llvm] r56487 - in /llvm/trunk: docs/Passes.html lib/Analysis/CFGPrinter.cpp lib/Analysis/IPA/FindUsedTypes.cpp lib/VMCore/AsmWriter.cpp test/Analysis/CallGraph/2008-09-09-DirectCall.ll test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll test/Other/2002-01-31-CallGraph.ll test/Other/2007-06-05-PassID.ll test/Transforms/BlockPlacement/basictest.ll test/Transforms/Inline/basictest.ll test/Transforms/PruneEH/2008-09-05-CGUpdate.ll tools/opt/AnalysisWrappers.cpp tools/opt/GraphPrinters.cpp tools/opt/PrintSCC.cpp
Devang Patel
dpatel at apple.com
Tue Sep 23 09:44:13 PDT 2008
On Sep 23, 2008, at 5:47 AM, Duncan Sands wrote:
> Author: baldrick
> Date: Tue Sep 23 07:47:39 2008
> New Revision: 56487
>
> URL: http://llvm.org/viewvc/llvm-project?rev=56487&view=rev
> Log:
> Rationalize the names of passes that print information:
> -callgraph => print-callgraph
> -callscc => print-callgraph-sccs
> -cfgscc => print-cfg-sccs
> -externalfnconstants => print-externalfnconstants
> -print => print-function
> -print-alias-sets (no change)
> -print-callgraph => dot-callgraph
> -print-cfg => dot-cfg
> -print-cfg-only => dot-cfg-only
> -print-dom-info (no change)
> -printm => print-module
> -printusedtypes => print-used-types
Thanks!
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080923/c015deaa/attachment.html>
More information about the llvm-commits
mailing list