llvm-6502/tools
Chris Lattner ac859db3e4 - Implement a new -print-cfg option for analyze, that causes it to print the
CFG of each function in the module to 'dot' files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4062 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-07 18:38:01 +00:00
..
analyze - Implement a new -print-cfg option for analyze, that causes it to print the 2002-10-07 18:38:01 +00:00
as - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. 2002-08-30 22:54:41 +00:00
dis Make sure to close the file before deleting it 2002-09-24 00:09:48 +00:00
extract Avoid making external global variables internal 2002-10-07 18:33:53 +00:00
gccas * Remove the -stopraise option, which is no longer needed now that we have 2002-09-22 18:50:22 +00:00
gccld Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:22 +00:00
link Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
llc Change LowerAllocations pass to 'require' TargetData instead of it being 2002-09-25 23:47:49 +00:00
lli Export symbols for linux 2002-09-13 22:20:19 +00:00
llvm-as - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. 2002-08-30 22:54:41 +00:00
llvm-dis Make sure to close the file before deleting it 2002-09-24 00:09:48 +00:00
llvm-extract Avoid making external global variables internal 2002-10-07 18:33:53 +00:00
llvm-link Print the tool name when an error comes from so that I can tell which 2002-07-30 21:43:25 +00:00
opt - Implement a new -print-cfg option for analyze, that causes it to print the 2002-10-07 18:38:01 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00