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