Revert "[Windows] Simplify assertion code. NFC."
[oota-llvm.git] / lib / Support / Windows / Signals.inc
2016-01-11 Reid KlecknerRevert "[Windows] Simplify assertion code. NFC."
2015-12-01 Davide Italiano[Windows] Simplify assertion code. NFC.
2015-11-05 Aaron BallmanFix a signed/unsigned mismatch warning; NFC.
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-21 Yaron KerenRemove FilesToRemove->push_back(Filename) from sys...
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-03-26 Aaron BallmanSometimes report_fatal_error is called when there is...
2015-03-14 Yaron KerenNo need to prototype RtlCaptureContext with mingw-w64.
2015-03-11 Benjamin KramerWrap in __MINGW32__ to avoid warnings from msvc.
2015-03-11 Benjamin KramerAdd missing namespace specifier for MSVC.
2015-03-11 Benjamin KramerRtlCaptureContext is absent from the mingw32 headers...
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Reid KlecknerSilence -Wmissing-braces warning from clang-cl
2015-03-05 Zachary Turner[Windows] Implement PrintStackTrace(FILE*)
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-26 Michael J. Spencer[Support][Windows] Disable error dialog boxes when...
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-07 David MajnemerWindows: Be more explicit with Win32 APIs
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-07-26 Rafael EspindolaImprove our error handling on windows.
2013-06-14 Rafael EspindolaRemove a use of sys::Path.
2013-06-13 Rafael EspindolaTry to fix the windows build.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-04-05 Reid Kleckner[Support] Disable assertion dialogs from the MSVC debug CRT
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-01-11 Argyrios KyrtzidisDisable the crash reporter when running lit tests.
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-10-21 Anton KorobeynikovFix build on mingw-w64.
2011-10-01 Michael J. SpencerAdd Windows x64 stack walking support. Patch by Aaron...
2011-01-17 NAKAMURA Takumilib/Support/Windows/Signals.inc: "Showstopper" dialogs...
2010-11-29 Michael J. SpencerMerge System into Support.