Age | Commit message (Expand) | Author |
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat |
2014-12-27 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Mark Kettenis |
2014-12-27 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Mark Kettenis |
2014-12-26 | Link -static -pie executables on powerpc with rcrt0.o instead of crt0.o | Kurt Miller |
2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Kurt Miller |
2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Mark Kettenis |
2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Mark Kettenis |
2014-12-22 | Link -static -pie executables with rcrt0.o instead of crt0.o such that they | Mark Kettenis |
2014-09-10 | Add cpuid.h from clang r197399 with additional feature bits, | Jonathan Gray |
2014-07-24 | Revert ssp-strong on arm. This has been exposing one or more bugs in GCC that | Pascal Stumpf |
2014-07-21 | printf(9) and friends don't support the <number>$ flags, so gcc's | Philip Guenther |
2014-07-11 | make the __cxa_call_terminate() proto match the definition | Jonathan Gray |
2014-07-10 | Backport support for -Wframe-larger-than=N to base GCC | Matthew Dempsky |
2014-06-23 | gcc4: emit warning when ignoring alignment constraints | Matthew Dempsky |
2014-05-06 | When the stack protector heuristics doesn't cover a function, leave | Martynas Venckus |
2014-05-06 | Introduce -fstack-shuffle, which randomizes local stack variables. | Martynas Venckus |
2014-05-01 | x86-64 ABI requires arrays greater than 16 bytes to be aligned to | Martynas Venckus |
2014-03-30 | Change the heuristics of -fstack-protector to select to protect | Martynas Venckus |
2014-03-27 | remove gets reference. ok espie | Ted Unangst |
2014-01-24 | Catch SIGPIPE to clean up temp files | Philip Guenther |
2014-01-14 | Add wcstring attribute support for Wbounded. To be used for wchar.h | Martynas Venckus |
2014-01-14 | Add a new option "-fstack-protector-strong" for GCC4. This includes | Martynas Venckus |
2014-01-13 | Enable Wbounded by default. Passing bound bigger than the buffer | Martynas Venckus |
2013-12-28 | Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf, | Martynas Venckus |
2013-12-11 | Revert the previous commit; this is not the right approach. | Mark Kettenis |
2013-12-11 | Stop the madness! Prevent GCC from inlining these unsafe functions: | Martynas Venckus |
2013-10-29 | Make gcc call collect2 on powerpc (instead of directly calling ld). | Jeremie Courreges-Anglas |
2013-10-29 | Revert previous, wrong M ... | Jeremie Courreges-Anglas |
2013-10-29 | Make gcc call collect2 on powerpc (instead of directly calling ld). | Jeremie Courreges-Anglas |
2013-08-07 | don't warn on missing newline at eof | Jonathan Gray |
2013-07-30 | Fix attribute((init_priority)) on sparc and sparc64. | Mark Kettenis |
2013-07-04 | Add support for the GCC binary integer constants extension. | Jonathan Gray |
2013-07-03 | add support for %td for ptrdiff_t in kernel printf | Stefan Fritsch |
2013-06-06 | Disable a broken optimization in try_combine(); GCC PR #34628. | Miod Vallat |
2013-06-04 | classify_integer(): test whether the value can be built using the `set' | Miod Vallat |
2013-06-04 | Add "length" attribute to "weird" class instructions of small length: user | Miod Vallat |
2013-05-18 | Replace strcpy() calls with strlcpy() to avoid triggering warnings when | Miod Vallat |
2013-05-09 | Define WINT_TYPE as well. | Miod Vallat |
2013-05-09 | Define LOCAL_ALIGNMENT as well. | Miod Vallat |
2013-05-08 | Backport fix for gcc PR target/31152: | Miod Vallat |
2013-05-08 | A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1. | Miod Vallat |
2013-04-04 | Add support for "d" floating-point suffix, as defined by draft N1312 | Martynas Venckus |
2013-02-03 | Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64 | Mark Kettenis |
2013-02-03 | Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 and | Mark Kettenis |
2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. | Brad Smith |
2012-12-31 | Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux. | Brad Smith |
2012-12-20 | Bring stack smashing protector for MIPS; enabled by default. | Martynas Venckus |
2012-12-20 | Bring stack smashing protector for Alpha; enabled by default. | Martynas Venckus |
2012-12-17 | Make the SH register spill failure for R0 workaround work again | Martynas Venckus |
2012-12-10 | Fix c-bounded when arrays are declared without the size expression. | Martynas Venckus |