1. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 19 years ago
  2. c7c453a elimiante some syscalls by Chris Lattner · 19 years ago
  3. 1a7d326 Minor fix due to recent API changes by Anton Korobeynikov · 19 years ago
  4. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 19 years ago
  5. 7dea101 Update win32 for Path::getStatusInfo by Chris Lattner · 19 years ago
  6. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 19 years ago
  7. ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 19 years ago
  8. 393830a For PR804: by Reid Spencer · 19 years ago
  9. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  10. e564de2 Unlike Unix, Windows won't let a file be implicitly replaced via renaming without explicit permission. by Jeff Cohen · 19 years ago
  11. 10a59ce Mingw32 patches supplied by Anton Korobeynikov. by Jeff Cohen · 19 years ago
  12. 966fa41 Fix bugs also fixed in Unix version, plus other general cleanup. by Jeff Cohen · 20 years ago
  13. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 20 years ago
  14. 85c716f Stamp out tabs by Jeff Cohen · 20 years ago
  15. 8f0e8f2 Make Win32 implementation conform to new paradigm by Jeff Cohen · 20 years ago
  16. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  17. edb9d6b Fix VC++ breakage by Jeff Cohen · 20 years ago
  18. 1cf2d04 Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't by Reid Spencer · 20 years ago
  19. dd04df0 For PR495: by Reid Spencer · 20 years ago
  20. c7f0832 For PR495: by Reid Spencer · 20 years ago
  21. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  22. 9437bb6 Fix some Path bugs by Jeff Cohen · 21 years ago
  23. c690cc0 Fix destroyDirectory bug by Jeff Cohen · 21 years ago
  24. 3bbbcc1 Fix and improve win32 path validation. by Jeff Cohen · 21 years ago
  25. 45e88d6 Where do these tabs keep coming from??? by Jeff Cohen · 21 years ago
  26. 51b8d21 Mostly cleanup, but also some bug fixes, for win32/Path.cpp by Jeff Cohen · 21 years ago
  27. d40a7de Get rid of those nasty tabs... by Jeff Cohen · 21 years ago
  28. ebcb9b3 Bring win32/Path.cpp up to date with respect to Unix/Path.cpp by Jeff Cohen · 21 years ago
  29. cb65255 Fix VC++ compilation error by Jeff Cohen · 21 years ago
  30. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 21 years ago
  31. f8cdb85 Fix win32 breakage by Jeff Cohen · 21 years ago
  32. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
  33. 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 21 years ago
  34. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
  35. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 21 years ago
  36. c29befb For PR351: by Reid Spencer · 21 years ago
  37. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 21 years ago
  38. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 21 years ago
  39. 77cc91d For PR351: by Reid Spencer · 21 years ago
  40. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  41. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 21 years ago
  42. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  43. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 21 years ago
  44. 6c4b7bd Implement new functions per new interface by Reid Spencer · 21 years ago
  45. 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
  46. 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 21 years ago
  47. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  48. 6a0ec6f Improve validity checking of windows path names and fix file creation problems. by Reid Spencer · 21 years ago
  49. d0c9e0e Porting of Unix implementation to Win32. by Reid Spencer · 21 years ago
  50. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 21 years ago
  51. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 21 years ago