summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Gnu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[OPENMP] Fix PR38026: Link -latomic when -fopenmp is used."Jonas Hahnfeld2018-07-231-5/+1
* [OPENMP] Fix PR38026: Link -latomic when -fopenmp is used.Alexey Bataev2018-07-061-1/+5
* Request init/fini array on FreeBSD 12 and laterDimitry Andric2018-06-291-0/+2
* [mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.Brad Smith2018-06-291-4/+6
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-15/+6
* [HIP] Support offloading by linker scriptYaxun Liu2018-05-181-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [Driver] Reland "Android triples are not aliases for other triples."Dan Albert2018-04-251-50/+76
* Revert "[Driver] Android triples are not aliases for other triples."Dan Albert2018-04-241-76/+50
* [Driver] Android triples are not aliases for other triples.Dan Albert2018-04-241-50/+76
* [GCC] Don't keep a StringRef to a temporary std::stringMartin Storsjo2018-04-241-1/+1
* [GCC] Match a GCC version with a patch suffix without a third version componentMartin Storsjo2018-04-241-3/+11
* [Driver] Support for -save-stats in AddGoldPlugin.Florian Hahn2018-04-201-2/+5
* Driver: Add gcc search path for RHEL devtoolset-7Tom Stellard2018-04-111-0/+1
* [Driver] Don't forward -m[no-]unaligned-access options to GCC when assembling...Chad Rosier2018-04-111-0/+7
* [Driver] Allow drivers to add multiple libc++ include pathsPetr Hosek2018-04-101-7/+7
* [Driver] Update GCC libraries detection logic for Gentoo.Manoj Gupta2018-04-071-23/+75
* [XRay][clang] Consolidate runtime and link-time flag processing (NFC)Dean Michael Berris2018-04-061-32/+1
* Don't use -pie in relocatable link.Evgeniy Stepanov2018-03-091-1/+2
* Better OpenBSD frontend supportKamil Rytarowski2018-03-031-2/+4
* [Driver] Generate .eh_frame_hdr for static executables too.Dan Albert2018-02-211-3/+1
* Revert "Revert rC322769: [RISCV] Propagate -mabi and -march values to GNU ass...Ana Pazos2018-01-311-0/+12
* [Solaris] Make RHEL devtoolsets handling Linux-specificFedor Sergeev2018-01-231-6/+3
* [Solaris] gcc toolchain handling revampFedor Sergeev2018-01-231-99/+136
* Revert rC322769: [RISCV] Propagate -mabi and -march values to GNU assembler.Hiroshi Inoue2018-01-181-12/+0
* [RISCV] Propagate -mabi and -march values to GNU assembler.Ana Pazos2018-01-171-0/+12
* [RISCV] Add the RISCV target and compiler driverAlex Bradbury2018-01-111-1/+59
* Don't link NetBSD programs with -ldl in linkXRayRuntimeDepsKamil Rytarowski2017-12-091-1/+2
* [Driver] Turns out the GNU assembler does support falkor/saphira.Chad Rosier2017-11-291-3/+1
* Switch CPU names not recognized by GNU assemblerPirama Arumuga Nainar2017-11-271-10/+21
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-261-1/+2
* Enable -pie and --enable-new-dtags by default on Android.Evgeniy Stepanov2017-10-251-3/+12
* [XRay][Driver] Do not link in XRay runtime in shared libsDean Michael Berris2017-09-261-0/+5
* Revert "[XRay][Driver] Do not link in XRay runtime in shared libs"Dean Michael Berris2017-09-261-5/+0
* [XRay][Driver] Do not link in XRay runtime in shared libsDean Michael Berris2017-09-251-0/+5
* [mips] Replace Triple::Environment check by the isGNUEnvironment() call. NFCSimon Atanasyan2017-09-071-2/+2
* [OpenMP] OpenMP device offloading code generation produces a cubin file which...Gheorghe-Teodor Bercea2017-08-081-125/+0
* Revert r310291, r310300 and r310332 because of test failure on DarwinAlex Lorenz2017-08-081-0/+125
* [OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea2017-08-071-125/+0
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-031-1/+1
* Update to use enum classes for various ARM *Kind enumsFlorian Hahn2017-07-271-1/+1
* [PowerPC] Pass CPU to assembler with -no-integrated-asNemanja Ivanovic2017-07-271-6/+13
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-7/+9
* Unconditionally use .init_array instead of .ctors on Solaris.Aaron Ballman2017-07-141-1/+2
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [mips] Enable IAS by default for Android 64-bit MIPS target (N64)Petar Jovanovic2017-06-261-3/+5
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-0/+19
* Revert r305164/5/7.Daniel Jasper2017-06-121-19/+0
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-0/+19
* [OpenMP][Driver] Put target binary for each offload target into aAlexey Bataev2017-05-301-6/+6
OpenPOWER on IntegriCloud