summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Compilation.h
Commit message (Expand)AuthorAgeFilesLines
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-201-0/+6
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-17/+0
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-1/+0
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-16/+14
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-2/+10
* Use the sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-1/+1
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-4/+4
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-9/+26
* [driver] Completely rework how superfluous options are stripped out of the crashChad Rosier2012-10-311-0/+8
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+1
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-0/+2
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-0/+3
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-0/+15
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-0/+9
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-9/+0
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-0/+9
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-5/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* Remove more unnecessary #include <llvm/ADT/SmallVector.h>Francois Pichet2011-06-201-1/+0
* Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar2010-08-021-0/+2
* Driver: Switch Compilation to return the translated arguments by default.Daniel Dunbar2010-06-111-3/+4
* Driver: Add an explicit argument translation phase to the driver itself. We a...Daniel Dunbar2010-06-111-1/+7
* Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar2009-09-091-2/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-5/+5
* Driver: Mark some Compilation members const.Daniel Dunbar2009-07-011-3/+4
* Driver: Move Compilation::Execute to Driver::ExecuteCompilation.Daniel Dunbar2009-07-011-6/+6
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-011-6/+10
* Driver: Prep for tool chain specific argument translation.Daniel Dunbar2009-03-251-9/+10
* Driver: Executing piped jobs with a single command is easy.Daniel Dunbar2009-03-191-0/+5
* Driver: Execute jobs; no pipe support yet.Daniel Dunbar2009-03-181-2/+8
* Driver: Cleanup temporary/result files.Daniel Dunbar2009-03-181-3/+17
* Driver: Implement -### (hard to tell, since we don't actuallyDaniel Dunbar2009-03-181-0/+13
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-0/+9
* Driver: Add list of temporary and result files to Compilation.Daniel Dunbar2009-03-171-2/+22
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-161-1/+29
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-0/+2
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+29