summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Action.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [modules] Driver support for precompiling a collection of files as a singleRichard Smith2018-09-151-1/+26
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* [HIP] Add hip offload kindYaxun Liu2018-05-081-0/+1
* [Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2018-03-201-32/+74
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-3/+6
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-0/+2
* [Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao2016-10-271-1/+48
* [Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao2016-10-271-1/+14
* [Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao2016-10-271-0/+1
* [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.Samuel Antao2016-10-271-0/+15
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-3/+3
* Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao2016-07-151-1/+2
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-29/+161
* [CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar2016-07-061-11/+8
* [CUDA][OpenMP] Create generic offload toolchainsSamuel Antao2016-06-131-0/+15
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-6/+12
* [CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar2016-01-141-2/+4
* [CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar2016-01-121-0/+4
* [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar2016-01-111-1/+6
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-111-32/+24
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-8/+3
* Augmented CudaHostAction to carry device-side triple.Artem Belevich2015-09-221-2/+4
* [CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich2015-07-201-1/+3
* Driver: Delete dead codeJustin Bogner2015-07-141-1/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+37
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-37/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+37
* Underscores in constructor arguments are so passe.Eric Christopher2015-07-071-10/+10
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-0/+11
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-11/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-0/+11
* unique_ptrify Driver Action handlingDavid Blaikie2014-08-291-13/+18
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-141-12/+12
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-4/+25
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-6/+4
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+9
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-11/+1
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-1/+11
* Remove pointless classof()'s.Sean Silva2012-10-111-15/+0
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+12
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+12
* Add support for a verifier to the driver. Currently only verifies debugEric Christopher2011-08-231-1/+11
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-3/+1
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-201-7/+1
* Driver: Add an explicit dsymutil action.Daniel Dunbar2010-06-041-1/+12
* Driver: Free Action objects.Daniel Dunbar2010-03-111-3/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-19/+19
* Driver: Improve diagnostics for failed commands.Daniel Dunbar2009-07-011-0/+2