Skip to content
  1. Jan 10, 2005
  2. Jan 08, 2005
  3. Jan 01, 2005
  4. Dec 31, 2004
  5. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · e925d8b8
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Account for variations in time.h and sys/time.h inclusion.
      * Add macros for getting wait(2) exit status correctly (per autoconf sugg.)
      * Implement ThrowErrno in terms of strerror_r, strerror or none based on
        what is available on the platform.
      
      llvm-svn: 19161
      e925d8b8
    • Reid Spencer's avatar
      For PR351: · efda887f
      Reid Spencer authored
      * Remove redundant #includes that are now in Unix.h
      
      llvm-svn: 19160
      efda887f
    • Reid Spencer's avatar
      For PR351: · cf15b874
      Reid Spencer authored
      * Move implementation of sys::PreventCoreFiles function to this file from
        the now defunct SysConfig abstraction.
      
      llvm-svn: 19159
      cf15b874
    • Reid Spencer's avatar
      For PR351: · d103e085
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Ensure variations in "dirent" structure are accounted for.
      
      llvm-svn: 19158
      d103e085
    • Reid Spencer's avatar
      For PR351: · 47cd6534
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Consolidate implementation from operating system specific directory.
      
      llvm-svn: 19157
      47cd6534
    • Reid Spencer's avatar
      For PR351: · d554bbce
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      
      llvm-svn: 19156
      d554bbce
    • Reid Spencer's avatar
      For PR351: · 0d1ad6ac
      Reid Spencer authored
      SysConf abstraction was pointless because it had a single function in it that
      pertained only to the current process. So merge it into the Process abstraction
      and remove the files completely.
      
      llvm-svn: 19149
      0d1ad6ac
  6. Dec 24, 2004
  7. Dec 21, 2004
  8. Dec 20, 2004
  9. Dec 19, 2004
  10. Dec 16, 2004
  11. Dec 15, 2004
    • Reid Spencer's avatar
      Remove automatic insertion of CFE's lib directory into the bytecode path · 879f11df
      Reid Spencer authored
      because LLVM should be agnostic to the needs of specific front ends.
      
      llvm-svn: 18968
      879f11df
    • Reid Spencer's avatar
      Fix a file overwrite bug in llvm-ar introduced by changes to · 98ce23ff
      Reid Spencer authored
      createTemporaryFile semantics where it doesn't create a fully unique name
      if the basename doesn't exist. This functionality is now optionally
      provided by the boolean reuse_current parameter to createTemporaryFile and
      makeUnique. The default values differ because of the way these functions
      are used in LLVM.
      
      llvm-svn: 18961
      98ce23ff
    • Reid Spencer's avatar
      For PR351: · f66d9323
      Reid Spencer authored
      * Fix implementation and documentation about LLVMGCCDIR/bytecode-libs
      * Add the makeUnique method, replacement for getUniqueFilename in Support.
      * Add the sys::CopyFile function, replacement for CopyFile in Support.
      * Move GetLLVMConfigDir() into generic code area since its generic.
      
      llvm-svn: 18947
      f66d9323
  12. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · cdefe0ae
      Reid Spencer authored
      Implement the new environment pointer for ExecuteAndWait
      
      llvm-svn: 18928
      cdefe0ae
  13. Dec 13, 2004
  14. Dec 11, 2004
  15. Dec 08, 2004
  16. Dec 02, 2004
  17. Nov 29, 2004
  18. Nov 18, 2004
  19. Nov 16, 2004
Loading