aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Signals.inc
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Use simpler form of llvm::sys::fs::remove.Rafael Espindola1-2/+1
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2014-01-07Try to fix the windows build. The comments in other files don't seem toChandler Carruth1-3/+3
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+3
2013-10-07Windows: Be more explicit with Win32 APIsDavid Majnemer1-1/+1
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-1/+1
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-1/+1
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-1/+1
2013-07-26Improve our error handling on windows.Rafael Espindola1-38/+1
2013-06-14Remove a use of sys::Path.Rafael Espindola1-2/+3
2013-06-13Try to fix the windows build.Rafael Espindola1-1/+1
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-6/+8
2013-04-05[Support] Disable assertion dialogs from the MSVC debug CRTReid Kleckner1-0/+22
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis1-0/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis1-1/+1
2011-11-29[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi1-1/+1
2011-10-21Fix build on mingw-w64.Anton Korobeynikov1-6/+8
2011-10-01Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer1-32/+190
2011-01-17lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi1-0/+3
2010-11-29Merge System into Support.Michael J. Spencer1-0/+325