aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Action.cpp
AgeCommit message (Expand)Author
2019-10-09[Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev
2019-10-08[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-10-03Revert 373538 and follow-ups 373549 and 373552.Nico Weber
2019-10-02[clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-15[modules] Driver support for precompiling a collection of files as a singleRichard Smith
2018-08-28[HIP] Fix output file extensionYaxun Liu
2018-05-08[HIP] Add hip offload kindYaxun Liu
2018-03-20[Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2016-10-28Fix MSVC "not all control paths return a value" warningSimon Pilgrim
2016-10-27[Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao
2016-10-27[Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao
2016-10-27[Driver][OpenMP] Update actions builder to create unbundling action when nece...Samuel Antao
2016-10-27[Driver][OpenMP] Update actions builder to create bundling action when necess...Samuel Antao
2016-10-27[Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao
2016-10-07Rename variable to not use C++ reserved name (leading underscore + capital) (...Mehdi Amini
2016-10-07Fix MSVC build: requires namespace in front of StringRef (NFC)Mehdi Amini
2016-10-07Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini
2016-07-16Remove extra semi-colon. Fixes warning and Werror bots.Eric Christopher
2016-07-15Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao
2016-07-15[CUDA][OpenMP] Create generic offload actionSamuel Antao
2016-07-06[CUDA] Add missing namespace qualification on CudaArch in Action.cpp.Justin Lebar
2016-07-06[CUDA] Add utility functions for dealing with CUDA versions / architectures.Justin Lebar
2016-07-06[CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar
2016-01-14[CUDA] Invoke ptxas and fatbinary during compilation.Justin Lebar
2016-01-12[CUDA] Add explicit mapping from sm_XX to compute_YY.Justin Lebar
2016-01-11[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.Justin Lebar
2016-01-11Move ownership of Action objects into Compilation.Justin Lebar
2015-11-17[CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich
2015-09-22Augmented CudaHostAction to carry device-side triple.Artem Belevich
2015-07-20[CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich
2015-07-20Fixed style issues pointed out by Justin Bogner.Artem Belevich
2015-07-14Driver: Delete dead codeJustin Bogner
2015-07-13[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich
2015-07-13This reverts commit r242058, r242065, r242067.Rafael Espindola
2015-07-13[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich
2014-12-21Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson
2014-12-18Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner
2014-12-18Change -save-temps to emit unoptimized bitcode files.Bob Wilson
2014-08-29unique_ptrify Driver Action handlingDavid Blaikie
2014-02-06Move -verify-pch to use VerifyJobActionBen Langmuir
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-02-21Remove the SplitDebug action and replace with a set of commandsEric Christopher
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-23Removing a bunch of dead returns/breaks after llvm_unreachables.David Blaikie
2011-09-23More missing header inclusions from llvm_unreachable migration.David Blaikie
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie