llvm-6502/tools
Reid Spencer 3ed469ccd7 For PR786:
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I didn't want to delete code without review) and unused
variables in generated code. Maintainers should clean up the remaining
issues when they see them. All changes pass DejaGnu tests and Olden.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31380 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-02 20:25:50 +00:00
..
bugpoint For PR786: 2006-11-02 20:25:50 +00:00
gccas Enable 'predsimplify' optimization. 2006-09-24 00:08:16 +00:00
gccld Enable 'predsimplify' optimization. 2006-09-24 00:08:16 +00:00
llc Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
lli add a new (hidden) -disable-core-files option 2006-09-14 06:17:09 +00:00
llvm2cpp For PR786: 2006-11-02 20:25:50 +00:00
llvm-ar For PR786: 2006-11-02 20:25:50 +00:00
llvm-as Switch to using llvm-config to select components to link in. 2006-09-04 04:47:49 +00:00
llvm-bcanalyzer For PR786: 2006-11-02 20:25:50 +00:00
llvm-config Allow things like --libs CBackend 2006-09-04 05:35:23 +00:00
llvm-db Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-dis Switch to using llvm-config to build 2006-09-04 05:24:16 +00:00
llvm-extract Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-ld Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-link Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-nm Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-prof Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +00:00
llvm-ranlib Use LINK_COMPONENTS to specify *components* to link against instead of 2006-09-04 05:59:09 +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
llvmc For PR786: 2006-11-02 20:25:50 +00:00
lto Save temp. bc files when saveTemps flag is true. Use final output file 2006-10-26 20:46:22 +00:00
opt For PR786: 2006-11-02 20:25:50 +00:00
Makefile ok this really works :) 2006-09-08 18:33:49 +00:00