Age | Commit message (Expand) | Author |
2012-10-18 | [Options] Make Option non clang specific. | Michael J. Spencer |
2012-10-09 | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola |
2012-10-04 | Fix typo in comments. | Logan Chien |
2012-10-03 | Remove useless parameter "WantFile" from Driver::GetProgramPath(). | Simon Atanasyan |
2012-10-03 | Fix typo in comments. | Logan Chien |
2012-09-28 | Modern objcective-C translator. When doing rewriting, Do not | Fariborz Jahanian |
2012-09-14 | Improve the driver title as shown in the --help message. <rdar://12297538> | Bob Wilson |
2012-08-20 | Make Option non virtual. | Michael J. Spencer |
2012-08-08 | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman |
2012-08-07 | Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). | Ted Kremenek |
2012-08-06 | PR13529: Don't crash if the driver sees an unused input file when running as | Richard Smith |
2012-07-31 | No longer emitting a PCH file when using -fsyntax-only on a header file. Fix... | Aaron Ballman |
2012-07-25 | [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isys... | Chad Rosier |
2012-07-25 | [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, | Chad Rosier |
2012-07-25 | [driver crash diagnostics] A few enhancements: | Chad Rosier |
2012-07-17 | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi |
2012-07-09 | 80-column and whitespace. | Chad Rosier |
2012-07-02 | Include -D files in crash report repro scripts. (PR13255) | David Blaikie |
2012-06-29 | Use -frewrite-includes for crash reports. | David Blaikie |
2012-06-19 | [driver] Per Bob's suggestion, emphasize the file dumps. | Chad Rosier |
2012-06-19 | [driver] Print the compiler version before the diagnostic messages. | Chad Rosier |
2012-06-19 | [driver] Make the crash diagnostic message more visable. Bug reports are being | Chad Rosier |
2012-05-23 | [driver] Have the crash diagnostics print the clang version information. | Chad Rosier |
2012-05-21 | [driver] When creating the compiler invocation out of command-line | Argyrios Kyrtzidis |
2012-05-16 | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek |
2012-05-04 | StringRefize code because we're good even when we crash. | Chad Rosier |
2012-05-03 | [driver - crash diagnostics] Convert the flags back to an array of strings an... | Chad Rosier |
2012-05-03 | [driver - crash diagnostics] Only write the failing command in the script. | Chad Rosier |
2012-05-03 | [driver crash diagnostics] Remove more flags that reference absolute paths that | Chad Rosier |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-04-27 | [driver] Don't try to set the deployment target when there is no bound | Chad Rosier |
2012-04-27 | Fix logic such that we only call getToolChain once. No functional change | Chad Rosier |
2012-04-27 | Remove redundant calls to BAA->getArchName(). No functional change | Chad Rosier |
2012-04-20 | In r135308, -save-temps was modified to prevent a temporary file from | Chad Rosier |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -o flag. | Chad Rosier |
2012-04-20 | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -D, -F, and -I | Chad Rosier |
2012-04-16 | use DEFAULT_SYSROOT | Sebastian Pop |
2012-04-15 | Correct indentation | David Blaikie |
2012-04-07 | [driver] In general, the driver claims redundant args and uses the last arg. | Chad Rosier |
2012-04-02 | Use -rewrite-legacy-objc as clang argument for translating | Fariborz Jahanian |
2012-03-12 | Update FIXME. | Bill Wendling |
2012-03-07 | [driver] Don't try to generate diagnostic information for linker crashes. | Chad Rosier |
2012-03-06 | Whitespace. | Chad Rosier |
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
2012-02-22 | Revert part of r148839 and keep DefaultTargetTriple in the form adjusted | Joerg Sonnenberger |
2012-02-22 | [driver] Add a warning for when -mcpu= is specified without an argument. There | Chad Rosier |
2012-02-22 | Provide a way to disable auto-generation of preprocessed files during clang | Chad Rosier |
2012-02-20 | Fixing the working-directory option so that it stores the proper directory. | Aaron Ballman |
2012-02-19 | Implement a -gcc-toolchain command line option that does the same as | Rafael Espindola |