aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/PathV2.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-181-8/+17
|\
| * [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-7/+10
| * [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-281-1/+7
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-4/+7
|\ \ | |/
| * Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-101-4/+7
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-5/+6
|\ \ | |/
| * Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-1/+1
| * Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
| * PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-151-3/+4
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-0/+118
|\ \ | |/
| * Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
| * [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+112
| * stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-101-0/+6
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-40/+88
|\ \ | |/
| * Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-7/+71
| * Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-021-2/+1
| * Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-3/+4
| * [Support] Fix up comments.Daniel Dunbar2012-05-051-5/+3
| * [Support] Rewrite sys::fs::unique_file to not be stupid with /dev/urandom.Daniel Dunbar2012-05-051-19/+5
| * Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-4/+4
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-0/+10
|\ \ | |/
| * Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-0/+10
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-051-17/+17
|\ \ | |/
| * Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-17/+17
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-161-24/+17
|\ \ | |/
| * Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-7/+0
| * Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-21/+13
| * Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-121-0/+7
| * Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-3/+4
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-201-8/+14
|\ \ | |/
| * Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-141-0/+3
| * Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-8/+11
| * revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-241-5/+9
| * Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-241-9/+5
* | Add function prototype for truncate (which is missing from Bionic)Jush Lu2011-03-101-0/+2
|/
* Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor2011-02-091-30/+0
* Attempt to fix the build after r125228.Cameron Zwarich2011-02-091-2/+2
* Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor2011-02-091-0/+30
* Fix rename.Michael J. Spencer2011-01-161-2/+11
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-151-0/+31
* Support/PathV2: Implement directory iteration on POSIX.Michael J. Spencer2011-01-051-0/+54
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-2/+1
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-3/+3
* Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer2010-12-071-1/+2
* Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer2010-12-071-1/+1
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-071-2/+2
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-071-0/+5
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-11/+13
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-21/+21
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+32