index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Windows
/
Path.inc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Support, Windows] Handle long paths with unix separators
Pirama Arumuga Nainar
2017-08-21
1
-4
/
+7
*
[Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on Windows
Reid Kleckner
2017-08-04
1
-3
/
+4
*
[Support] Remove getPathFromOpenFD, it was unused
Reid Kleckner
2017-08-04
1
-36
/
+0
*
[Support] Fill the file_status struct with link count.
Zachary Turner
2017-03-20
1
-1
/
+6
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
1
-1
/
+1
*
[Support] Add support for getting file system permissions on Windows and impl...
James Henderson
2017-03-16
1
-7
/
+40
*
Reverting r297617 because it broke some bots:
Aaron Ballman
2017-03-13
1
-52
/
+19
*
Add support for getting file system permissions and implement sys::fs::permis...
Aaron Ballman
2017-03-13
1
-19
/
+52
*
[Support] Don't return an error if realPath fails.
Zachary Turner
2017-03-10
1
-3
/
+2
*
Add llvm::sys::fs::real_path.
Zachary Turner
2017-03-10
1
-15
/
+98
*
[Support] Add llvm::sys::fs::remove_directories.
Zachary Turner
2017-03-08
1
-2
/
+31
*
[Support] Add the option to not follow symlinks on stat.
Zachary Turner
2017-03-07
1
-17
/
+8
*
[Support] Add a function to check if a file resides locally.
Zachary Turner
2017-02-21
1
-0
/
+74
*
[Support] Add sys::fs::set_current_path() (aka chdir)
Pavel Labath
2017-01-24
1
-0
/
+12
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-0
/
+4
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-22
/
+12
*
Switch to using an API that handles non-ASCII paths appropriately on Windows.
Aaron Ballman
2016-06-21
1
-10
/
+11
*
Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...
Aaron Ballman
2016-06-20
1
-4
/
+13
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-13
1
-1
/
+45
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-45
/
+1
*
In openFileForRead, attempt to fetch the actual name of the file on disk -- i...
Taewook Oh
2016-06-03
1
-1
/
+45
*
Adding period to the end of a comment to test out commit access.
Douglas Yung
2016-05-03
1
-1
/
+1
*
Fix Windows build (typo in disk_space() implementation)
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-04-01
1
-0
/
+13
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-04-01
1
-13
/
+0
*
Use const ref instead of value for Twine in the disk_space() API
Mehdi Amini
2016-03-31
1
-1
/
+1
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-0
/
+13
*
Revert "Add disk_space() to llvm::fs"
Mehdi Amini
2016-03-31
1
-13
/
+0
*
Add disk_space() to llvm::fs
Mehdi Amini
2016-03-31
1
-0
/
+13
*
Improve the reliability of file renaming in Windows by having the compiler retry
Sunil Srivastava
2016-03-25
1
-16
/
+33
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-8
/
+22
*
Revert "Add lastAccessedTime to file_status"
Mehdi Amini
2016-03-25
1
-22
/
+8
*
Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Fix windows build for sys::fs:file_status Access Time added in r264387
Mehdi Amini
2016-03-25
1
-2
/
+2
*
Add lastAccessedTime to file_status
Mehdi Amini
2016-03-25
1
-8
/
+22
*
Auto-link with ole32.dll to simplify building LLVM.dll
Reid Kleckner
2016-01-12
1
-0
/
+1
*
[Support] Tweak path::system_temp_directory() on Windows.
Pawel Bylica
2015-11-17
1
-16
/
+15
*
Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...
Pawel Bylica
2015-11-06
1
-10
/
+37
*
[Support] Use GetTempDir to get the temporary dir path on Windows.
Pawel Bylica
2015-11-06
1
-37
/
+10
*
Use static instead of anonymous namespace for helper functions. NFC.
Pawel Bylica
2015-11-02
1
-4
/
+2
*
[Support] Extend sys::path with user_cache_directory function.
Pawel Bylica
2015-11-02
1
-0
/
+4
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-4
/
+6
*
Use Windows Vista API to get the user's home directory
Pawel Bylica
2015-10-16
1
-7
/
+11
*
Fix rename() sometimes failing if another process uses openFileForRead()
Greg Bedwell
2015-10-12
1
-10
/
+28
*
ScanDirForExecutable on Windows fails to find executables with the "exe" exte...
Reid Kleckner
2015-09-10
1
-0
/
+5
*
Thread premissions through sys::fs::create_director{y|ies}
Frederic Riss
2015-08-06
1
-1
/
+2
*
Replace windows_error calls with mapWindowsError.
Yaron Keren
2015-05-04
1
-29
/
+25
*
[FS] Report errors from llvm::sys::fs::rename on Windows
Reid Kleckner
2015-04-10
1
-0
/
+1
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-2
/
+2
*
Remove the last unnecessary member variable of mapped_file_region. NFC.
Rafael Espindola
2014-12-16
1
-11
/
+6
[prev]
[next]