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
/
Signals.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-1
/
+1
*
[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
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
1
-0
/
+7
*
Revert "Disable exit-on-SIGPIPE in lldb"
Vedant Kumar
2019-10-24
1
-3
/
+0
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+3
*
Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)
Jordan Rose
2019-07-12
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move some function declarations out of WindowsSupport.h
Zachary Turner
2018-06-01
1
-0
/
+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
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[Support] Fix building for Windows on ARM
Martin Storsjo
2018-04-13
1
-1
/
+9
*
Remove HAVE_LIBPSAPI, HAVE_SHELL32.
Nico Weber
2018-04-02
1
-3
/
+0
*
Typo fix SIBABRT -> SIGABRT.
Eric Christopher
2018-01-18
1
-1
/
+1
*
Support: WOA64 and WOA Signals
Martell Malone
2017-08-03
1
-6
/
+23
*
Remove name space pollution from Signals.cpp
Kristof Beyls
2017-03-31
1
-1
/
+1
*
Add missing includes on Windows.
Zachary Turner
2016-12-21
1
-0
/
+1
*
Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...
Mehdi Amini
2016-10-05
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Explicitly specify the ANSI version of these Win32 APIs. While these are seem...
Aaron Ballman
2016-06-23
1
-3
/
+3
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+7
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
1
-1
/
+216
*
Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...
NAKAMURA Takumi
2016-03-07
1
-1
/
+1
*
Revert "[Windows] Simplify assertion code. NFC."
Reid Kleckner
2016-01-11
1
-1
/
+4
*
[Windows] Simplify assertion code. NFC.
Davide Italiano
2015-12-01
1
-4
/
+1
*
Fix a signed/unsigned mismatch warning; NFC.
Aaron Ballman
2015-11-05
1
-1
/
+1
*
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
Reid Kleckner
2015-11-05
1
-9
/
+102
*
Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers
Yaron Keren
2015-07-22
1
-1
/
+1
*
De-duplicate Unix & Windows CallBacksToRun
Yaron Keren
2015-07-22
1
-10
/
+3
*
[Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
2015-07-02
1
-30
/
+33
*
Rangify for loop in Cleanup(), NFC.
Yaron Keren
2015-05-19
1
-2
/
+2
*
Prevent Cleanup() from running more than once.
Yaron Keren
2015-05-19
1
-0
/
+3
*
Use the cleaner syntx value initialization to zero initialize POD structs.
Yaron Keren
2015-04-24
1
-6
/
+3
*
Silence clang warning: missing field 'Dr0' initializer.
Yaron Keren
2015-04-24
1
-1
/
+2
*
Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.
Yaron Keren
2015-04-21
1
-1
/
+0
*
Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.
Pete Cooper
2015-04-07
1
-1
/
+1
*
Sometimes report_fatal_error is called when there is not a handler function u...
Aaron Ballman
2015-03-26
1
-3
/
+17
*
No need to prototype RtlCaptureContext with mingw-w64.
Yaron Keren
2015-03-14
1
-2
/
+3
*
Wrap in __MINGW32__ to avoid warnings from msvc.
Benjamin Kramer
2015-03-11
1
-1
/
+3
*
Add missing namespace specifier for MSVC.
Benjamin Kramer
2015-03-11
1
-1
/
+1
*
RtlCaptureContext is absent from the mingw32 headers, provide a prototype.
Benjamin Kramer
2015-03-11
1
-1
/
+4
*
Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)
Zachary Turner
2015-03-05
1
-15
/
+20
*
Silence -Wmissing-braces warning from clang-cl
Reid Kleckner
2015-03-05
1
-1
/
+1
*
[Windows] Implement PrintStackTrace(FILE*)
Zachary Turner
2015-03-05
1
-81
/
+104
*
Silence some Win64 clang-cl warnings about unused stuff due to ifdefs
Reid Kleckner
2015-02-26
1
-1
/
+2
*
All signal handlers are required to have C language linkage in C++. This does...
Aaron Ballman
2015-01-29
1
-1
/
+1
*
[Support][Windows] Unify dialog box suppression and print stack traces on abort.
Michael J. Spencer
2015-01-29
1
-20
/
+28
[next]