aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Compilation.h
AgeCommit message (Expand)Author
2013-01-29[driver] Refactor the driver so that a failing commands doesn't preventChad Rosier
2013-01-24[driver] Associate a JobAction with each result file. This enables the driverChad Rosier
2012-10-31[driver] Completely rework how superfluous options are stripped out of the crashChad Rosier
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-06-29Use -frewrite-includes for crash reports.David Blaikie
2012-04-16use DEFAULT_SYSROOTSebastian Pop
2011-11-21Teach the driver about failure result files, which are compilationPeter Collingbourne
2011-08-02When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier
2011-07-20Temporarily revert r135614 while I fix the cmake build.Chad Rosier
2011-07-20When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-06-20Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet
2010-08-02Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar
2010-06-11Driver: Switch Compilation to return the translated arguments by default.Daniel Dunbar
2010-06-11Driver: Add an explicit argument translation phase to the driver itself. We a...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-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: Move actions into Compilation, and construct the compilationDaniel Dunbar
2009-03-17Driver: Add list of temporary and result files to Compilation.Daniel 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