summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Compilation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-101-2/+11
* [PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 changeAlexandre Ganea2020-01-221-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Use unique_ptr instead of manual delete in one place. No behavior change.Nico Weber2019-07-151-7/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix MSVC 2015 ambiguous symbol warning introduced by rL344337. NFCI.Simon Pilgrim2018-10-121-1/+1
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-0/+12
* [HIP] Add hip offload kindYaxun Liu2018-05-081-4/+4
* [Driver] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2018-03-201-20/+26
* [Driver] Make clang/cc conforms to UNIX standardSteven Wu2017-11-101-6/+41
* Testing commit access.Hamza Sood2017-10-091-1/+1
* [OpenMP] Fix passing of -m arguments correctlyJonas Hahnfeld2017-10-041-2/+8
* [OpenMP] Fix translation of target argsJonas Hahnfeld2017-09-271-4/+6
* [OpenMP] Fix memory leak when translating argumentsJonas Hahnfeld2017-09-271-2/+8
* Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko2017-09-131-15/+4
* Non-functional change. Fix previous patch D34784.Gheorghe-Teodor Bercea2017-08-071-4/+8
* [OpenMP] Add flag for specifying the target device architecture for OpenMP de...Gheorghe-Teodor Bercea2017-08-071-1/+6
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-2/+3
* [Driver][OpenMP] Add logic for offloading-specific argument translation.Samuel Antao2016-10-271-4/+5
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-071-6/+4
* [Driver] Add method to redirect output of Compilation.Nikolay Haustov2016-06-281-0/+5
* [CUDA][OpenMP] Create generic offload toolchainsSamuel Antao2016-06-131-3/+6
* Bail on compilation as soon as a job fails.Justin Lebar2016-02-241-30/+8
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-2/+2
* Revert "Bail on compilation as soon as a job fails."Rafael Espindola2016-02-111-8/+30
* Bail on compilation as soon as a job fails.Justin Lebar2016-02-101-30/+8
* Move ownership of Action objects into Compilation.Justin Lebar2016-01-111-6/+2
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-2/+3
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-10/+6
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-3/+2
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-1/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-2/+2
* Update for llvm api change.Rafael Espindola2014-08-251-4/+4
* Remove unused sys/stat.h includesAlp Toker2014-07-071-2/+0
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-201-3/+5
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-3/+3
* Update for llvm api change.Rafael Espindola2014-02-241-1/+2
* Remove a whole lot of unused variablesAlp Toker2013-11-271-2/+0
* Move the execution code from Compilation::ExecuteCommand to Command::ExecuteHans Wennborg2013-09-121-11/+1
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-132/+1
* Remove the -ccc-echo option that is now unused.Rafael Espindola2013-07-231-1/+1
* Update for llvm API change.Rafael Espindola2013-07-161-3/+2
* Convert last use of PathV1.h in Compilation.cppRafael Espindola2013-06-241-17/+20
* Convert a use of PathV1.hRafael Espindola2013-06-241-2/+2
* Use llvm::sys::fs::can_write.Rafael Espindola2013-06-181-1/+2
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+2
* Use the sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-4/+5
* Use the global functions instead of the Program methods.Rafael Espindola2013-06-121-5/+3
OpenPOWER on IntegriCloud