| Commit message (Expand) | Author | Age | Files | Lines |
* | [driver] For consistency, handle all shell special characters handled by the | Chad Rosier | 2011-10-05 | 1 | -1/+1 |
* | [driver] The -v option doesn't quoted the command line arguments for historical | Chad Rosier | 2011-10-05 | 1 | -1/+8 |
* | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier | 2011-08-02 | 1 | -4/+33 |
* | Unbreak the MSVC build, using namespace clang is required otherwise MSVC will... | Francois Pichet | 2011-07-23 | 1 | -0/+2 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | Temporarily revert r135614 while I fix the cmake build. | Chad Rosier | 2011-07-20 | 1 | -35/+4 |
* | When the compiler crashes, the compiler driver now produces diagnostic inform... | Chad Rosier | 2011-07-20 | 1 | -4/+35 |
* | Missing header from last commit; accidental change. | John McCall | 2011-07-06 | 1 | -1/+0 |
* | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -0/+1 |
* | Driver: When compilation fails, don't try to remove output files we don't have | Daniel Dunbar | 2011-04-25 | 1 | -0/+6 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. | Benjamin Kramer | 2010-10-30 | 1 | -1/+1 |
* | Don't test isRegularFile before calling eraseFromDisk, since | Dan Gohman | 2010-10-29 | 1 | -11/+5 |
* | Driver: Eliminate PipedJob, which is now unused. | Daniel Dunbar | 2010-08-02 | 1 | -12/+0 |
* | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar | 2010-06-11 | 1 | -7/+12 |
* | Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -... | Daniel Dunbar | 2010-03-20 | 1 | -2/+28 |
* | Driver: Fix -### to quote shell special characters, following gcc. | Daniel Dunbar | 2010-03-20 | 1 | -4/+15 |
* | Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765. | Edward O'Callaghan | 2009-11-25 | 1 | -1/+1 |
* | Fix for PR5568. | Edward O'Callaghan | 2009-11-24 | 1 | -0/+7 |
* | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar | 2009-11-19 | 1 | -0/+1 |
* | Push bound architecture name into TranslateArgs. | Daniel Dunbar | 2009-09-09 | 1 | -1/+1 |
* | Push bound architecture name into Compilation::getArgsForToolChain. | Daniel Dunbar | 2009-09-09 | 1 | -4/+6 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -18/+18 |
* | Driver: Mark some Compilation members const. | Daniel Dunbar | 2009-07-01 | 1 | -2/+2 |
* | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar | 2009-07-01 | 1 | -48/+0 |
* | Driver: Improve diagnostics for failed commands. | Daniel Dunbar | 2009-07-01 | 1 | -6/+37 |
* | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar | 2009-03-25 | 1 | -9/+6 |
* | Driver: Result files shouldn't be removed on failure when -save-temps | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Driver: Give Compilation::Execute total control over the Driver result | Daniel Dunbar | 2009-03-21 | 1 | -0/+4 |
* | Driver: Compilation::Execute wasn't returning result code correctly. | Daniel Dunbar | 2009-03-19 | 1 | -1/+1 |
* | Driver: Executing piped jobs with a single command is easy. | Daniel Dunbar | 2009-03-19 | 1 | -23/+30 |
* | Driver: Execute jobs; no pipe support yet. | Daniel Dunbar | 2009-03-18 | 1 | -14/+56 |
* | Driver: Cleanup temporary/result files. | Daniel Dunbar | 2009-03-18 | 1 | -2/+46 |
* | Driver: Implement -### (hard to tell, since we don't actually | Daniel Dunbar | 2009-03-18 | 1 | -0/+27 |
* | Driver: Fix Compilation::getArgsForToolChain, local variable was | Daniel Dunbar | 2009-03-18 | 1 | -4/+4 |
* | Driver: Move actions into Compilation, and construct the compilation | Daniel Dunbar | 2009-03-18 | 1 | -0/+6 |
* | Driver: Migrate some data into the Compilation; after pipelining | Daniel Dunbar | 2009-03-16 | 1 | -2/+28 |
* | Driver: Sink Driver/Compilation into clang::driver namespace. | Daniel Dunbar | 2009-03-04 | 1 | -1/+1 |
* | Stub out some structure for C++ driver. | Daniel Dunbar | 2009-03-02 | 1 | -0/+21 |