1. d41e944 Provide Path::isSpecialFile interface for PR5568. by Edward O'Callaghan · 15 years ago
  2. d8b0630 Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on by Benjamin Kramer · 15 years ago
  3. dbe89cd remove the last uses of Config/alloca.h by Chris Lattner · 15 years ago
  4. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  5. 7b3544b Minor code simplification. by Dan Gohman · 15 years ago
  6. 28daa10 Remove another F_OK. by Dan Gohman · 15 years ago
  7. 73c74ea It isn't necessary to use F_OK when using R_OK or similar. by Dan Gohman · 15 years ago
  8. a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 15 years ago
  9. 0f55014 "UNIX paths can contain non-ASCII characters, so Path::isValid() should not reject paths with such characters in them. The attached patch removes the check from Path::isValid()." by Chris Lattner · 15 years ago
  10. 88d7e40 add a new static method to portably determine whether a patch is by Chris Lattner · 15 years ago
  11. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  12. a7f2a9e Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: by Daniel Dunbar · 16 years ago
  13. 893a0f9 Fix main executable path name resolution on FreeBSD, patch by Ed Schouten! by Chris Lattner · 16 years ago
  14. d18a2c1 If an executable is run through a symlink, dladdr will return the by Chris Lattner · 16 years ago
  15. 8eada62 Fix warning on gcc 4.3. by Mikhail Glushenkov · 16 years ago
  16. b8863a1 Whitespace fixes. by Mikhail Glushenkov · 16 years ago
  17. 0eab5e2 add a helper method to sys::Path for clang, patch by Kovarththanan Rajaratnam! by Chris Lattner · 16 years ago
  18. bdfa9ac Create temp. file in current path. by Devang Patel · 16 years ago
  19. ce8fdf1 While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory. by Devang Patel · 16 years ago
  20. fd6437f Fix GetMainExecutable. Patch by Sam Bishop. by Seo Sanghyeon · 16 years ago
  21. 93c5346 Add a missing semicolon. by Wojciech Matyjewicz · 16 years ago
  22. fc19988 Fix the sys::Path::getSuffix() implementation. by Argyrios Kyrtzidis · 16 years ago
  23. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 16 years ago
  24. 34cd4a4 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 16 years ago
  25. 9b01cc0 Make getDirnameSep a static method (not part of Path's interface). by Ted Kremenek · 17 years ago
  26. cf55c8e Added method Path::getDirname(). by Ted Kremenek · 17 years ago
  27. c5412c5 Re-implemented Path::createDirectoryOnDisk (for Unix). by Ted Kremenek · 17 years ago
  28. 14c762d add some #includes. by Chris Lattner · 17 years ago
  29. 9ffd19a Implement Path::MapInFilePages/UnMapFilePages on unix, which by Chris Lattner · 17 years ago
  30. 799ed10 Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. by Chris Lattner · 17 years ago
  31. 3bdfa04 Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. by Chris Lattner · 17 years ago
  32. 1a09144 Stub out a Path::GetMainExecutable call to find the path to the by Chris Lattner · 17 years ago
  33. e1b332a Add path separator support, patch by Sam Bishop. by Chris Lattner · 17 years ago
  34. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  35. 7920078 Added "GetCurrentDirectory()" to sys::Path. by Ted Kremenek · 17 years ago
  36. fd52711 Added "isDirectory" method to llvm::sys::Path. by Ted Kremenek · 17 years ago
  37. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  38. f283a5e pull some win32 code into common code, add bitcode identification support. by Chris Lattner · 17 years ago
  39. 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
  40. 8475ec0 For PR789: by Reid Spencer · 18 years ago
  41. 4031bef Add a uniqueID field to the FileStatus structure for Paths. This will map by Reid Spencer · 18 years ago
  42. 69cce81 For PR789: by Reid Spencer · 18 years ago
  43. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  44. 5a06077 For PR797: by Reid Spencer · 18 years ago
  45. 142ca8e For PR797: by Reid Spencer · 18 years ago
  46. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  47. e1647f4 For PR797: by Reid Spencer · 18 years ago
  48. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  49. 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 18 years ago
  50. bffdc36 Add a note about how the "isFile" check in Path::eraseFromDisk prevents by Reid Spencer · 18 years ago
  51. 0d16727 Remove some now-dead methods. Use getFileStatus instead. by Chris Lattner · 18 years ago
  52. c7c453a elimiante some syscalls by Chris Lattner · 18 years ago
  53. 1bebfb5 Modify setStatusInfoOnDisk to not throw an exception. by Chris Lattner · 18 years ago
  54. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  55. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  56. b14c342 no need to do a stat then an lstat. lstat will tell us if normal files don't exist. by Chris Lattner · 18 years ago
  57. 3be872e Fix a problem in getDirectoryContents where sub-directory names were by Reid Spencer · 19 years ago
  58. 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 19 years ago
  59. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 19 years ago
  60. 6371ccb Two changes: by Reid Spencer · 19 years ago
  61. 85c716f Stamp out tabs by Jeff Cohen · 19 years ago
  62. 563a17f Fix eraseSuffix() by Jeff Cohen · 19 years ago
  63. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  64. dd04df0 For PR495: by Reid Spencer · 19 years ago
  65. c7f0832 For PR495: by Reid Spencer · 19 years ago
  66. 932e2e3 Put in a hack for Cygwin that prevents mkdtemp from being used since by Reid Spencer · 19 years ago
  67. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  68. 2aafadc For Bug 543: by Reid Spencer · 20 years ago
  69. 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 20 years ago
  70. 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 20 years ago
  71. 1af69a8 Be slightly more accurate in an error message. by Reid Spencer · 20 years ago
  72. af2f208 For PR351: by Reid Spencer · 20 years ago
  73. 69a1616 For PR351: by Reid Spencer · 20 years ago
  74. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 20 years ago
  75. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 20 years ago
  76. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 20 years ago
  77. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 20 years ago
  78. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 20 years ago
  79. c29befb For PR351: by Reid Spencer · 20 years ago
  80. 77cc91d For PR351: by Reid Spencer · 20 years ago
  81. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 20 years ago
  82. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 20 years ago
  83. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 20 years ago
  84. 1b6b99b For PR351: \ by Reid Spencer · 20 years ago
  85. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  86. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 20 years ago
  87. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 20 years ago
  88. b608a81 Per code review: by Reid Spencer · 20 years ago
  89. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 20 years ago
  90. eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 20 years ago
  91. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 20 years ago
  92. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  93. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 20 years ago
  94. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 20 years ago
  95. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 20 years ago
  96. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 20 years ago
  97. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  98. f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 20 years ago
  99. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 20 years ago
  100. b89a223 Initial implementation of the Path operating system concept. by Reid Spencer · 20 years ago