llvm-project/llvm/lib
Chris Lattner e2eb99eb62 Add a new command line option for PassManager using utilities.
Now for llc, gccas, analyze, opt, etc you can specify the -time-passes
command line option that outputs a timing summary report that indicates
how long each pass takes to execute.

llvm-svn: 2394
2002-04-29 04:04:29 +00:00
..
Analysis Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
AsmParser Remove dead code 2002-04-28 21:57:50 +00:00
Bytecode Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
CodeGen Include appropriate file 2002-04-28 20:40:16 +00:00
ExecutionEngine FIXME removed: malloc/alloca ALWAYS have a size argument 2002-04-28 21:57:33 +00:00
Support Add new api for basic signal handling for tools 2002-04-18 19:53:53 +00:00
Target Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA 2002-04-28 21:27:06 +00:00
Transforms More cleanups 2002-04-29 01:58:47 +00:00
VMCore Add a new command line option for PassManager using utilities. 2002-04-29 04:04:29 +00:00
Makefile Moved assembly writer library into its own top level directory. 2002-04-08 19:42:33 +00:00