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