summaryrefslogtreecommitdiff
path: root/test/Driver/pic.c
Commit message (Expand)AuthorAge
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-24
* Android uses -fpic for arm64 as well.Logan Chien2014-04-30
* Android uses -fpic for aarch64.Logan Chien2014-04-29
* Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)Alexey Bataev2014-01-28
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-05
* Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan2013-10-04
* [Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan2013-10-04
* Default to PIE and using stack protection on OpenBSD.Rafael Espindola2013-06-05
* One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov2013-04-09
* Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne2013-01-17
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-19
* This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer2012-11-13
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-15
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-15
* Specify a full target in an attempt to appease buildbots.Bob Wilson2012-09-30
* Add Clang support for iOS6.Bob Wilson2012-09-29
* Attempt to pacify Windows buildbots.Roman Divacky2012-09-07
* Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis!Roman Divacky2012-09-07
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-08