Skip to content
  1. May 14, 2006
  2. Dec 22, 2005
    • Reid Spencer's avatar
      Implement PR679: · f984b681
      Reid Spencer authored
      * Changed the -rpath option from cl::opt to cl::list
      * Changed the interface to GenerateNative to take a std::vector<std::string>
        instead of just a std::string
      * Changed GenerateNative to generate multiple -Wl,-rpath, options to be
        passed to gcc.
      
      llvm-svn: 24930
      f984b681
  3. Nov 03, 2005
    • Chris Lattner's avatar
      add a hack that fixes: · b3140c3e
      Chris Lattner authored
      llvm-gcc main.c -Wl,-native -o a.out -g
      
      This is important because it used by many configure scripts.
      
      John, please pull this onto the 1.6 branch.
      
      llvm-svn: 24163
      b3140c3e
  4. Oct 18, 2005
  5. Sep 23, 2005
  6. Aug 03, 2005
  7. Jul 08, 2005
    • Reid Spencer's avatar
      Make sure we don't error out if an invalid path is used, just simply · 03f6f7a5
      Reid Spencer authored
      exit from isBytecodeLPath with "false".
      
      llvm-svn: 22360
      03f6f7a5
    • Reid Spencer's avatar
      For PR495: · c9c0473f
      Reid Spencer authored
      Get rid of the difference between file paths and directory paths. The Path
      class now simply stores a path that can refer to either a file or a
      directory. This required various changes in the implementation and interface
      of the class with the corresponding impact to its users. Doxygen comments were
      also updated to reflect these changes. Interface changes are:
      
      appendDirectory -> appendComponent
      appendFile -> appendComponent
      elideDirectory -> eraseComponent
      elideFile -> eraseComponent
      elideSuffix -> eraseSuffix
      renameFile -> rename
      setDirectory -> set
      setFile -> set
      
      Changes pass Dejagnu and llvm-test/SingleSource tests.
      
      llvm-svn: 22349
      c9c0473f
  8. Apr 22, 2005
  9. Apr 20, 2005
  10. Apr 10, 2005
  11. Feb 28, 2005
  12. Feb 14, 2005
  13. Dec 19, 2004
    • Reid Spencer's avatar
      For PR351: · 766ad0b7
      Reid Spencer authored
      * Support changes in sys::Program::ExecuteAndWait interface
      
      llvm-svn: 19044
      766ad0b7
  14. 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
  15. Dec 10, 2004
  16. Dec 02, 2004
  17. Nov 17, 2004
  18. Nov 16, 2004
  19. Nov 15, 2004
  20. Oct 11, 2004
  21. Oct 07, 2004
  22. 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
  23. Aug 02, 2004
  24. Jul 27, 2004
  25. Jun 23, 2004
  26. Jun 02, 2004
  27. Apr 12, 2004
  28. Apr 08, 2004
  29. Apr 06, 2004
  30. Mar 07, 2004
  31. Feb 26, 2004
  32. Feb 25, 2004
  33. Jan 27, 2004
Loading