Skip to content
  1. Dec 22, 2005
    • Reid Spencer's avatar
      For PR351: · ccd5b90f
      Reid Spencer authored
      * Allow the ExecuteAndWait to return negative values if a signal is
        detected as the reason for the child termination. This is needed to
        support bugpoint detecting bad things in its child processes.
      
      llvm-svn: 24960
      ccd5b90f
  2. Jul 08, 2005
    • 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
  3. Jul 07, 2005
    • Reid Spencer's avatar
      For PR495: · 5b891e98
      Reid Spencer authored
      Change interface to Path class:
      readable -> canRead
      writable -> canWrite
      executable -> canExecute
      
      More (incremental) changes coming to close 495.
      
      llvm-svn: 22345
      5b891e98
  4. May 06, 2005
  5. Apr 20, 2005
  6. Jan 16, 2005
  7. Jan 10, 2005
  8. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · d554bbce
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      
      llvm-svn: 19156
      d554bbce
  9. Dec 19, 2004
  10. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · cdefe0ae
      Reid Spencer authored
      Implement the new environment pointer for ExecuteAndWait
      
      llvm-svn: 18928
      cdefe0ae
  11. Dec 11, 2004
  12. Nov 05, 2004
  13. Sep 13, 2004
  14. 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
  15. Aug 29, 2004
Loading