]> granicus.if.org Git - clang/history - test/Driver/pic.c
Revert "Driver: switch Windows to static RelocModel"
[clang] / test / Driver / pic.c
2016-12-28 Reid KlecknerRevert "Driver: switch Windows to static RelocModel"
2016-12-27 Saleem AbdulrasoolDriver: switch Windows to static RelocModel
2016-06-23 Rafael EspindolaRestructure the propagation of -fPIC/-fPIE.
2016-06-22 Rafael EspindolaMake this test a bit more strict and fix it.
2016-01-13 Bob WilsonGeneralize r256026 to apply to all MachO targets, not...
2015-12-18 Bob WilsonPIC should not be enabled by default on Darwin with...
2015-10-30 Tim NorthoverSupport watchOS and tvOS driver options
2015-08-21 James Y KnightStop treating -static as overriding -fPIC: they are...
2015-06-28 David Majnemer[Driver] x86-64 Windows is always PIC
2015-06-04 Brad SmithUse the appropriate PIE level for OpenBSD/sparc.
2015-02-10 Bob WilsonDo not force "-static" for aarch64 iOS kernel/kext...
2015-01-05 Samuel AntaoFix clash of gcc toolchains in driver regression tests.
2014-12-02 Bob WilsonRemove special case for aarch64 static vs. PIC code...
2014-06-24 Brad SmithUse appropriate default PIE settings for OpenBSD.
2014-04-30 Logan ChienAndroid uses -fpic for arm64 as well.
2014-04-29 Logan ChienAndroid uses -fpic for aarch64.
2014-01-28 Alexey BataevTurn on PIC by default on Android (http://llvm-reviews...
2013-12-05 Alp TokerFix a tranche of comment, test and doc typos
2013-10-04 Simon AtanasyanRevert r191947. The problem is not MIPS-specific and...
2013-10-04 Simon Atanasyan[Mips] For MIPS '-fPIC -static' means to compile as...
2013-06-05 Rafael EspindolaDefault to PIE and using stack protection on OpenBSD.
2013-04-09 Alexey SamsonovOne more follow-up to r179082 - parse PIC/PIE arguments...
2013-01-17 Peter CollingbourneDo not pass -pie flag to linker if -shared specified...
2012-11-19 Chandler CarruthCompletely re-work how the Clang driver interprets...
2012-11-13 Benjamin KramerThis patch makes the behavior of clang consistent with...
2012-10-15 Daniel DunbarUn-revert r164907 and r164902 (+ follow-ups), 10.6...
2012-10-15 Nico WeberRevert r164907 and r164902 (+ follow-ups). They broke...
2012-09-30 Bob WilsonSpecify a full target in an attempt to appease buildbots.
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-07 Roman DivackyAttempt to pacify Windows buildbots.
2012-09-07 Roman DivackyLink to crtend.S when PIE in the FreeBSD driver. Patch...
2012-04-08 Chandler CarruthTeach Clang about PIE compilations. This is the first...