llvm-6502/tools
Chris Lattner e3c55a52f8 Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this
keeps llvm-upgrade a simple "source to source" tool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36848 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-06 05:40:41 +00:00
..
bugpoint Added -rsh-host and -rsh-user to support remote execution. 2007-05-03 18:36:15 +00:00
gccas Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
gccld Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
llc add bitcode reading support. Remove EH cruft. 2007-05-06 04:55:19 +00:00
lli add bitcode reading support, remove eh stuff 2007-05-06 04:58:26 +00:00
llvm2cpp bitcodify, remove eh cruft 2007-05-06 05:21:42 +00:00
llvm-ar Don't rely on destructed local storage. Thanks, Chris. 2007-04-08 19:59:07 +00:00
llvm-as link in bitwriter library 2007-04-22 06:31:35 +00:00
llvm-bcanalyzer add inline asm code 2007-05-06 01:50:11 +00:00
llvm-config Add new option to usage help. 2007-04-22 18:33:20 +00:00
llvm-db debugger depends on bcreader, not llvm-db 2007-05-06 05:18:37 +00:00
llvm-dis simplify code 2007-05-06 04:43:36 +00:00
llvm-extract remove EH cruft, add bitcode support 2007-05-06 05:13:17 +00:00
llvm-ld Augment the verbose output to print out the sub-commands executed. 2007-04-29 23:59:47 +00:00
llvm-link remove EH cruft, add bitcode support 2007-05-06 05:13:17 +00:00
llvm-nm add bitcode reading support to llvm-nm 2007-05-06 05:36:18 +00:00
llvm-prof add support to llvm-prof for reading from a bitcode file 2007-05-06 04:43:00 +00:00
llvm-ranlib make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. 2006-12-06 01:18:01 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvm-upgrade Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this 2007-05-06 05:40:41 +00:00
llvmc Make TempDir a PathWithStatus so we don't have to cast it to one. 2007-04-08 20:08:01 +00:00
lto bitcodify 2007-05-06 04:49:55 +00:00
opt add support to llvm-prof for reading from a bitcode file 2007-05-06 04:43:00 +00:00
Makefile Get the use of \ right. 2007-02-09 17:18:42 +00:00