llvm-6502/tools
Brian Gaeke 69a79600cb gccld.cpp:
Fix typo in header.
 Add IsArchive static method.
 Roll LoadLibraryFromDirectory() into LoadLibrary(), and factor
  LoadLibraryExactName() out of the result. Instead of treating the current
  directory specially, just insert it into LibPaths in the beginning of
  main().
 Make LoadLibrary() take a "search" flag that says whether to search for the
  correct library, or just trust that LibName is right.
 Make LinkLibrary() take a "search" flag, and pass it to LoadLibrary().
 Change the for-loop over InputFilenames to detect ar archives and link them
  in as libraries without searching.
 Change the for-loop over Libraries to explicitly turn on the "search" flag
  to LinkLibrary() that makes LoadLibrary() search for the correct library
  (i.e., when processing -lNAME options.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6316 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-23 20:27:07 +00:00
..
analyze Add a disable-verify option 2003-05-12 22:12:44 +00:00
as Kill using declarations 2003-05-22 20:13:16 +00:00
bugpoint Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its 2003-05-23 05:34:32 +00:00
dis Kill using declarations 2003-05-22 20:13:16 +00:00
extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
gccas Add an instcombine pass before levelraise 2003-05-02 18:19:05 +00:00
gccld gccld.cpp: 2003-05-23 20:27:07 +00:00
link Kill using declarations 2003-05-22 20:13:16 +00:00
llc Add a new option to disable stripping of bytecode files 2003-04-28 03:28:56 +00:00
lli The JIT is the default mode for LLI now 2003-05-12 14:31:57 +00:00
llvm-as Kill using declarations 2003-05-22 20:13:16 +00:00
llvm-dis Kill using declarations 2003-05-22 20:13:16 +00:00
llvm-extract Move the function extractor pass from tools/extract into lib/Xform/IPO 2002-11-19 18:42:59 +00:00
llvm-link Kill using declarations 2003-05-22 20:13:16 +00:00
opt Kill using declarations 2003-05-22 20:13:16 +00:00
Makefile Get rid of really old makefile cruft 2003-05-14 21:31:31 +00:00