summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/CommonArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better OpenBSD frontend supportKamil Rytarowski2018-03-031-1/+3
* Stop linking sanitized applications with -lutil and -lkvm on NetBSDKamil Rytarowski2018-02-201-6/+0
* AMDGPU: Enable PIC by default for amdgcnKonstantin Zhuravlyov2018-02-151-0/+4
* [Sanitizers] Basic Solaris sanitizer support (PR 33274)Alex Shlyapnikov2018-02-051-3/+7
* [WebAssembly] Don't pass -ffunction-section/-fdata-sectionsSam Clegg2018-01-311-5/+2
* FreeBSD needs also execinfo (in sanitizers)Kamil Rytarowski2018-01-241-2/+3
* Link sanitized programs on NetBSD with -lkvmKamil Rytarowski2018-01-201-0/+3
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+2
* Teach clang/NetBSD about additional dependencies for sanitizersKamil Rytarowski2017-12-191-0/+6
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+8
* Fix a comment in the codeKamil Rytarowski2017-12-081-1/+1
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-1/+2
* [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-031-1/+7
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-271-9/+1
* Cleanup and generalize -shared-libasan.Evgeniy Stepanov2017-10-051-11/+19
* Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile2017-10-051-0/+8
* Minimal runtime for UBSan.Evgeniy Stepanov2017-08-291-3/+8
* bpf: add -mcpu=# support for bpfYonghong Song2017-08-231-0/+2
* Revert "Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""""Dan Albert2017-08-221-2/+14
* Moving libFuzzer to compiler-rt: required updates to the Clang driver.George Karpenkov2017-08-211-14/+5
* Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux."""Dan Albert2017-08-151-14/+2
* Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""Dan Albert2017-08-151-2/+14
* Revert "Fix LLVMgold plugin name/path for non-Linux."Dan Albert2017-08-151-14/+2
* Fix LLVMgold plugin name/path for non-Linux.Dan Albert2017-08-141-2/+14
* [OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea2017-08-081-0/+125
* Revert r310291, r310300 and r310332 because of test failure on DarwinAlex Lorenz2017-08-081-125/+0
* [OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea2017-08-071-0/+125
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-4/+6
* Enable LLVM asan support for NetBSD/amd64Kamil Rytarowski2017-07-041-0/+1
* [libFuzzer] Do not link in libFuzzer with -fsanitize=fuzzer when producing a ...George Karpenkov2017-06-291-1/+2
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-271-0/+19
* Revert of r305066 "Reapply Frontend support for Nios2 target"Nikolai Bozhenov2017-06-091-19/+0
* Reapply "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-091-0/+19
* Revert "Frontend support for Nios2 target"Nikolai Bozhenov2017-06-081-19/+0
* Frontend support for Nios2 target.Nikolai Bozhenov2017-06-081-0/+19
* Flag -fsanitize=fuzzer to enable libfuzzerGeorge Karpenkov2017-04-241-0/+16
* [AVR] Add -mmcu option to the driverLeslie Zhai2017-04-201-0/+6
* [Driver] Unify linking of OpenMP runtime. NFCI.Jonas Hahnfeld2017-04-191-4/+13
* Add/update PIE defaults for OpenBSD.Brad Smith2017-03-311-1/+3
* Add support for -fno-auto-profile and -fno-profile-sample-useDehao Chen2017-03-211-1/+17
* [Driver] Add flag to request arch-specific-subdir in -rpathPirama Arumuga Nainar2017-03-141-4/+0
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+959
OpenPOWER on IntegriCloud