aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Compilation.cpp
AgeCommit message (Expand)Author
2009-11-19Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar
2009-09-09Push bound architecture name into TranslateArgs.Daniel Dunbar
2009-09-09Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-01Driver: Mark some Compilation members const.Daniel Dunbar
2009-07-01Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar
2009-07-01Driver: Improve diagnostics for failed commands.Daniel Dunbar
2009-03-25Driver: Prep for tool chain specific argument translation.Daniel Dunbar
2009-03-24Driver: Result files shouldn't be removed on failure when -save-tempsDaniel Dunbar
2009-03-21Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar
2009-03-19Driver: Compilation::Execute wasn't returning result code correctly.Daniel Dunbar
2009-03-19Driver: Executing piped jobs with a single command is easy.Daniel Dunbar
2009-03-18Driver: Execute jobs; no pipe support yet.Daniel Dunbar
2009-03-18Driver: Cleanup temporary/result files.Daniel Dunbar
2009-03-18Driver: Implement -### (hard to tell, since we don't actuallyDaniel Dunbar
2009-03-18Driver: Fix Compilation::getArgsForToolChain, local variable wasDaniel Dunbar
2009-03-18Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar
2009-03-16Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar
2009-03-04Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar
2009-03-02Stub out some structure for C++ driver.Daniel Dunbar