Skip to content
  1. Dec 17, 2004
    • Reid Spencer's avatar
      For PR351: · 584cb0a8
      Reid Spencer authored
      * removeFile() -> sys::Path::destroyFile()
      * remove extraneous toString() calls
      * convert local variables representing path names from std::string to
        sys::Path
      * Use sys::Path objects with FileRemove instead of std::string
      * Use sys::Path methods for construction of path names
      
      llvm-svn: 19001
      584cb0a8
  2. 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
  3. Dec 13, 2004
  4. Dec 12, 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 17, 2004
  9. Nov 15, 2004
  10. Nov 14, 2004
  11. 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
  12. Aug 29, 2004
  13. Jun 23, 2004
  14. Jun 02, 2004
  15. May 27, 2004
  16. 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
  17. Apr 06, 2004
  18. Feb 19, 2004
  19. Dec 09, 2003
  20. Nov 29, 2003
  21. Nov 24, 2003
  22. Nov 20, 2003
  23. Nov 11, 2003
  24. Nov 05, 2003
  25. Nov 03, 2003
  26. Oct 24, 2003
  27. Oct 20, 2003
  28. Oct 10, 2003
  29. 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
  30. 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
Loading