summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-0/+5
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-5/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-0/+5
* Myriad: nominally "support" ASAN.Douglas Katzman2016-09-091-4/+11
* [Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64Vedant Kumar2016-09-081-9/+11
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-7/+23
* DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inliningDavid Blaikie2016-08-311-8/+12
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-12/+21
* [Hexagon] Use handleTargetFeaturesGroup to process target-specific featuresKrzysztof Parzyszek2016-08-301-23/+7
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-21/+12
* Handle -mlong-calls on HexagonKrzysztof Parzyszek2016-08-301-1/+6
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+6
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-12/+21
* [cfi] Export __cfi_check when linking with -fsanitize-cfi-cross-dso.Evgeniy Stepanov2016-08-291-0/+5
* clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.Nico Weber2016-08-261-3/+3
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-0/+3
* Omit column info for CodeView by defaultAdrian McCarthy2016-08-251-4/+8
* DebugInfo: Let -gsplit-dwarf and -gmlt compose if -fno-split-dwarf-inlining i...David Blaikie2016-08-241-7/+17
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-0/+4
* ARM-Darwin: ignore and diagnose attempts to omit frame pointer.Tim Northover2016-08-231-6/+22
* clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.Nico Weber2016-08-231-1/+1
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+7
* Some missing usage of TargetParser. NFC.Zijiao Ma2016-08-171-1/+4
OpenPOWER on IntegriCloud