summaryrefslogtreecommitdiffstats
path: root/test/Driver/pic.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r299269:Brad Smith2017-04-221-0/+4
* Revert "Driver: switch Windows to static RelocModel"Reid Kleckner2016-12-281-1/+6
* Driver: switch Windows to static RelocModelSaleem Abdulrasool2016-12-271-6/+1
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-7/+7
* Make this test a bit more strict and fix it.Rafael Espindola2016-06-221-7/+8
* Generalize r256026 to apply to all MachO targets, not just Darwin targets.Bob Wilson2016-01-131-0/+2
* PIC should not be enabled by default on Darwin with -static.Bob Wilson2015-12-181-1/+1
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-0/+2
* Stop treating -static as overriding -fPIC: they are distinct.James Y Knight2015-08-211-2/+10
* [Driver] x86-64 Windows is always PICDavid Majnemer2015-06-281-0/+6
* Use the appropriate PIE level for OpenBSD/sparc.Brad Smith2015-06-041-0/+2
* Do not force "-static" for aarch64 iOS kernel/kext assembly code.Bob Wilson2015-02-101-0/+4
* Fix clash of gcc toolchains in driver regression tests.Samuel Antao2015-01-051-0/+3
* Remove special case for aarch64 static vs. PIC code in iOS kernel code.Bob Wilson2014-12-021-0/+2
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-241-0/+10
* Android uses -fpic for arm64 as well.Logan Chien2014-04-301-0/+2
* Android uses -fpic for aarch64.Logan Chien2014-04-291-0/+2
* Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)Alexey Bataev2014-01-281-0/+8
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan2013-10-041-10/+0
* [Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan2013-10-041-0/+10
* Default to PIE and using stack protection on OpenBSD.Rafael Espindola2013-06-051-0/+12
* One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov2013-04-091-0/+4
* Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne2013-01-171-0/+6
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-76/+116
* This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer2012-11-131-2/+46
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-0/+10
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-10/+0
* Specify a full target in an attempt to appease buildbots.Bob Wilson2012-09-301-4/+4
* Add Clang support for iOS6.Bob Wilson2012-09-291-0/+10
* Attempt to pacify Windows buildbots.Roman Divacky2012-09-071-1/+1
* Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis!Roman Divacky2012-09-071-0/+14
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-0/+81