llvm-6502/tools
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
bugpoint Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
gccas
gccld
llc For PR1277: 2007-03-26 22:38:01 +00:00
lli reset errno to zero on entry to the application's main function. This fixes 2007-04-27 17:02:33 +00:00
llvm2cpp For PR1146: 2007-04-22 05:46:44 +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 phi 2007-05-01 02:43:46 +00:00
llvm-config Add new option to usage help. 2007-04-22 18:33:20 +00:00
llvm-db Avoid temporary construction and potential for corrupted data access. 2007-04-08 20:06:05 +00:00
llvm-dis Switch the bitcode reader interface to take a MemoryBuffer instead of knowing 2007-04-29 07:54:31 +00:00
llvm-extract
llvm-ld Augment the verbose output to print out the sub-commands executed. 2007-04-29 23:59:47 +00:00
llvm-link
llvm-nm Remove some non-sensical logic that prevented llvm-nm from working on any 2007-03-29 19:49:07 +00:00
llvm-prof
llvm-ranlib
llvm-stub
llvm-upgrade For PR1146: 2007-04-22 05:46:44 +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
opt Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile