Skip to content
  1. Apr 20, 2005
  2. Mar 02, 2005
  3. Jan 10, 2005
  4. Dec 27, 2004
    • 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
  5. Dec 24, 2004
    • Reid Spencer's avatar
      For PR351: · 20540311
      Reid Spencer authored
      Merge implementations of isValid and GetTemporaryDirectory into this file. There
      is not any point having the operating system specific files for such little
      variation between the Unix family of systems.
      
      llvm-svn: 19134
      20540311
  6. Dec 21, 2004
  7. Dec 20, 2004
  8. Dec 16, 2004
  9. 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
  10. Dec 13, 2004
  11. Dec 11, 2004
  12. Dec 02, 2004
  13. Nov 16, 2004
    • Reid Spencer's avatar
      * Use low-level unix I/O interface since we're on Unix. · 1b13a7cd
      Reid Spencer authored
      * Don't use variable length arrays (replaced with alloca)
      
      llvm-svn: 17901
      1b13a7cd
    • Reid Spencer's avatar
      Per code review: · 91f505ea
      Reid Spencer authored
      * Clean up the StatusInfo constructor to construct all members and give
        them reasonable values.
      * Get rid of the Vector typedef and make the interface to
        getDirectoryContent use a std::set instead of a std::vector so the dir
        content is sorted.
      * Make the getStatusInfo method const and not return a useless boolean.
      
      llvm-svn: 17872
      91f505ea
  14. Nov 15, 2004
  15. Nov 14, 2004
  16. Nov 09, 2004
  17. Nov 05, 2004
  18. Sep 18, 2004
  19. Sep 16, 2004
  20. Sep 14, 2004
  21. Sep 11, 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 30, 2004
  24. Aug 29, 2004
  25. Aug 25, 2004
Loading