llvm-6502/tools
Reid Spencer a01439ada2 - Remove unused GetSuffix function
- Renamed FileReadable -> FileIsReadable
- Remove support for GROKS_DASH_O; deferr it to %opts% substitution
- Require a -o option except in case of linking where it defaults to a.out
- Fix problem processing *.o and *.bc files.
- Ignore optimization phase if -emit-raw-code
- Correct the assembly generation phase to support -emit-native-code
- Implement dependent library lookup


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16020 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-24 13:55:17 +00:00
..
analyze Remove this printer 2004-07-18 23:43:34 +00:00
bugpoint If the block extractor fails, actually emit the bc file that failed to extract 2004-08-12 02:36:50 +00:00
extract Documentation like this doesn't belong here, and now we have the commandguide 2004-08-15 22:53:20 +00:00
gccas Remove redundant SCCP pass 2004-07-22 08:34:33 +00:00
gccld This pass has proven its metal, remove -disable option. 2004-08-02 10:10:08 +00:00
llc while we're at it, make the libraries be on separate lines 2004-08-05 18:32:57 +00:00
llee * Convert C++ comments to C 2004-08-04 21:19:49 +00:00
lli sparcv9select is history 2004-08-04 07:39:21 +00:00
llvm-ar Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-as Actually, use an exception to stop verification. This gives us much better 2004-07-13 08:48:04 +00:00
llvm-bcanalyzer Correct to change interface of the analyzer. 2004-08-21 21:00:24 +00:00
llvm-db sparcv9select is history. 2004-08-05 05:17:19 +00:00
llvm-dis
llvm-extract
llvm-link Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-nm IA64 compat 2004-07-16 00:08:28 +00:00
llvm-prof Add #include <iostream> since Value.h does not include it any more. 2004-07-04 12:20:55 +00:00
llvm-stub
llvmc - Remove unused GetSuffix function 2004-08-24 13:55:17 +00:00
opt Remove this printer 2004-07-18 23:43:34 +00:00
Makefile