Age | Commit message (Expand) | Author |
2015-09-15 | Make the famous _S_debug_messages warning go away, by hidining that symbol. | Vadim Zhukov |
2015-09-10 | Makde gcc handle __stack_smash_handler similarly to memcpy and memset when | Philip Guenther |
2015-07-27 | Implement support for __builtin_complex() to construct complex values, | Martynas Venckus |
2015-07-19 | Add the documentation of -Wbounded and attribute(bounded) from gcc-local(1) | Miod Vallat |
2015-07-03 | Link static pie binaries against rcrt0.o | Miod Vallat |
2015-06-18 | Fix stack shuffle such that sj includes si and the last element actually | Martynas Venckus |
2015-06-15 | Don't error out when an existing typedef is redefined with the same definition; | Miod Vallat |
2015-06-03 | Actually commit the bits that make the compiler emit visibility information | Mark Kettenis |
2015-05-18 | Make the compiler emit visibility information for (undefined) references with | Mark Kettenis |
2015-04-02 | Change gcc and ld semantics to make static PIE the default when invoking | Pascal Stumpf |
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 |