summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-022-40/+53
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* [Support] Fix a race initializing a static local in MSVCReid Kleckner2015-06-111-1/+9
* 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
* Replace windows_error calls with mapWindowsError.Yaron Keren2015-05-042-34/+26
* Make an RAII com initializer.Zachary Turner2015-04-271-0/+37
* 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
* Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren2015-04-171-1/+3
* Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren2015-04-171-1/+0
* Fix lib\support\Windows/TimeValue.inc(48): warning C4189:Yaron Keren2015-04-151-0/+1
* [FS] Report errors from llvm::sys::fs::rename on WindowsReid Kleckner2015-04-101-0/+1
* 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
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* 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
* [raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner2015-02-281-0/+13
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-1/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi2015-01-301-0/+6
* 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
* Add missing include guards to WindowsSupport.h.Yaron Keren2015-01-211-0/+5
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-11/+6
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-3/+3
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-22/+3
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-1/+1
* Remove silly left over from the Windows resize_file implementation.Rafael Espindola2014-12-121-1/+0
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-12/+4
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-39/+7
* Remove dead code. NFC.Rafael Espindola2014-12-111-48/+0
* Remove dead code. NFC.Rafael Espindola2014-12-041-27/+4
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-1/+2
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-243-9/+24
* silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren2014-11-171-1/+1
* SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o...NAKAMURA Takumi2014-11-141-1/+1
* Fix the VS 2012 buildReid Kleckner2014-11-131-5/+7
* Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner2014-11-132-9/+60
* Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner2014-11-131-4/+4
OpenPOWER on IntegriCloud