Skip to content
  1. Jul 13, 2006
  2. Jun 09, 2006
  3. Jun 08, 2006
    • Reid Spencer's avatar
      For PR787: · ab97f22c
      Reid Spencer authored
      Provide new llvm::sys::Program facilities for converting the stdout and
      stdin to binary mode. There is no standard way to do this and the available
      mechanisms are platform specific. Adjust the bytecode reader and writer to
      use these methods when their input is stdin or output is stdout. THis avoids
      the problem with \n writing CRLF to a bytecode file on windows.
      
      Patch Contributed by Michael Smith.
      
      llvm-svn: 28722
      ab97f22c
  4. 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
  5. 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
  6. 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
  7. May 06, 2005
  8. Apr 20, 2005
  9. Jan 16, 2005
  10. Jan 10, 2005
  11. 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
  12. Dec 19, 2004
  13. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · cdefe0ae
      Reid Spencer authored
      Implement the new environment pointer for ExecuteAndWait
      
      llvm-svn: 18928
      cdefe0ae
  14. Dec 11, 2004
  15. Nov 05, 2004
  16. Sep 13, 2004
  17. 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
  18. Aug 29, 2004
Loading