summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Compilation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765.Edward O'Callaghan2009-11-251-1/+1
* Fix for PR5568.Edward O'Callaghan2009-11-241-0/+7
* Driver: ArgList doesn't depend on Options.h anymore.Daniel Dunbar2009-11-191-0/+1
* Push bound architecture name into TranslateArgs.Daniel Dunbar2009-09-091-1/+1
* Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar2009-09-091-4/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-18/+18
* Driver: Mark some Compilation members const.Daniel Dunbar2009-07-011-2/+2
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-48/+0
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-011-6/+37
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-9/+6
* Driver: Result files shouldn't be removed on failure when -save-tempsDaniel Dunbar2009-03-241-1/+1
* Driver: Give Compilation::Execute total control over the Driver resultDaniel Dunbar2009-03-211-0/+4
* Driver: Compilation::Execute wasn't returning result code correctly.Daniel Dunbar2009-03-191-1/+1
* Driver: Executing piped jobs with a single command is easy.Daniel Dunbar2009-03-191-23/+30
* Driver: Execute jobs; no pipe support yet.Daniel Dunbar2009-03-181-14/+56
* Driver: Cleanup temporary/result files.Daniel Dunbar2009-03-181-2/+46
* Driver: Implement -### (hard to tell, since we don't actuallyDaniel Dunbar2009-03-181-0/+27
* Driver: Fix Compilation::getArgsForToolChain, local variable wasDaniel Dunbar2009-03-181-4/+4
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-0/+6
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-161-2/+28
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-1/+1
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+21
OpenPOWER on IntegriCloud