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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Add WriteThroughMemoryBuffer.
Zachary Turner
2018-03-08
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-2
/
+2
*
Call FlushFileBuffers on output files.
Zachary Turner
2018-02-15
1
-1
/
+15
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-2
/
+2
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-2
/
+2
*
Typo fix SIBABRT -> SIGABRT.
Eric Christopher
2018-01-18
1
-1
/
+1
*
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
*
[Support] Support NetBSD PaX MPROTECT in sys::Memory.
Lang Hames
2017-11-16
1
-80
/
+0
*
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
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-4
/
+5
*
Minor style fixes in lib/Support/**/Program.(inc|cpp).
Alexander Kornienko
2017-09-06
1
-28
/
+28
*
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] env vars with empty values on windows
Ben Dunbobbin
2017-08-18
1
-2
/
+3
*
[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: WOA64 and WOA Signals
Martell Malone
2017-08-03
1
-6
/
+23
*
Allow clients to specify search order of DynamicLibraries.
Frederich Munch
2017-07-12
1
-0
/
+2
*
Update the Windows version of updateTripleOSVersion to account for
Alex Lorenz
2017-07-07
1
-2
/
+2
*
[Support] sys::getProcessTriple should return a macOS triple using
Alex Lorenz
2017-07-07
1
-0
/
+4
*
[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...
NAKAMURA Takumi
2017-06-17
1
-1
/
+9
*
Fix one place where I missed a commented requirement for a particular
Chandler Carruth
2017-06-06
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Close DynamicLibraries in reverse order they were opened.
Frederich Munch
2017-06-05
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-27
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-115
/
+103
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-103
/
+115
*
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...
Frederich Munch
2017-04-24
1
-112
/
+95
*
Fix warning converting from boolean to pointer introduced in r301153.
Frederich Munch
2017-04-24
1
-1
/
+1
*
Refactor DynamicLibrary so searching for a symbol will have a defined order and
Frederich Munch
2017-04-24
1
-95
/
+112
*
Remove name space pollution from Signals.cpp
Kristof Beyls
2017-03-31
1
-1
/
+1
*
Remove more name space pollution from .inc files
Kristof Beyls
2017-03-31
4
-20
/
+16
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-1
/
+0
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-7
/
+7
[next]