summaryrefslogtreecommitdiff
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* Revert r283680.Nico Weber2016-10-101-9/+0
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-101-1/+9
* When optimizing for size, enable loop rerolling by defaultHal Finkel2016-10-091-1/+10
* [CUDA] Support <complex> and std::min/max on the device.Justin Lebar2016-10-081-0/+9
* Use StringRef in Command::printArg() instead of raw pointer (NFC)Mehdi Amini2016-10-081-3/+3
* Rename variable to not use C++ reserved name (leading underscore + capital) (...Mehdi Amini2016-10-071-2/+2
* Fix MSVC build: requires namespace in front of StringRef (NFC)Mehdi Amini2016-10-071-1/+1
* Driver: use StringRef instead of raw pointer in lookupTypeForExtension() (NFC)Mehdi Amini2016-10-074-4/+4
* Turn ArchName/BoundArch in Driver from raw pointer to StringRef (NFC)Mehdi Amini2016-10-076-29/+27
* Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny2016-10-071-9/+1
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-071-1/+9
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-33/+34
* [Driver] Add driver support for FuchsiaPetr Hosek2016-10-065-0/+260
* Taking StringRef in Driver.h APIs instead of raw pointers (NFC)Mehdi Amini2016-10-061-34/+32
* clang-cl: Make /Fo apply also when using -fltoHans Wennborg2016-10-041-1/+1
* clang-cl: Use the .obj file extension also in LTO modeHans Wennborg2016-10-041-6/+13
* 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
* [CUDA][OpenMP] Add a generic offload action builderSamuel Antao2016-09-302-162/+558
* [Myriad] Silently ignore -fno-split-dwarf-inliningDouglas Katzman2016-09-291-6/+8
* [CUDA] Added support for CUDA-8Artem Belevich2016-09-281-26/+24
* 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
* [CUDA] Don't try to run sanitizers on NVPTX.Justin Lebar2016-09-151-0/+6
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+7
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-2/+5
* 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
* Debug info: Bump the default DWARF version on Darwin to 4.Adrian Prantl2016-09-091-1/+1
* Myriad: nominally "support" ASAN.Douglas Katzman2016-09-093-4/+16
* [Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64Vedant Kumar2016-09-081-9/+11
* [EfficiencySanitizer] [MIPS64] Enables esan clang driver options for MIPS64Sagar Thakur2016-09-071-1/+1
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-7/+23
* DebugInfo: Fix -gsplit-dwarf + -fno-split-dwarf-inliningDavid Blaikie2016-08-311-8/+12
* Revert "Driver: use the canonical static library naming"Saleem Abdulrasool2016-08-311-3/+3
* Driver: use the canonical static library namingSaleem Abdulrasool2016-08-301-3/+3
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-303-17/+47
* PR30195: Fix clang-cl attempting to precompile bogus (non-precompilable) inpu...Richard Smith2016-08-302-2/+24
* typo + indentation [NFC]Etienne Bergeron2016-08-302-2/+2
* [Hexagon] Use handleTargetFeaturesGroup to process target-specific featuresKrzysztof Parzyszek2016-08-301-23/+7
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-303-51/+17
* Handle -mlong-calls on HexagonKrzysztof Parzyszek2016-08-301-1/+6