Skip to content
  1. Dec 15, 2004
    • 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
    • Jeff Cohen's avatar
      Make Win32 TimeValue::toString() re-entrant and work with mingw · 92e02d40
      Jeff Cohen authored
      llvm-svn: 18954
      92e02d40
    • Jeff Cohen's avatar
      Fix VC++ compilation errors · e4083418
      Jeff Cohen authored
      llvm-svn: 18953
      e4083418
    • 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
  2. Dec 14, 2004
  3. Dec 13, 2004
  4. Dec 11, 2004
  5. Dec 09, 2004
  6. Dec 08, 2004
  7. Dec 04, 2004
  8. Dec 02, 2004
  9. Nov 29, 2004
  10. Nov 21, 2004
  11. Nov 18, 2004
  12. Nov 16, 2004
  13. Nov 15, 2004
Loading