| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Support] Lazy load of dbghlp.dll on Windows | Leny Kholodov | 2015-07-02 | 2 | -40/+53 |
| * | Don't use std::errc. | Rafael Espindola | 2015-06-13 | 1 | -1/+2 |
| * | [Support] Fix a race initializing a static local in MSVC | Reid Kleckner | 2015-06-11 | 1 | -1/+9 |
| * | 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 |
| * | Replace windows_error calls with mapWindowsError. | Yaron Keren | 2015-05-04 | 2 | -34/+26 |
| * | Make an RAII com initializer. | Zachary Turner | 2015-04-27 | 1 | -0/+37 |
| * | 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 |
| * | Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose. | Yaron Keren | 2015-04-17 | 1 | -1/+3 |
| * | Eliminate superfluous CloseHandle(PI.ProcessHandle). | Yaron Keren | 2015-04-17 | 1 | -1/+0 |
| * | Fix lib\support\Windows/TimeValue.inc(48): warning C4189: | Yaron Keren | 2015-04-15 | 1 | -0/+1 |
| * | [FS] Report errors from llvm::sys::fs::rename on Windows | Reid Kleckner | 2015-04-10 | 1 | -0/+1 |
| * | 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 |
| * | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -2/+2 |
| * | 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 |
| * | [raw_ostream] When printing color on Windows, use correct bg color. | Zachary Turner | 2015-02-28 | 1 | -0/+13 |
| * | Silence some Win64 clang-cl warnings about unused stuff due to ifdefs | Reid Kleckner | 2015-02-26 | 1 | -1/+2 |
| * | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -1/+1 |
| * | [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ... | NAKAMURA Takumi | 2015-01-30 | 1 | -0/+6 |
| * | 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 |
| * | [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword. | Colin LeMahieu | 2015-01-28 | 1 | -8/+0 |
| * | [Support][Windows] Disable error dialog boxes when stack trace printing is en... | Michael J. Spencer | 2015-01-26 | 1 | -0/+8 |
| * | Add missing include guards to WindowsSupport.h. | Yaron Keren | 2015-01-21 | 1 | -0/+5 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Remove the last unnecessary member variable of mapped_file_region. NFC. | Rafael Espindola | 2014-12-16 | 1 | -11/+6 |
| * | Convert a member variable to a local variable. NFC. | Rafael Espindola | 2014-12-16 | 1 | -3/+3 |
| * | Remove unused member and simplify. NFC. | Rafael Espindola | 2014-12-16 | 1 | -22/+3 |
| * | ThreadLocal: Return a mutable pointer if templated with a non-const type | David Majnemer | 2014-12-15 | 1 | -1/+1 |
| * | Remove silly left over from the Windows resize_file implementation. | Rafael Espindola | 2014-12-12 | 1 | -1/+0 |
| * | Pass a FD to resise_file and add a testcase. | Rafael Espindola | 2014-12-12 | 1 | -12/+4 |
| * | Remove a convoluted way of calling close by moving the call to the only caller. | Rafael Espindola | 2014-12-11 | 1 | -39/+7 |
| * | Remove dead code. NFC. | Rafael Espindola | 2014-12-11 | 1 | -48/+0 |
| * | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -27/+4 |
| * | Fix several bugs in r221220's new program finding code. | Chandler Carruth | 2014-12-02 | 1 | -1/+2 |
| * | More long path name support on Windows, this time in program execution. | Paul Robinson | 2014-11-24 | 3 | -9/+24 |
| * | silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39: | Yaron Keren | 2014-11-17 | 1 | -1/+1 |
| * | SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o... | NAKAMURA Takumi | 2014-11-14 | 1 | -1/+1 |
| * | Fix the VS 2012 build | Reid Kleckner | 2014-11-13 | 1 | -5/+7 |
| * | Fix symbol resolution of floating point libc builtins in MCJIT | Reid Kleckner | 2014-11-13 | 2 | -9/+60 |
| * | Avoid usage of char16_t as MSVC "14" doesn't appear to support it | Reid Kleckner | 2014-11-13 | 1 | -4/+4 |