summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Gnu.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Fix Hurd toolchain test on a two-stage build with ThinLTOAlexandre Ganea2020-04-291-9/+11
* [PowerPC] Default ppc64 linux-gnu/freebsd to -fno-PICFangrui Song2020-01-071-3/+0
* [Gnu toolchain] Look at standard GCC paths for libstdcxx by defaultKristina Brooks2020-01-051-10/+94
* [clang][SystemZ] Add support for -march=nativeUlrich Weigand2019-12-161-1/+1
* [Driver] Use .init_array for all gcc installations and simplify Generic_ELF -...Fangrui Song2019-12-131-17/+1
* Default to -fuse-init-arrayFangrui Song2019-12-121-3/+3
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+13
* [Driver] Fix incorrect GNU triplet for PowerPC on SUSE LinuxAaron Puchert2019-11-231-1/+3
* [RISCV] Support mutilib in baremetal environmentZakk Chen2019-11-211-0/+56
* Revert "[RISCV] Support mutilib in baremetal environment"Zakk Chen2019-11-211-56/+0
* [RISCV] Support mutilib in baremetal environmentZakk Chen2019-11-211-0/+56
* Revert "[RISCV] Support mutilib in baremetal environment"Nico Weber2019-11-191-56/+0
* [RISCV] Support mutilib in baremetal environmentZakk Chen2019-11-191-0/+56
* [RISCV] Match GCC `-march`/`-mabi` driver defaultsSam Elliott2019-11-151-5/+3
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-071-1/+2
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-091-4/+1
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-091-1/+2
* [Driver] Add -static-openmp driver optionPirama Arumuga Nainar2019-09-091-1/+5
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Add support for openSUSE RISC-V tripleSam Elliott2019-08-011-1/+2
* [RISCV][NFC] Make use of Triple::isRISCVAlex Bradbury2019-07-081-5/+1
* [Driver] -static-pie: add -z textFangrui Song2019-05-301-0/+2
* Let -static-pie win if it is specified along with -pie or -static.Siva Chandra2019-05-211-7/+28
* [AVR] Automatically link CRT and libgcc from the system avr-gccDylan McKay2019-05-191-0/+9
* [cc1as] Change -compress-debug-sections= to use --Fangrui Song2019-05-111-5/+3
* [Driver] Support compiler-rt crtbegin.o/crtend.o for LinuxPetr Hosek2019-04-301-24/+45
* [Fuchsia] Support multilib for -fsanitize=address and -fno-exceptionsPetr Hosek2019-04-271-10/+2
* Add support for detection of devtoolset-8Tom Stellard2019-04-091-0/+1
* Enable IAS for FreeBSD SPARC64.Brad Smith2019-04-071-1/+2
* [RISCV] Collect library directories and triples for riscv64 triple tooAlex Bradbury2019-04-041-6/+16
* [driver] clang-format. Fix indentation, split long lines. NFCSimon Atanasyan2019-04-021-3/+5
* [Driver] Use --warn-shared-textrel for Android.Dan Albert2019-03-291-0/+5
* [Driver] Default Android toolchains to noexecstack.Dan Albert2019-03-281-0/+9
* Revert the r348352 "[clang] - Simplify tools::SplitDebugName."George Rimar2019-03-271-1/+1
* [Clang Driver] Add support for "-static-pie" argument to the Clang driver.Siva Chandra2019-02-201-6/+15
* [Driver][Gnu] Support -nolibc flagPetr Hosek2019-02-171-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Enable IAS for OpenBSD SPARC.Brad Smith2019-01-151-1/+1
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-151-0/+34
* [Solaris] Move enabling IAS for SPARC from the Solaris toolchain to Generic_GCC.Brad Smith2019-01-151-0/+6
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-201-1/+1
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-12-181-1/+1
* [mips] Enable using of integrated assembler in all cases.Simon Atanasyan2018-12-121-10/+1
* Revert "[PowerPC] Make no-PIC default to match GCC - CLANG"Stefan Pintilie2018-12-111-1/+1
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-12-051-1/+1
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-12-041-1/+1
* Add Hurd target to Clang driver (2/2)Kristina Brooks2018-11-291-1/+5
* Revert "[clang] - Simplify tools::SplitDebugName."Jonas Toth2018-11-271-1/+1
* Revert "[PowerPC] Make no-PIC default to match GCC - CLANG"Stefan Pintilie2018-11-161-0/+3
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-11-161-3/+0
OpenPOWER on IntegriCloud