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
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-1
/
+1
*
Win: handle \\?\UNC\ prefix in realPathFromHandle (PR43204)
Hans Wennborg
2019-09-05
1
-6
/
+12
*
[Support] Improve readNativeFile(Slice) interface
Pavel Labath
2019-08-22
1
-49
/
+26
*
Filesystem/Windows: fix inconsistency in readNativeFileSlice API
Pavel Labath
2019-08-19
1
-2
/
+2
*
[llvm-objcopy] Don't change permissions of non-regular output files
Fangrui Song
2019-07-11
1
-2
/
+6
*
[Support] Move llvm::MemoryBuffer to sys::fs::file_t
Reid Kleckner
2019-07-10
1
-7
/
+75
*
[Support] Add fs::getUmask() function and change fs::setPermissions
Alex Brachet
2019-06-28
1
-1
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Support] Fix FileNameLength passed to SetFileInformationByHandle
Shoaib Meenai
2018-12-13
1
-1
/
+1
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
1
-0
/
+11
*
Only call FlushFileBuffers() when writing executables on Windows
Alexandre Ganea
2018-11-05
1
-1
/
+22
*
Remove dead function user_cache_directory()
Nico Weber
2018-09-18
1
-4
/
+0
*
[Support] sys::fs::directory_entry includes the file_type.
Kristina Brooks
2018-09-12
1
-38
/
+42
*
[Support] NFC: Allow modifying access/modification times independently in sys...
Jordan Rupprecht
2018-08-13
1
-3
/
+5
*
[Windows FS] Allow moving files in TempFile::keep
Jeremy Morse
2018-08-03
1
-1
/
+1
*
[dsymutil] Simplify temporary file handling.
Jonas Devlieghere
2018-07-29
1
-1
/
+1
*
[ThinLTO] Update ThinLTO cache file atimes when on Windows
Andrew Ng
2018-07-04
1
-0
/
+15
*
LTO: Keep file handles open for memory mapped files.
Peter Collingbourne
2018-06-13
1
-71
/
+26
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-1
/
+1
*
Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""
Zachary Turner
2018-06-10
1
-1
/
+1
*
Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-1
/
+1
*
Add a file open flag that disables O_CLOEXEC.
Zachary Turner
2018-06-08
1
-5
/
+15
*
Expose a single global file open function.
Zachary Turner
2018-06-07
1
-51
/
+37
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-83
/
+122
*
[Support] Add functions that operate on native file handles on Windows.
Zachary Turner
2018-06-04
1
-30
/
+49
*
Move some function declarations out of WindowsSupport.h
Zachary Turner
2018-06-01
1
-0
/
+1
*
[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
[next]