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
*
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] Quote arguments containing \n on Windows
Reid Kleckner
2018-09-11
1
-1
/
+1
*
[Support] Avoid calling CommandLineToArgvW from shell32.dll
Reid Kleckner
2018-09-11
1
-55
/
+45
*
Set console mode when -fansi-escape-codes is enabled
David Bolvansky
2018-09-04
1
-0
/
+9
*
[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
*
Do not enforce absolute path argv0 in windows
Hans Wennborg
2018-06-13
1
-29
/
+39
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-14
/
+7
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
2
-116
/
+73
*
Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""
Zachary Turner
2018-06-10
2
-73
/
+116
*
Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
2
-116
/
+73
*
Revert "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-09
1
-68
/
+114
*
[Support] Expose flattenWindowsCommandLine.
Zachary Turner
2018-06-09
1
-114
/
+68
*
Clean up some code in Program.
Zachary Turner
2018-06-08
1
-10
/
+10
*
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
2
-84
/
+123
*
[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
6
-14
/
+5
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-25
1
-1
/
+1
*
Revert 332750, llvm part (see comment on D46910).
Nico Weber
2018-05-20
1
-1
/
+1
*
[Support] Avoid normalization in sys::getDefaultTargetTriple
Petr Hosek
2018-05-18
1
-1
/
+1
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-2
/
+3
*
Revert "Signal handling should be signal-safe"
JF Bastien
2018-05-16
1
-3
/
+2
*
Signal handling should be signal-safe
JF Bastien
2018-05-16
1
-2
/
+3
*
[NFC] Update comments
JF Bastien
2018-05-15
1
-11
/
+11
*
[Support] Add docs for 'openFileFor{Write,Read}'
Brian Gesiak
2018-05-11
1
-6
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
2
-5
/
+5
*
[support] Revert the changes made to Path.inc for the default Windows code page
Aaron Smith
2018-04-18
1
-11
/
+5
*
Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArguments
Rui Ueyama
2018-04-17
2
-27
/
+31
*
[Support] Fix building for Windows on ARM
Martin Storsjo
2018-04-13
1
-1
/
+9
*
Windows needs the current codepage instead of utf8 sometimes
Aaron Smith
2018-04-07
2
-28
/
+52
*
Remove HAVE_LIBPSAPI, HAVE_SHELL32.
Nico Weber
2018-04-02
2
-11
/
+1
*
[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
[next]