Age | Commit message (Expand) | Author |
2013-03-26 | [driver] Do not generate crash diagnostics if the compilation command failed | Chad Rosier |
2013-02-27 | [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a | Chad Rosier |
2013-02-07 | Form the default -fmodules-cache-path= properly. | Douglas Gregor |
2013-01-29 | [driver] Clear the FailureResultFiles when initializing clang diagnostics. Also, | Chad Rosier |
2013-01-29 | [driver] Refactor the driver so that a failing commands doesn't prevent | Chad Rosier |
2013-01-24 | [driver] Associate a JobAction with each result file. This enables the driver | Chad Rosier |
2013-01-23 | [Driver] Don't remove non-regular files that were outputs. | Daniel Dunbar |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-10-31 | [driver] Remove an extra space with the -iprefix option, so that | Chad Rosier |
2012-10-31 | [driver] Remove an extra space with the -internal-externc-isystem option, so | Chad Rosier |
2012-10-31 | [driver] Completely rework how superfluous options are stripped out of the crash | Chad Rosier |
2012-05-03 | Use array_lengthof instead of sizeof trickery. | Chad Rosier |
2012-05-03 | Canonicalize loop. | Chad Rosier |
2012-04-16 | use DEFAULT_SYSROOT | Sebastian Pop |
2011-11-06 | Add the depfile as a result file so that it is deleted if we crash, | Peter Collingbourne |
2011-10-06 | Use strpbrk(3) instead of open coding it. | Benjamin Kramer |
2011-10-05 | [driver] For consistency, handle all shell special characters handled by the | Chad Rosier |
2011-10-05 | [driver] The -v option doesn't quoted the command line arguments for historical | Chad Rosier |
2011-08-02 | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier |
2011-07-23 | Unbreak the MSVC build, using namespace clang is required otherwise MSVC will... | Francois Pichet |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-20 | Temporarily revert r135614 while I fix the cmake build. | Chad Rosier |
2011-07-20 | When the compiler crashes, the compiler driver now produces diagnostic inform... | Chad Rosier |
2011-07-06 | Missing header from last commit; accidental change. | John McCall |
2011-07-06 | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall |
2011-04-25 | Driver: When compilation fails, don't try to remove output files we don't have | Daniel Dunbar |
2010-12-31 | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-10-30 | Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. | Benjamin Kramer |
2010-10-29 | Don't test isRegularFile before calling eraseFromDisk, since | Dan Gohman |
2010-08-02 | Driver: Eliminate PipedJob, which is now unused. | Daniel Dunbar |
2010-06-11 | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar |
2010-03-20 | Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -... | Daniel Dunbar |
2010-03-20 | Driver: Fix -### to quote shell special characters, following gcc. | Daniel Dunbar |
2009-11-25 | Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765. | Edward O'Callaghan |
2009-11-24 | Fix for PR5568. | Edward O'Callaghan |
2009-11-19 | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar |
2009-09-09 | Push bound architecture name into TranslateArgs. | Daniel Dunbar |
2009-09-09 | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-01 | Driver: Mark some Compilation members const. | Daniel Dunbar |
2009-07-01 | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar |
2009-07-01 | Driver: Improve diagnostics for failed commands. | Daniel Dunbar |
2009-03-25 | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar |
2009-03-24 | Driver: Result files shouldn't be removed on failure when -save-temps | Daniel Dunbar |
2009-03-21 | Driver: Give Compilation::Execute total control over the Driver result | Daniel Dunbar |
2009-03-19 | Driver: Compilation::Execute wasn't returning result code correctly. | Daniel Dunbar |
2009-03-19 | Driver: Executing piped jobs with a single command is easy. | Daniel Dunbar |
2009-03-18 | Driver: Execute jobs; no pipe support yet. | Daniel Dunbar |