Skip to content
  1. Jun 17, 2003
  2. Jun 16, 2003
  3. Jun 13, 2003
  4. Jun 12, 2003
  5. Jun 05, 2003
  6. Jun 02, 2003
  7. May 31, 2003
  8. May 30, 2003
  9. May 29, 2003
  10. May 27, 2003
  11. 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
  12. May 22, 2003
  13. May 21, 2003
  14. May 14, 2003
  15. May 13, 2003
  16. May 12, 2003
  17. May 03, 2003
  18. May 02, 2003
  19. Apr 28, 2003
  20. Apr 26, 2003
  21. Apr 25, 2003
Loading