summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Add debugger related target optionsKonstantin Zhuravlyov2016-04-121-0/+20
* Always use --eh-frame-hdr on FreeBSD, even for -staticEd Maste2016-04-121-1/+1
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-121-0/+4
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-111-9/+4
* Enable PIE for CloudABI.Ed Schouten2016-04-062-1/+7
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+4
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+4
* [CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when...Bruno Cardoso Lopes2016-04-041-4/+4
* clang-cl: Don't skip i_group flags other than -include when building pchs.Nico Weber2016-04-021-1/+2
* [CrashReproducer] Add -fmodule-cache-path to reproducer scriptBruno Cardoso Lopes2016-04-011-0/+13
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-312-5/+30
* [CUDA] Don't initialize the CUDA toolchain if we don't have any CUDA inputs.Justin Lebar2016-03-301-4/+13
* [Driver] Quote clang full version in dwarf producer when invoking cc1asBruno Cardoso Lopes2016-03-301-1/+2
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-293-0/+8
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-2/+0
* [AMDGPU] Switch linker to amdphdrs + update testKonstantin Zhuravlyov2016-03-292-2/+1
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-284-0/+50
* Modules builds are necessarily compile actions, but they don'tEric Christopher2016-03-241-1/+1
* clang-cl: Add a FIXME for bumping the default msc version.Nico Weber2016-03-231-0/+1
* clang-cl: Add more tests for the interaction of /FI and /Yc /Yu.Nico Weber2016-03-231-2/+4
* clang-cl: Don't warn about /Oy- being unused in 64-bit builds.Nico Weber2016-03-231-0/+6
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-211-1/+0
* Revert "Convert some ObjC msgSends to runtime calls."Pete Cooper2016-03-211-12/+0
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-211-0/+1
* [modules] Don't invent a module cache path unless implicit module builds are ...Richard Smith2016-03-211-22/+20
* [tsan] Allow -fsanitize=thread for iOS-style simulator targetsDevin Coughlin2016-03-201-1/+6
* Remove usage of LLVM_PREFIX.Chaoren Lin2016-03-181-4/+0
* Minor code cleanups. NFC.Junmo Park2016-03-171-1/+1
* Convert some ObjC msgSends to runtime calls.Pete Cooper2016-03-161-0/+12
* [Driver] [Darwin] Fix linking libclang_rt.profile_*sim.aChris Bieneman2016-03-151-28/+2
* Myriad: Pass -mcpu to movi{Compile,Asm}Douglas Katzman2016-03-151-3/+6
* Make FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld2016-03-143-26/+14
* [Driver] Enable --rtlib option for MSVC targetAndrey Turetskiy2016-03-141-1/+16
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-0/+2
* Accept absolute paths in the -fuse-ld option.Peter Zotov2016-03-091-13/+20
* clang-cl: Enable PCH flags by default.Nico Weber2016-03-041-8/+0
* Switch krait to use -mcpu=cortex-a15 for assembler tool invocations.Stephen Hines2016-03-041-2/+2
* [ARM] Add Clang targeting for ARMv8-M Baseline/MainlineBradley Smith2016-03-031-0/+4
* clang-cl pch test: Instead of copying the input, use /Fp to not write into th...Nico Weber2016-03-021-1/+1
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-2/+3
* [libFuzzer] allow -fsanitize-coverage=0 (disables all coverage)Kostya Serebryany2016-03-021-2/+1
* clang-cl: Implement initial limited support for precompiled headers.Nico Weber2016-03-013-2/+194
* Introduce -fembed-bitcode driver optionSteven Wu2016-03-014-10/+65
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-292-7/+9
* [clang-cl] /EHc should not have an effect on /EHaDavid Majnemer2016-02-291-1/+5
* [Driver] Disable frame pointer elimination by default if target isAkira Hatanaka2016-02-261-0/+2
* Fix build by using hasFlag instead of hasArg.Peter Collingbourne2016-02-241-2/+2
* Bail on compilation as soon as a job fails.Justin Lebar2016-02-241-30/+8
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+26
* AArch64: fix Cyclone CPU features list.Tim Northover2016-02-241-1/+4
OpenPOWER on IntegriCloud