summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* darwin: Unconditionally pass -lto_library, remove -Wliblto warning.Nico Weber2016-11-221-8/+8
* Rename option to -lto-pass-remarks-outputAdam Nemet2016-11-221-1/+1
* [XRay] Support AArch64 in ClangDean Michael Berris2016-11-211-7/+13
* LTO support for -fsave-optimization-record on DarwinAdam Nemet2016-11-181-0/+13
* Fix a comment for -fsave-optimization-recordAdam Nemet2016-11-181-1/+1
* [CUDA] Driver changes to support CUDA compilation on MacOS.Justin Lebar2016-11-181-1/+1
* [Driver] Infer the correct option to ld64 for -fembed-bitcodeSteven Wu2016-11-161-4/+4
* Revert r286735 due to test failureBrad Smith2016-11-131-4/+0
* Link static PIE programs against rcrt0.o on OpenBSDBrad Smith2016-11-121-0/+4
* clang-cl: Pass /Zc:threadSafeInit through to MSVC with /fallback (PR30948)Hans Wennborg2016-11-091-0/+8
* Rename the version of ConstructJob for multiple outputs to ConstructJobMultip...Samuel Antao2016-11-031-5/+4
* [asan] Use the dynamic ASan runtime if -shared-libasan is passedReid Kleckner2016-11-021-1/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+12
* Fix clang installed path to handle case where clang is invoked through a symlinkMehdi Amini2016-10-301-1/+1
* [Driver][OpenMP] Add support to create jobs for unbundling actions.Samuel Antao2016-10-271-1/+65
* [Driver][OpenMP] Add support to create jobs for bundling actions.Samuel Antao2016-10-271-0/+66
* [Driver][OpenMP] Build jobs for OpenMP offloading actions for targets using g...Samuel Antao2016-10-271-28/+200
* [Driver][OpenMP] Create tool chains for OpenMP offloading kind.Samuel Antao2016-10-271-67/+18
* [XRay] Check in Clang whether XRay supports the target when -fxray-instrument...Dean Michael Berris2016-10-271-1/+10
* Unconditionally pass `-lto_library` to the linker on DarwinMehdi Amini2016-10-261-15/+15
* [Myriad] Find libc++ adjacent to libstdc++Douglas Katzman2016-10-251-3/+11
* Use linker flag --fix-cortex-a53-843419 on Android ARM64 compilation.Stephen Hines2016-10-251-0/+8
* Adjust for TimePoint interface change in llvm: D25730. NFCPavel Labath2016-10-241-3/+5
* [Driver][Darwin] Pass -no_deduplicate to ld64Bruno Cardoso Lopes2016-10-211-0/+27
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-191-0/+6
* [Driver] Use stem rather than filename for executable namePetr Hosek2016-10-171-1/+1
* Fix a typo.Adrian Prantl2016-10-171-1/+1
* Revert r284256 due to test failureEd Maste2016-10-141-4/+0
* Link static PIE programs against rcrt0.o on OpenBSDEd Maste2016-10-141-0/+4
* Pass -ffunction-sections/-fdata-sections along to gold-pluginTeresa Johnson2016-10-131-5/+22
* Guard flag –fdenormal-fp-math with –fno-fast-math.Sjoerd Meijer2016-10-131-3/+10
* Revert - When optimizing for size, enable loop rerolling by defaultMike Edwards2016-10-111-10/+1
* Add an option to save the backend-produced YAML optimization record to a fileHal Finkel2016-10-111-0/+33
* [Driver] Let -gline-tables-only win when it comes after -gmodules.Adrian Prantl2016-10-101-1/+3
* When optimizing for size, enable loop rerolling by defaultHal Finkel2016-10-091-1/+10
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-33/+34
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-061-0/+107
* Revert "[XRay] Check in Clang whether XRay supports the target when -fxray-in...Dean Michael Berris2016-10-041-14/+1
* [XRay] Check in Clang whether XRay supports the target when -fxray-instrument...Dean Michael Berris2016-10-041-1/+14
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-0/+6
* [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-floatHal Finkel2016-10-021-9/+2
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+18
* [Myriad] Silently ignore -fno-split-dwarf-inliningDouglas Katzman2016-09-291-6/+8
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+27
* Driver: avoid failing in the backendSaleem Abdulrasool2016-09-261-3/+8
* Use llvm::to_string instead of std::to_string to fix botTeresa Johnson2016-09-231-2/+3
* [LTO] Add -flto-jobs=N to control backend parallelismTeresa Johnson2016-09-231-4/+26
* [asan] Fix incorrect SEH symbol mangling on win64.Etienne Bergeron2016-09-231-1/+4
* Remove some boilerplate comments that don't explain anything.Eric Christopher2016-09-201-4/+0
OpenPOWER on IntegriCloud