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] Add docs for 'openFileFor{Write,Read}'
Brian Gesiak
2018-05-11
1
-6
/
+6
*
[support] Revert the changes made to Path.inc for the default Windows code page
Aaron Smith
2018-04-18
1
-11
/
+5
*
Windows needs the current codepage instead of utf8 sometimes
Aaron Smith
2018-04-07
1
-28
/
+50
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-1
/
+1
*
Call FlushFileBuffers on output files.
Zachary Turner
2018-02-15
1
-1
/
+15
*
Delete temp file if rename fails.
Rafael Espindola
2017-12-05
1
-5
/
+17
*
Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
Rafael Espindola
2017-11-28
1
-3
/
+58
*
Add an F_Delete flag.
Rafael Espindola
2017-11-28
1
-0
/
+2
*
move static function. NFC
Rafael Espindola
2017-11-21
1
-26
/
+24
*
Split a rename_handle out of rename on windows.
Rafael Espindola
2017-11-21
1
-3
/
+13
*
Reorder static functions. NFC.
Rafael Espindola
2017-11-18
1
-38
/
+35
*
Split realPathFromHandle in two.
Rafael Espindola
2017-11-18
1
-13
/
+17
*
Fix some undefined beahvior in FileMapping.
Zachary Turner
2017-11-16
1
-2
/
+2
*
[support] allocate exact size required for mapping in Support/Windws/Path.inc
Bob Haarman
2017-11-10
1
-2
/
+2
*
[support] remove tautological comparison in Support/Windows/Path.inc
Bob Haarman
2017-10-27
1
-4
/
+0
*
Work around lack of Wine support for SetFileInformationByHandle harder
Hans Wennborg
2017-10-12
1
-2
/
+7
*
Support: Work around missing SetFileInformationByHandle on Wine
Hans Wennborg
2017-10-11
1
-0
/
+11
*
WIN32_FIND_DATA -> WIN32_FIND_DATAW.
Peter Collingbourne
2017-10-11
1
-1
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-21
/
+40
*
Support: On Windows, use CreateFileW to delete files in sys::fs::remove().
Peter Collingbourne
2017-10-10
1
-16
/
+19
*
Fix after r315079
Adrian McCarthy
2017-10-09
1
-1
/
+1
*
Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.
Peter Collingbourne
2017-10-06
1
-47
/
+108
*
[support] mapped_file_region: and fix the windows code too
Roman Lebedev
2017-09-27
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
[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
[next]