Age | Commit message (Expand) | Author |
2016-06-02 | Fix internal compiler error with long long arithmetic | David Coppa |
2016-05-05 | Add support for named initializers for anonymous structs/unions. This is a | Mark Kettenis |
2016-03-30 | Fix optimization for alphas without the ``precise arithmetic trap'' extension | Andrew Fresh |
2016-03-24 | Change the default gcc arm arch target from strongarm (armv4) to | Jonathan Gray |
2016-02-28 | In emit_insxl() force the first operand of the insbl or inswl pattern | Jonathan Gray |
2016-02-21 | In alpha_expand_block_clear(), cope with the offset being negative; | Theo de Raadt |
2016-01-14 | fix typo | mmcc |
2015-12-26 | Fix branch delay slots. Found while making test builds of ports. | Visa Hankala |
2015-12-18 | Add library-based __sync functions for mips64. | Visa Hankala |
2015-12-17 | Implement a memory barrier for mips. Basically this makes __sync_synchronize() | Mark Kettenis |
2015-12-01 | Fix __sync_val_compare_and_swap_8() on i386 for code compiled with -fPIC. | Mark Kettenis |
2015-11-14 | pledge 'stdio rpath wpath cpath", since that is all large program does. | Theo de Raadt |
2015-11-13 | Both gcc & collect2 can pledge "stdio rpath wpath cpath proc exec". | Theo de Raadt |
2015-11-11 | update NAME; | Jason McIntyre |
2015-10-07 | Correct handling of enum attributes with g++ | Jonathan Gray |
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 |