| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola | 2012-11-27 | 1 | -1/+0 |
* | Revert r167567, restoring the ability of clang to run gcc in cases where it | Nick Lewycky | 2012-11-15 | 1 | -0/+16 |
* | PR14303: Add a NoDriverOption flag to those options which are not accepted by | Richard Smith | 2012-11-09 | 1 | -1/+3 |
* | Driver/Darwin: The -arch argument values aren't exactly the arch names from a | Daniel Dunbar | 2012-11-08 | 1 | -1/+1 |
* | Rip out a bunch of code for invoking gcc from clang. | Bob Wilson | 2012-11-08 | 1 | -16/+0 |
* | Remove code to fall back to llvm-gcc for i386 kexts. | Bob Wilson | 2012-11-08 | 1 | -1/+1 |
* | [Driver] Fix -Wp,-MMD pr13959 | Michael J. Spencer | 2012-11-07 | 1 | -3/+3 |
* | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith | 2012-11-01 | 1 | -30/+30 |
* | getArchTypeForDarwinArchName is only used in the clang driver, copy it there. | Rafael Espindola | 2012-10-31 | 1 | -3/+3 |
* | [driver] Completely rework how superfluous options are stripped out of the crash | Chad Rosier | 2012-10-31 | 1 | -53/+2 |
* | Fix if-else braces layout accordingly to the style guide. | Simon Atanasyan | 2012-10-31 | 1 | -2/+1 |
* | Extend -Bprefix functionality and make it closer to gcc. If the "prefix" | Simon Atanasyan | 2012-10-31 | 1 | -6/+13 |
* | Remove the -ccc-no-clang option. | Rafael Espindola | 2012-10-31 | 1 | -3/+1 |
* | Remove ccc-no-clang-cpp, which is also dead now. | Rafael Espindola | 2012-10-30 | 1 | -8/+3 |
* | In the past "production" clang builds would not be used for c++, and | Rafael Espindola | 2012-10-30 | 1 | -10/+1 |
* | Remove a bit of dead code. | Rafael Espindola | 2012-10-29 | 1 | -6/+0 |
* | [driver] Before applying the working directory check if the input path | Argyrios Kyrtzidis | 2012-10-26 | 1 | -2/+2 |
* | [Options] Add prefixes to options. | Michael J. Spencer | 2012-10-22 | 1 | -1/+1 |
* | [Options] Make Option non clang specific. | Michael J. Spencer | 2012-10-19 | 1 | -3/+3 |
* | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis | 2012-10-18 | 1 | -3/+3 |
* | [Options] Make Option non clang specific. | Michael J. Spencer | 2012-10-18 | 1 | -3/+3 |
* | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -38/+0 |
* | Fix typo in comments. | Logan Chien | 2012-10-04 | 1 | -2/+2 |
* | Remove useless parameter "WantFile" from Driver::GetProgramPath(). | Simon Atanasyan | 2012-10-03 | 1 | -12/+6 |
* | Fix typo in comments. | Logan Chien | 2012-10-03 | 1 | -1/+1 |
* | Modern objcective-C translator. When doing rewriting, Do not | Fariborz Jahanian | 2012-09-28 | 1 | -0/+1 |
* | Improve the driver title as shown in the --help message. <rdar://12297538> | Bob Wilson | 2012-09-14 | 1 | -1/+1 |
* | Make Option non virtual. | Michael J. Spencer | 2012-08-20 | 1 | -2/+2 |
* | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman | 2012-08-08 | 1 | -0/+3 |
* | Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). | Ted Kremenek | 2012-08-07 | 1 | -1/+2 |
* | PR13529: Don't crash if the driver sees an unused input file when running as | Richard Smith | 2012-08-06 | 1 | -4/+13 |
* | No longer emitting a PCH file when using -fsyntax-only on a header file. Fix... | Aaron Ballman | 2012-07-31 | 1 | -2/+8 |
* | [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys... | Chad Rosier | 2012-07-25 | 1 | -0/+2 |
* | [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, | Chad Rosier | 2012-07-25 | 1 | -0/+5 |
* | [driver crash diagnostics] A few enhancements: | Chad Rosier | 2012-07-25 | 1 | -1/+19 |
* | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi | 2012-07-17 | 1 | -7/+1 |
* | 80-column and whitespace. | Chad Rosier | 2012-07-09 | 1 | -8/+9 |
* | Include -D files in crash report repro scripts. (PR13255) | David Blaikie | 2012-07-02 | 1 | -1/+0 |
* | Use -frewrite-includes for crash reports. | David Blaikie | 2012-06-29 | 1 | -1/+5 |
* | [driver] Per Bob's suggestion, emphasize the file dumps. | Chad Rosier | 2012-06-19 | 1 | -7/+8 |
* | [driver] Print the compiler version before the diagnostic messages. | Chad Rosier | 2012-06-19 | 1 | -3/+3 |
* | [driver] Make the crash diagnostic message more visable. Bug reports are being | Chad Rosier | 2012-06-19 | 1 | -2/+5 |
* | [driver] Have the crash diagnostics print the clang version information. | Chad Rosier | 2012-05-23 | 1 | -0/+3 |
* | [driver] When creating the compiler invocation out of command-line | Argyrios Kyrtzidis | 2012-05-21 | 1 | -1/+1 |
* | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek | 2012-05-16 | 1 | -1/+1 |
* | StringRefize code because we're good even when we crash. | Chad Rosier | 2012-05-04 | 1 | -6/+6 |
* | [driver - crash diagnostics] Convert the flags back to an array of strings an... | Chad Rosier | 2012-05-03 | 1 | -1/+13 |
* | [driver - crash diagnostics] Only write the failing command in the script. | Chad Rosier | 2012-05-03 | 1 | -1/+6 |
* | [driver crash diagnostics] Remove more flags that reference absolute paths that | Chad Rosier | 2012-05-03 | 1 | -3/+16 |
* | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 2012-05-01 | 1 | -1/+1 |