| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error... | Alexandre Ganea | 2020-02-12 | 1 | -1/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Make LLVM_ENABLE_CRASH_DUMPS set a variable default | Reid Kleckner | 2018-08-23 | 1 | -5/+4 |
| * | Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and s... | Douglas Yung | 2018-08-23 | 1 | -1/+1 |
| * | Add cmake option to disable minidumps, default it to off | Reid Kleckner | 2018-08-20 | 1 | -1/+2 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | [llvm-rc] Use proper search algorithm for finding resources. | Zachary Turner | 2017-10-11 | 1 | -4/+13 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Support] Creation of minidump after compiler crash on Windows | Leny Kholodov | 2016-05-04 | 1 | -0/+7 |
| * | Assert that Process::FindInEnvPath() is passed a relative path. | Nico Weber | 2015-04-24 | 1 | -0/+1 |
| * | [Support] Remove statically initialized yet dead code. | Benjamin Kramer | 2015-03-27 | 1 | -18/+0 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -1/+1 |
| * | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -25/+0 |
| * | Refactor the code in clang to find a file in a PATH like environment variable... | Ehsan Akhgari | 2014-06-30 | 1 | -0/+30 |
| * | Fix .cpp files claiming to be header files | Hans Wennborg | 2014-06-20 | 1 | -1/+1 |
| * | Disable Visual C++ warning 4722 about aborting a destructor, | Yaron Keren | 2014-03-25 | 1 | -13/+0 |
| * | Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r... | Aaron Ballman | 2014-02-11 | 1 | -5/+0 |
| * | Implemented support for Process::GetRandomNumber on Windows. | Aaron Ballman | 2014-02-04 | 1 | -0/+5 |
| * | Support ANSI escape code on Windows | Nico Rieck | 2013-09-11 | 1 | -0/+18 |
| * | Add time getters to the process interface for requesting the elapsed | Chandler Carruth | 2013-01-04 | 1 | -0/+25 |
| * | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Go ahead and get rid of the old page size interface and convert all the | Chandler Carruth | 2012-12-31 | 1 | -8/+0 |
| * | Flesh out a page size accessor in the new API. | Chandler Carruth | 2012-12-31 | 1 | -0/+8 |
| * | Switch this code to a more idiomatic double using namespace directive. | Chandler Carruth | 2012-12-31 | 1 | -2/+1 |
| * | Delete a cut/paste-o from r171290. Very sorry about the noise. | Chandler Carruth | 2012-12-31 | 1 | -1/+0 |
| * | Suppress a MSVC warning complaining about the code working as intended. | Chandler Carruth | 2012-12-31 | 1 | -0/+13 |
| * | Begin sketching out the process interface. | Chandler Carruth | 2012-12-31 | 1 | -1/+21 |
| * | Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ... | NAKAMURA Takumi | 2012-05-06 | 1 | -10/+0 |
| * | [Support] Add missing include. | Daniel Dunbar | 2012-05-05 | 1 | -1/+2 |
| * | [Support] Add sys::Process::GetRandomNumber(). | Daniel Dunbar | 2012-05-05 | 1 | -0/+9 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+33 |