| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Use InitLLVM to setup a pretty stack printer" | Nico Weber | 2019-11-25 | 1 | -2/+2 |
| * | Use InitLLVM to setup a pretty stack printer | Rui Ueyama | 2019-11-26 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux. | NAKAMURA Takumi | 2016-12-23 | 1 | -3/+3 |
| * | KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi... | NAKAMURA Takumi | 2016-12-23 | 1 | -1/+4 |
| * | Build KillTheDoctor with mingw-w64 | Reid Kleckner | 2016-12-22 | 1 | -1/+1 |
| * | Explicitly specify the ANSI version of these Win32 APIs. While these are seem... | Aaron Ballman | 2016-06-23 | 1 | -1/+1 |
| * | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 1 | -1/+1 |
| * | Modernize to range-based loop | Michael Liao | 2016-01-07 | 1 | -4/+2 |
| * | More missing includes only visible to MSVC. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | Remove broken include. | Rafael Espindola | 2014-06-13 | 1 | -1/+0 |
| * | Fix KillTheDoctor after r210725. | Rafael Espindola | 2014-06-13 | 1 | -2/+4 |
| * | Fix the build of KillTheDoctor. | Rafael Espindola | 2014-06-12 | 1 | -9/+10 |
| * | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
| * | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -4/+3 |
| * | Remove windows_error. | Rafael Espindola | 2014-06-11 | 1 | -1/+5 |
| * | really fix the windows build. | Rafael Espindola | 2014-05-31 | 1 | -2/+2 |
| * | Fix grammar-o. | Bill Wendling | 2012-12-11 | 1 | -1/+1 |
| * | KillTheDoctor.cpp: Restore Win32 SDK headers before r169251. | NAKAMURA Takumi | 2012-12-04 | 1 | -3/+3 |
| * | Sort the #include lines for utils/... | Chandler Carruth | 2012-12-04 | 1 | -5/+8 |
| * | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -46/+0 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -5/+5 |
| * | Put targets on folders, if the IDE supports the feature. | Oscar Fuentes | 2011-02-20 | 1 | -1/+1 |
| * | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -1/+1 |
| * | Revert r122143 through r122140, which collectively broke the LLVMC tests on | Owen Anderson | 2010-12-18 | 1 | -1/+1 |
| * | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -1/+1 |
| * | KillTheDoctor: Cleanup error_code usage. | Michael J. Spencer | 2010-12-06 | 1 | -18/+14 |
| * | KillTheDoctor: Fix spelling. | Michael J. Spencer | 2010-12-06 | 1 | -6/+6 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 2 | -3/+3 |
| * | This is the first step in adding sane error handling support to LLVMSystem. | Michael J. Spencer | 2010-11-16 | 4 | -1192/+1 |
| * | KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the... | Michael J. Spencer | 2010-10-15 | 1 | -0/+236 |
| * | KillTheDoctor: Fix VS2008 build. | Michael J. Spencer | 2010-10-12 | 1 | -0/+5 |
| * | Add KillTheDoctor. | Michael J. Spencer | 2010-10-11 | 4 | -0/+1555 |