Skip to content
  1. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · eedafda7
      Reid Spencer authored
      * Change ExecWait calls to sys::Program::ExecuteAndWait
      * Convert to use sys::Path where it makes sense
      
      llvm-svn: 18929
      eedafda7
    • Reid Spencer's avatar
      For PR351: · 79dc8b79
      Reid Spencer authored
      Adjust to interface change for FindExecutable.
      
      llvm-svn: 18920
      79dc8b79
  2. Dec 13, 2004
  3. Dec 12, 2004
  4. Dec 10, 2004
  5. Dec 08, 2004
  6. 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
  7. Dec 02, 2004
  8. Nov 25, 2004
  9. Nov 17, 2004
  10. Nov 16, 2004
  11. Nov 15, 2004
  12. Nov 14, 2004
  13. Nov 09, 2004
  14. Nov 08, 2004
  15. Oct 28, 2004
  16. Oct 22, 2004
  17. Oct 19, 2004
  18. Oct 13, 2004
  19. Oct 11, 2004
  20. Oct 07, 2004
  21. 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
  22. Aug 29, 2004
  23. Aug 02, 2004
  24. Jul 27, 2004
  25. Jun 23, 2004
  26. Jun 02, 2004
  27. May 27, 2004
  28. 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
Loading