Skip to content
  1. May 27, 2003
  2. May 23, 2003
    • Brian Gaeke's avatar
      Remove ".bc" from the end of InputFile if it is there, in · b7521162
      Brian Gaeke authored
      tools/lli/lli.cpp:main().
      
      llvm-svn: 6317
      b7521162
    • Brian Gaeke's avatar
      gccld.cpp: · 5bfa37f4
      Brian Gaeke authored
       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.)
      
      llvm-svn: 6316
      5bfa37f4
    • Brian Gaeke's avatar
      Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its · 61a05da4
      Brian Gaeke authored
      explanatory comment.
      
      llvm-svn: 6308
      61a05da4
  3. May 22, 2003
  4. May 21, 2003
  5. May 14, 2003
  6. May 13, 2003
  7. May 12, 2003
  8. May 03, 2003
  9. May 02, 2003
  10. Apr 28, 2003
  11. Apr 26, 2003
  12. Apr 25, 2003
  13. Apr 24, 2003
Loading