| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Improve long path name support on Windows. | Paul Robinson | 2014-11-13 | 1 | -38/+66 |
| * | Revert 220932. | Jiangning Liu | 2014-11-05 | 1 | -24/+0 |
| * | Remove FindProgramByName. NFC. | Rafael Espindola | 2014-11-04 | 1 | -39/+0 |
| * | Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned... | Yaron Keren | 2014-11-04 | 1 | -1/+1 |
| * | sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(... | NAKAMURA Takumi | 2014-11-04 | 1 | -0/+1 |
| * | #include <winbase.h> is not enough for Visual C++ 2013, it errors: | Yaron Keren | 2014-11-04 | 1 | -1/+1 |
| * | [Support][Program] Add findProgramByName(Name, OptionalPaths) | Michael J. Spencer | 2014-11-04 | 1 | -0/+64 |
| * | Speculative fix for Windows build after r220932 | Hans Wennborg | 2014-10-30 | 1 | -0/+5 |
| * | Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ... | Chris Bieneman | 2014-10-30 | 1 | -0/+19 |
| * | PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK | David Blaikie | 2014-10-21 | 1 | -5/+3 |
| * | Support: Don't call close again if we get EINTR | David Majnemer | 2014-10-07 | 1 | -0/+6 |
| * | Support: Add a utility to remap std{in,out,err} to /dev/null if closed | David Majnemer | 2014-10-06 | 1 | -0/+4 |
| * | clang-format of ChangeStdinToBinary & ChangeStdoutToBinary. | Yaron Keren | 2014-09-26 | 1 | -4/+4 |
| * | Windows/Host.inc: Reformat the header to fit 80-col. | NAKAMURA Takumi | 2014-09-24 | 1 | -1/+1 |
| * | Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback. | NAKAMURA Takumi | 2014-09-23 | 1 | -1/+1 |
| * | In this callback ModuleName includes the file path. | Yaron Keren | 2014-09-22 | 1 | -26/+5 |
| * | Misc cleanups to the FileSytem api. | Rafael Espindola | 2014-09-11 | 1 | -33/+13 |
| * | Add writeFileWithSystemEncoding to LibLLVMSuppor. | Rafael Espindola | 2014-09-03 | 3 | -4/+65 |
| * | Merge TempDir and system_temp_directory. | Rafael Espindola | 2014-08-26 | 1 | -17/+45 |
| * | Refactor argument serialization logic when executing process. NFC. | Rafael Espindola | 2014-08-25 | 1 | -13/+17 |
| * | Remove dead code. Fixes pr20544. | Rafael Espindola | 2014-08-08 | 1 | -5/+0 |