summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-1/+1
* Add missing includes on Windows.Zachary Turner2016-12-211-0/+1
* Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...Mehdi Amini2016-10-051-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-231-3/+3
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+7
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-1/+216
* Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi2016-03-071-1/+1
* Revert "[Windows] Simplify assertion code. NFC."Reid Kleckner2016-01-111-1/+4
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-011-4/+1
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-9/+102
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-221-1/+1
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-221-10/+3
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-30/+33
* Rangify for loop in Cleanup(), NFC.Yaron Keren2015-05-191-2/+2
* Prevent Cleanup() from running more than once.Yaron Keren2015-05-191-0/+3
* Use the cleaner syntx value initialization to zero initialize POD structs.Yaron Keren2015-04-241-6/+3
* Silence clang warning: missing field 'Dr0' initializer.Yaron Keren2015-04-241-1/+2
* Remove FilesToRemove->push_back(Filename) from sys::DontRemoveFileOnSignal.Yaron Keren2015-04-211-1/+0
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-1/+1
* Sometimes report_fatal_error is called when there is not a handler function u...Aaron Ballman2015-03-261-3/+17
* No need to prototype RtlCaptureContext with mingw-w64.Yaron Keren2015-03-141-2/+3
* Wrap in __MINGW32__ to avoid warnings from msvc.Benjamin Kramer2015-03-111-1/+3
* Add missing namespace specifier for MSVC.Benjamin Kramer2015-03-111-1/+1
* RtlCaptureContext is absent from the mingw32 headers, provide a prototype.Benjamin Kramer2015-03-111-1/+4
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-15/+20
* Silence -Wmissing-braces warning from clang-clReid Kleckner2015-03-051-1/+1
* [Windows] Implement PrintStackTrace(FILE*)Zachary Turner2015-03-051-81/+104
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-1/+2
* All signal handlers are required to have C language linkage in C++. This does...Aaron Ballman2015-01-291-1/+1
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-20/+28
* [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.Colin LeMahieu2015-01-281-8/+0
* [Support][Windows] Disable error dialog boxes when stack trace printing is en...Michael J. Spencer2015-01-261-0/+8
* Use simpler form of llvm::sys::fs::remove.Rafael Espindola2014-02-231-2/+1
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-071-3/+3
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+3
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-071-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-1/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+1
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-1/+1
* Improve our error handling on windows.Rafael Espindola2013-07-261-38/+1
* Remove a use of sys::Path.Rafael Espindola2013-06-141-2/+3
* Try to fix the windows build.Rafael Espindola2013-06-131-1/+1
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-6/+8
* [Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner2013-04-051-0/+22
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-0/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-111-1/+1
OpenPOWER on IntegriCloud