summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Compilation.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-0/+3
* [Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2018-03-201-22/+36
* Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko2017-09-131-8/+6
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-1/+7
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-7/+28
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-3/+4
* [CUDA][OpenMP] Add a generic offload action builderSamuel Antao2016-09-301-0/+6
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-8/+3
* [Driver] Add method to redirect output of Compilation.Nikolay Haustov2016-06-281-0/+9
* [CUDA][OpenMP] Create generic offload toolchainsSamuel Antao2016-06-131-9/+53
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-111-1/+15
* [ptr-traits] Add another complete type that is necessary for at leastChandler Carruth2015-12-301-1/+1
* [Driver] Mark isForDiagnostics as const. NFC.Vedant Kumar2015-11-231-1/+1
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-0/+14
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-2/+3
* 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