summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-2/+0
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-13/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-0/+13
* [HIP] Fix output file extensionYaxun Liu2018-08-281-1/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-13/+0
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-0/+13
* [ubsan] Enable -fsanitize=vptr on Apple devices and simulatorsVedant Kumar2018-08-281-2/+8
* [Driver] Delete last reference of lld -flavor old-gnuFangrui Song2018-08-281-8/+1
* [Xray] Darwin - Enable in the driver sideDavid Carlier2018-08-273-1/+10
* [Driver] Change MipsLinux default linker from "lld" to "ld.lld"Fangrui Song2018-08-261-1/+1
* Reland r340552, "Driver: Enable address-significance tables by default when t...Peter Collingbourne2018-08-241-1/+2
* [RISCV] RISC-V using -fuse-init-array by defaultKito Cheng2018-08-241-1/+3
* Revert r340552, "Driver: Enable address-significance tables by default when t...Peter Collingbourne2018-08-231-2/+1
* Driver: Enable address-significance tables by default when targeting COFF.Peter Collingbourne2018-08-231-1/+2
* [x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth2018-08-231-0/+20
* [Driver] Check normalized triples for multiarch runtime pathPetr Hosek2018-08-221-7/+17
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-221-0/+1
* [Android] Default to -fno-math-errnoPirama Arumuga Nainar2018-08-222-0/+7
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+4
* DebugInfo: Add the ability to disable DWARF name tables entirelyDavid Blaikie2018-08-201-5/+12
* Rename -mlink-cuda-bitcode to -mlink-builtin-bitcodeMatt Arsenault2018-08-201-2/+2
* Fix for bug 38508 - Don't do PCH processing when only generating preprocessor...Erich Keane2018-08-171-3/+4
* [AArch64] - return address signingLuke Cheeseman2018-08-171-0/+5
* [hexagon] restore -fuse-cxa-atexit by defaultBrian Cain2018-08-171-1/+0
* [Driver] -print-target-triple and -print-effective-triple optionsPetr Hosek2018-08-161-0/+12
* [Darwin Driver] Fix Simulator builtins and test casesChris Bieneman2018-08-152-9/+16
* Refactor Darwin driver to refer to runtimes by componentChris Bieneman2018-08-152-64/+27
* SafeStack: Disable Darwin supportVlad Tsyrklevich2018-08-141-10/+0
* Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall2018-08-101-1/+2
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-3/+22
* [WebAssembly] Remove use of lld -flavor flagSam Clegg2018-08-072-5/+1
* [MinGW] Predefine UNICODE if -municode is specified during compilationMartin Storsjo2018-08-061-0/+3
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-1/+5
* Revert r337635 "[Driver] Sanitizer support based on runtime library presence"Reid Kleckner2018-07-312-65/+23
* [RISCV] Add driver for riscv32-unknown-elf baremetal targetDavid Bolvansky2018-07-315-1/+182
* [OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang2018-07-302-2/+10
* Remove trailing spaceFangrui Song2018-07-303-3/+3
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-302-7/+7
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-273-80/+144
* [OPENMP] Force OpenMP 4.5 when compiling for offloading.Alexey Bataev2018-07-261-1/+1
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-251-0/+1
* For x86_64, gcc 7.2 under Amazon Linux AMI sets its path to x86_64-amazon-linux.Jiading Gai2018-07-241-1/+2
* [HIP] pass -target-cpu when running the device-mode compilerYaxun Liu2018-07-241-0/+2
* Enable .hip files for test/DriverYaxun Liu2018-07-241-2/+2
* Revert "[OPENMP] Fix PR38026: Link -latomic when -fopenmp is used."Jonas Hahnfeld2018-07-231-5/+1
* [DebugInfo] Error out when enabling -fdebug-types-section on non-ELF target.Jonas Devlieghere2018-07-231-0/+5
* OpenBSD/arm has switched to float ABI SoftFP.Brad Smith2018-07-221-1/+1
* [Driver] Sanitizer support based on runtime library presenceGeorge Karpenkov2018-07-202-23/+65
* AMDGPU: Switch default dwarf version to 2Konstantin Zhuravlyov2018-07-201-1/+1
* Change \t to spacesFangrui Song2018-07-203-3/+3
OpenPOWER on IntegriCloud