summaryrefslogtreecommitdiff
path: root/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+6
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-2/+8
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-303-17/+51
* [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
* Sort list of driver-known file extensions. It was previously approximatelyRichard Smith2016-08-261-25/+25
* 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-232-6/+34
* clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.Nico Weber2016-08-231-1/+1
* [CUDA] Collapsed offload actions should not be top-level jobs.Artem Belevich2016-08-221-1/+1
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+7
* [Darwin] Stop linking libclang_rt.eprintf.aChris Bieneman2016-08-171-8/+13
* Some missing usage of TargetParser. NFC.Zijiao Ma2016-08-171-1/+4
* [CUDA] Include CUDA headers before anything else.Justin Lebar2016-08-151-4/+7
* [CUDA] Fix CUDA install version parsing.Justin Lebar2016-08-151-2/+2
* [Driver] Set the default driver mode based on the executable.Zachary Turner2016-08-121-18/+26
* Don't enable PIE on i686-unknown-cloudabi.Ed Schouten2016-08-113-6/+20
* Pass in frame pointer omitting compiler flags for CloudABI as well.Ed Schouten2016-08-111-1/+1
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-091-0/+3
* [clang-cl] Make -gline-tables-only imply -gcodeviewReid Kleckner2016-08-091-4/+5
* [Driver] Enable CFI for WebAssemblyDerek Schuff2016-08-081-1/+3
* [ARM] Command-line options for embedded position-independent codeOliver Stannard2016-08-081-1/+56