index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Windows
/
PathV2.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
1
-38
/
+0
*
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
1
-62
/
+38
*
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
1
-0
/
+38
*
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-12
1
-17
/
+6
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-6
/
+7
*
PathV2: Handle more reserved filenames on windows.
Benjamin Kramer
2011-08-20
1
-2
/
+24
*
Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.
Argyrios Kyrtzidis
2011-07-28
1
-11
/
+14
*
Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.
NAKAMURA Takumi
2011-03-16
1
-1
/
+8
*
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-07
1
-1
/
+1
*
Make Win32's header file name lower for cross build on case-sensitive filesys...
NAKAMURA Takumi
2011-02-04
1
-1
/
+1
*
Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...
NAKAMURA Takumi
2011-01-17
1
-1
/
+1
*
Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...
NAKAMURA Takumi
2011-01-17
1
-1
/
+2
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
1
-0
/
+42
*
Support/Windows/PathV2: Make directory iteration ignore . and ..
Michael J. Spencer
2011-01-05
1
-4
/
+24
*
Support/Windows/PathV2: Fix remove to handle both files and directories.
Michael J. Spencer
2011-01-05
1
-7
/
+21
*
Missed some StringRefRefs.
Benjamin Kramer
2010-12-17
1
-4
/
+2
*
Support/Windows/PathV2: Fix header comment.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support: Move c_str from SmallVector back to SmallString and add a free standing
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-2
/
+1
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-2
/
+2
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-5
/
+1
*
Support/Windows: Make MinGW happy.
Michael J. Spencer
2010-12-06
1
-1
/
+1
*
Support/FileSystem: Add directory_iterator implementation.
Michael J. Spencer
2010-12-06
1
-0
/
+77
*
Support/Windows: Add ScopedHandle and move some clients over to it.
Michael J. Spencer
2010-12-06
1
-10
/
+10
*
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
1
-49
/
+48
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+48
*
Support/Windows/FileSystem: Fix MinGW warnings.
Michael J. Spencer
2010-12-04
1
-6
/
+6
*
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+21
*
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+65
*
Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.
Michael J. Spencer
2010-12-03
1
-0
/
+4
*
And I really hate line endings.
Michael J. Spencer
2010-12-03
1
-3
/
+3
*
Support/Windows/FileSystem: Fix MinGW build.
Michael J. Spencer
2010-12-03
1
-0
/
+6
*
Support/FileSystem: Add resize_file implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add rename implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add remove implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Fix line endings.
Michael J. Spencer
2010-12-03
1
-6
/
+6
*
Support/FileSystem: Add create_symlink implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+32
*
Support/FileSystem: Add create_hard_link implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+19
*
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
1
-0
/
+20
*
Support/Windows/FileSystem: Remove unneeded toNullTerminatedStringRef.
Michael J. Spencer
2010-12-03
1
-2
/
+2
*
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-03
1
-0
/
+204
*
Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...
Michael J. Spencer
2010-12-01
1
-2
/
+2
*
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-12-01
1
-0
/
+57
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-0
/
+71