summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Gnu.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-11-161-1/+1
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-1/+1
* Revert "Reapply: [Driver] Use forward slashes in most linker arguments"Martin Storsjo2018-10-261-1/+1
* Reapply: [Driver] Use forward slashes in most linker argumentsMartin Storsjo2018-10-261-1/+1
* [Driver] allow Android triples to alias for non Android targetsNick Desaulniers2018-10-221-7/+12
* Always search sysroot for GCC installsDavid Greene2018-10-221-2/+10
* [ARM][AArch64] Add LLVM_FALLTHROUGH to silence warning [NFC]Peter Smith2018-10-221-0/+1
* [driver][mips] Support MIPS R6 target triplesSimon Atanasyan2018-10-161-11/+15
* [ARM][AArch64] Pass through endian flags to assembler and linker.Peter Smith2018-10-161-4/+34
* [mips] Fix handling of GNUABIN32 environment in a target tripleSimon Atanasyan2018-10-151-2/+16
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+7
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-4/+4
* [Aarch64] Fix linker emulation for Aarch64 big endianPeter Smith2018-09-031-1/+1
* [Driver] Delete last reference of lld -flavor old-gnuFangrui Song2018-08-281-8/+1
* [RISCV] RISC-V using -fuse-init-array by defaultKito Cheng2018-08-241-1/+3
* [RISCV] Add driver for riscv32-unknown-elf baremetal targetDavid Bolvansky2018-07-311-1/+2
* [OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang2018-07-301-1/+2
* For x86_64, gcc 7.2 under Amazon Linux AMI sets its path to x86_64-amazon-linux.Jiading Gai2018-07-241-1/+2
OpenPOWER on IntegriCloud