llvm-6502/tools
Tobias Grosser e9dcd033e4 Execute all Pass Printers even if -quiet is set.
Follow the same logic in the LoopPass, ModulePass and CallGraphSCCPass printers,
as it was already used in the BasicBlockPass and FunctionPass printers. This is
more consistent.

The other option would have been to completely disable dumping the analysis
information. However, as this information is the only information printed if the
-analysis flag is set, calling opt would not do anything at all.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113360 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-08 15:02:51 +00:00
..
bugpoint Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
bugpoint-passes
edis
gold Fix compile errors. 2010-09-02 05:44:31 +00:00
llc Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
lli
llvm-ar
llvm-as Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
llvm-bcanalyzer
llvm-config
llvm-diff cleanups: mark stuff static, only tagdecls should be in anon namespaces. 2010-09-05 21:25:43 +00:00
llvm-dis add a new "llvm-dis -show-annotations" option, which causes it to print 2010-09-02 23:21:44 +00:00
llvm-extract Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
llvm-ld Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
llvm-link Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
llvm-mc Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
llvm-nm
llvm-prof lets get crazy and name the header file the exact class name, 2010-09-02 23:09:42 +00:00
llvm-ranlib
llvm-shlib
llvm-stub
llvmc llvmc: .dylib support. 2010-09-02 14:06:21 +00:00
lto Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
opt Execute all Pass Printers even if -quiet is set. 2010-09-08 15:02:51 +00:00
CMakeLists.txt
Makefile