summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-6/+6
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-0/+10
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+1
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-5/+7
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver: Add Tool::ShortName, intended to be a human readable name for the tool.Daniel Dunbar2010-05-221-2/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar2009-03-171-1/+2
* Driver: Stub out generic GCC tool selection.Daniel Dunbar2009-03-171-0/+3
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-161-0/+15