Skip to content
  1. May 27, 2004
  2. May 07, 2004
    • Brian Gaeke's avatar
      Allow the user to set the LLVMINTERP environment variable as a workaround, for · 9a7b9d07
      Brian Gaeke authored
      when they have to run a gccld shell script without having lli in their path.
      This is intended to address Bug 289.
      
      Also, emit the traditional syntax ${1+"$@"} for passing all of a shell script's
      args to a subprocess. If you have arguments that have spaces in them, $* will
      not preserve the quoting (i.e., the quoted string "foo bar" as an argument will
      end up as two arguments "foo" "bar" to lli.)
      
      llvm-svn: 13414
      9a7b9d07
  3. Apr 06, 2004
  4. Feb 19, 2004
  5. Dec 09, 2003
  6. Nov 29, 2003
  7. Nov 24, 2003
  8. Nov 20, 2003
  9. Nov 11, 2003
  10. Nov 05, 2003
  11. Nov 03, 2003
  12. Oct 24, 2003
  13. Oct 20, 2003
  14. Oct 10, 2003
  15. Sep 30, 2003
    • Misha Brukman's avatar
      * Ordered includes according to LLVM style · 21663634
      Misha Brukman authored
      * Put function signatures on one line if possible
      * Deleted empty comment lines (^//$)
      * Deleted braces around single statements
      * Deleted space between function call and argument list
      
      llvm-svn: 8775
      21663634
    • Brian Gaeke's avatar
      1. Use better error messages in LinkFiles(). · 484f2c74
      Brian Gaeke authored
      2. I think the caller of LinkFiles() should not ignore a true return value.
         (If you have a good reason why it ought to, feel free to revert
         this. It's just something that's been bugging me for a while.)
      
      llvm-svn: 8760
      484f2c74
  16. Sep 22, 2003
    • Chris Lattner's avatar
      Minor cleanups: · 65d93e20
      Chris Lattner authored
       * Local header file goes at top
       * Remove unneeded #includes
       * Wrap code at 80 columns
       * Declare variables where they are used
       * 'register' is not needed
       * Use 'unsigned' instead of 'int' variables where possible
      
      llvm-svn: 8657
      65d93e20
  17. Sep 19, 2003
    • John Criswell's avatar
      Removed linking functionality from gccld.cpp and moved it to linker.cpp. · b533bde5
      John Criswell authored
      Renamed functions that were all lower-case.
      Moved functions from util.cpp into linker.cpp or gccld.cpp.
      Removed util.h and created gccld.h.
      Refactored the linker functionality in linker.cpp so that it is easier to
      follow, easier to modify, and it's library/object file search behavior is
      easier to understand and document.
      Added code to include library paths when doing native linking, but this
      causes problems and is currently #ifdef'd out.
      
      llvm-svn: 8609
      b533bde5
  18. Sep 18, 2003
  19. Sep 17, 2003
  20. Sep 16, 2003
    • John Criswell's avatar
      Added the -native option. · 1997a34e
      John Criswell authored
      With this option, gccld links the program into LLVM bytecode and a native code
      binary.  This allows llvmgcc to correctly tell GNU configure scripts when
      things aren't defined properly (because the native link will fail).
      
      llvm-svn: 8570
      1997a34e
  21. Sep 05, 2003
  22. Sep 02, 2003
  23. Aug 29, 2003
    • John Criswell's avatar
      "Help keep our secrets secret." · c907487c
      John Criswell authored
      Added code to respect the umask value.  Before, files were generated world
      readable, which may not be desirable for all installations.
      
      llvm-svn: 8215
      c907487c
  24. Aug 22, 2003
  25. Aug 20, 2003
  26. Aug 15, 2003
  27. Jun 26, 2003
  28. Jun 19, 2003
  29. Jun 18, 2003
  30. May 29, 2003
Loading