Skip to content
  1. Dec 08, 2004
  2. Dec 05, 2004
    • Reid Spencer's avatar
      Fix PR139:\ · ef966657
      Reid Spencer authored
      When not linking as a library, use LinkItems to retain command line order of \
      linking, otherwise use LinkFiles
      
      llvm-svn: 18549
      ef966657
  3. Dec 02, 2004
  4. Nov 17, 2004
  5. Nov 15, 2004
  6. Nov 14, 2004
  7. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  8. Aug 29, 2004
  9. Jun 23, 2004
  10. Jun 02, 2004
  11. May 27, 2004
  12. 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
  13. Apr 06, 2004
  14. Feb 19, 2004
  15. Dec 09, 2003
  16. Nov 29, 2003
  17. Nov 24, 2003
  18. Nov 20, 2003
  19. Nov 11, 2003
  20. Nov 05, 2003
  21. Nov 03, 2003
  22. Oct 24, 2003
  23. Oct 20, 2003
  24. Oct 10, 2003
  25. 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
  26. 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
  27. 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
  28. Sep 18, 2003
  29. Sep 17, 2003
  30. 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
  31. Sep 05, 2003
Loading