Age | Commit message (Expand) | Author |
2013-07-18 | Some more OS-specific calls were added that are not supported in the | Eli Bendersky |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-04-05 | <rdar://problem/13551789> Fix yet another race in unique_file. | Douglas Gregor |
2013-03-14 | [Support] Fix lifetime of file descriptors when using MemoryBuffer. | Michael J. Spencer |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-02-28 | [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf... | Argyrios Kyrtzidis |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
2013-01-10 | Fix a race condition in llvm::sys::path::unique_file: when we end up | Douglas Gregor |
2012-12-31 | Go ahead and get rid of the old page size interface and convert all the | Chandler Carruth |
2012-11-30 | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. | Chandler Carruth |
2012-11-27 | Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c' | Derek Schuff |
2012-11-15 | PathV2: Fix a possible infinite loop. | Daniel Dunbar |
2012-08-22 | Idef out mapped_file_region for nacl | Derek Schuff |
2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
2012-08-17 | Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14' | Derek Schuff |
2012-08-15 | Properly test the LLVM_USE_RVALUE_REFERENCES macro. | Michael J. Spencer |
2012-08-15 | [PathV2] Add mapped_file_region. Implementation for Windows and POSIX. | Michael J. Spencer |
2012-08-10 | stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.inc | Joerg Sonnenberger |
2012-07-09 | LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45) | Derek Schuff |
2012-06-20 | Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ... | Nick Kledzik |
2012-06-02 | Use access(2) instead of stat(2) to check if a file exists. | Benjamin Kramer |
2012-05-11 | Allow unique_file to take a mode for file permissions, but default | Eric Christopher |
2012-05-05 | [Support] Fix up comments. | Daniel Dunbar |
2012-05-05 | [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom. | Daniel Dunbar |
2012-04-23 | Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd | Sylvestre Ledru |
2012-04-11 | Fix the build under Debian GNU/Hurd. | Sylvestre Ledru |
2012-02-09 | Change default error_code ctor to a 'named ctor' so it's more self-documenting. | David Blaikie |
2011-12-12 | Revert r146363 to allow buildbots to make forward progress. | Chad Rosier |
2011-12-12 | Support/FileSystem: Implement bool equivalent(file_status A, file_status B); | Michael J. Spencer |
2011-12-12 | Support/FileSystem: Implement canonicalize. | Michael J. Spencer |
2011-12-08 | Support/FileSystem: Implement recursive_directory_iterator and make | Michael J. Spencer |
2011-09-14 | Include limits.h to make sure PATH_MAX is known on Solaris 10. | Bill Wendling |
2011-07-28 | Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function. | Argyrios Kyrtzidis |
2011-03-24 | revert r128199 until it can be made to work with Frontend/dependency-gen.c. | Andrew Trick |
2011-03-24 | Remove all uses of PATH_MAX and MAXPATHLEN from PathV2. | Michael J. Spencer |
2011-02-09 | Rip out realpath() support. It's expensive, and often a bad idea, and | Douglas Gregor |
2011-02-09 | Attempt to fix the build after r125228. | Cameron Zwarich |
2011-02-09 | Add llvm::sys::path::canonical(), which provides the canonicalized | Douglas Gregor |
2011-01-16 | Fix rename. | Michael J. Spencer |
2011-01-15 | Support/PathV2: Implement get_magic. | Michael J. Spencer |
2011-01-05 | Support/PathV2: Implement directory iteration on POSIX. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer |
2010-12-07 | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer |
2010-12-07 | Support/Unix/PathV2: Return the real error from realpath instead of any error | Michael J. Spencer |
2010-12-07 | Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also... | Michael J. Spencer |
2010-12-07 | Support/PathV2: Use SmallVector::clear instead of set_size. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Clarify and correct documentation. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Move current_path from path to fs and fix the Unix implementa... | Michael J. Spencer |
2010-12-04 | Support/PathV2: Remove redundant calls to make_error_code. | Michael J. Spencer |