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
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
10
-252
/
+9
*
[Support] Don't modify the current EH context during stack unwinding
Reid Kleckner
2020-02-11
1
-1
/
+7
*
[Support] Optionally call signal handlers when a function wrapped by the the ...
Alexandre Ganea
2020-01-11
1
-40
/
+17
*
[Support][NFC] Make some helper functions "static" in Memory.inc
Bruno Ricci
2020-01-09
1
-6
/
+2
*
Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...
Alexandre Ganea
2020-01-07
1
-1
/
+1
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-0
/
+7
*
[Support] fix mingw-w64 build
Ilya Biryukov
2019-11-06
1
-1
/
+1
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-3
/
+0
*
Reland "[Support] Add a way to run a function on a detached thread""
Sam McCall
2019-10-23
3
-32
/
+33
*
Revert "[Support] Add a way to run a function on a detached thread"
Sam McCall
2019-10-23
3
-33
/
+32
*
[Support] Add a way to run a function on a detached thread
Sam McCall
2019-10-23
3
-32
/
+33
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-0
/
+1
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+3
*
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
*
[Support] Base RWMutex on std::shared_timed_mutex (C++14)
Benjamin Kramer
2019-08-15
1
-128
/
+0
*
[Support] Base SmartMutex on std::recursive_mutex
Benjamin Kramer
2019-08-07
1
-56
/
+0
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-6
/
+0
*
Revert "Remove support for unsupported MSVC versions"
JF Bastien
2019-08-02
1
-0
/
+6
*
Remove support for unsupported MSVC versions
JF Bastien
2019-08-02
1
-6
/
+0
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
1
-0
/
+4
*
[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
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-7
/
+7
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
1
-1
/
+1
*
[llvm][Support] Provide interface to set thread priorities
Kadir Cetinkaya
2019-04-16
1
-0
/
+16
*
[Support] MemoryBlock size should reflect the requested size
Andrew Ng
2019-03-27
1
-3
/
+4
*
Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...
Alexandre Ganea
2019-02-28
1
-3
/
+3
*
[Memory] Add basic support for large/huge memory pages
Alexandre Ganea
2019-02-28
1
-18
/
+54
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-56
/
+42
*
Don't write #include "Windows/WindowsSupport.h" from the Windows dir.
Zachary Turner
2019-01-08
1
-1
/
+1
*
[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
*
[Windows] Simplify WindowsSupport.h
Reid Kleckner
2018-11-06
3
-82
/
+54
*
Silence deprecation warning for GetVersionEx with clang-cl
Reid Kleckner
2018-11-06
1
-0
/
+7
*
[Support] Fix `warning: unknown pragma ignored` for mingw target
Martin Storsjo
2018-11-06
1
-0
/
+4
*
Only call FlushFileBuffers() when writing executables on Windows
Alexandre Ganea
2018-11-05
2
-1
/
+57
*
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
[next]