| Commit message (Expand) | Author | Age | Files | Lines |
| * | Driver: Produce crash diagnostics more often on Windows | Reid Kleckner | 2014-07-07 | 1 | -2/+7 |
| * | Remove llvm:: from uses of ArrayRef. | Craig Topper | 2014-06-28 | 1 | -1/+1 |
| * | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 1 | -5/+5 |
| * | Remove the last remaining llvm/Config/config.h includes | Alp Toker | 2014-06-04 | 1 | -1/+1 |
| * | Eliminate DefaultImageName from the Driver constructor | Alp Toker | 2014-05-15 | 1 | -1/+1 |
| * | Check for LLVM_ON_WIN32 instead of _WIN32. | Hans Wennborg | 2014-03-12 | 1 | -2/+3 |
| * | Be case sensitive when determining driver mode based on argv[0] except on Win... | Hans Wennborg | 2014-03-11 | 1 | -0/+3 |
| * | [C++11] Replace OwningPtr include with <memory>. | Ahmed Charles | 2014-03-09 | 1 | -1/+1 |
| * | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -5/+4 |
| * | Switch all uses of LLVM_OVERRIDE to just use 'override' directly. | Craig Topper | 2014-03-02 | 1 | -1/+1 |
| * | Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable. | Bob Wilson | 2014-02-23 | 1 | -5/+1 |
| * | Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381> | Bob Wilson | 2014-01-15 | 1 | -4/+8 |
| * | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | This patch modified ExeBasename as clang-cl.exe to match the preceding comment. | Yaron Keren | 2013-11-06 | 1 | -1/+1 |
| * | Driver: Use the canonical command line arguments. | David Majnemer | 2013-10-07 | 1 | -1/+10 |
| * | clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix. | Reid Kleckner | 2013-09-04 | 1 | -2/+2 |
| * | clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exe | Reid Kleckner | 2013-09-04 | 1 | -1/+8 |
| * | Fix iterator invalidation. PR16935. | Eli Friedman | 2013-08-20 | 1 | -3/+4 |
| * | Look at lowercase version of argv[0] when determining driver mode | Hans Wennborg | 2013-08-20 | 1 | -0/+2 |
| * | Remove misleading comment about using cc1 option table. | Hans Wennborg | 2013-08-08 | 1 | -4/+4 |
| * | Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it. | Rafael Espindola | 2013-07-23 | 1 | -19/+0 |
| * | Add a cl.exe compatible driver mode | Hans Wennborg | 2013-07-19 | 1 | -0/+2 |
| * | Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, | Hans Wennborg | 2013-07-18 | 1 | -16/+16 |
| * | [Driver] Use LLVM's response file parser because it can read UTF-16 | Reid Kleckner | 2013-07-18 | 1 | -75/+16 |
| * | Revert 186302 to fix build bots. | Craig Topper | 2013-07-15 | 1 | -1/+1 |
| * | Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). | Craig Topper | 2013-07-15 | 1 | -1/+2 |
| * | Remove unused header. | Rafael Espindola | 2013-06-26 | 1 | -1/+0 |
| * | Use llvm::sys::fs::getMainExecutable. | Rafael Espindola | 2013-06-26 | 1 | -7/+6 |
| * | Include PathV1.h only where it is used. | Rafael Espindola | 2013-06-17 | 1 | -0/+1 |
| * | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -3/+4 |
| * | Update for llvm change. | Rafael Espindola | 2013-06-13 | 1 | -2/+2 |
| * | Use the global functions instead of the Program methods. | Rafael Espindola | 2013-06-12 | 1 | -1/+1 |
| * | Remove a FIXME that's not planned to be fixed. We only generated crash | Chad Rosier | 2013-03-26 | 1 | -3/+0 |
| * | Driver: do not strip file extensions when printing diagnostics. | Benjamin Kramer | 2013-03-10 | 1 | -1/+1 |
| * | [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS | Chad Rosier | 2013-02-21 | 1 | -26/+26 |
| * | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -3/+3 |
| * | [driver] Refactor the driver so that a failing commands doesn't prevent | Chad Rosier | 2013-01-29 | 1 | -8/+24 |
| * | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier | 2013-01-15 | 1 | -1/+1 |
| * | Produce an actual error before attempting to attach notes to it when bailing out | Richard Smith | 2012-12-25 | 1 | -2/+5 |
| * | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -9/+8 |
| * | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola | 2012-11-27 | 1 | -6/+1 |
| * | If we encounter a fatal error, exit with status 70. For BSD systems this is | Chad Rosier | 2012-11-12 | 1 | -2/+3 |
| * | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -6/+6 |
| * | Just revert r163605 for now. It broke the build and had some | Chandler Carruth | 2012-09-11 | 1 | -26/+11 |
| * | Select the correct, or, failing that, compatible, dialect when invoked as cc, | David Chisnall | 2012-09-11 | 1 | -11/+26 |
| * | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi | 2012-07-17 | 1 | -0/+8 |
| * | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 2012-05-01 | 1 | -2/+2 |
| * | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier | 2012-04-20 | 1 | -0/+4 |