Age | Commit message (Expand) | Author |
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 |
2012-12-10 | Fix unaligned memory loads on Alpha. GCC used to generate them in | Martynas Venckus |
2012-10-23 | Define __PIE__ and __pie__ when compiling PIE code, just like newer versions | Mark Kettenis |
2012-10-06 | Our system headers are supposed to be C++-aware these days so stop GCC from | Mark Kettenis |
2012-09-01 | Bounds check before addressing call_used_regs[], avoids segfaults in | Miod Vallat |
2012-08-31 | Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when | Pascal Stumpf |
2012-08-31 | Switch GCC to use __guard_local instead of __guard. This allows GCC | Matthew Dempsky |
2012-08-31 | Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means | Mark Kettenis |
2012-08-30 | On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. | Pascal Stumpf |
2012-08-29 | Our _mcount doesn't use profile counters. Partially fixes profiling on hppa | Mark Kettenis |
2012-08-28 | Add support for PIE-by-default in both ld and gcc. This is a completely | Pascal Stumpf |
2012-08-24 | Back out the bit that links all shared libraries against -lc from the previous | Mark Kettenis |
2012-08-15 | A couple small but long anticipated changes: | Matthew Dempsky |
2012-08-05 | We typedef intmax_t/uintmax_t to be long long/unsigned long long, | Philip Guenthe |
2012-06-20 | Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and | Matthew Dempsky |
2012-05-30 | silence warning, as noticed with eric and landry | Marc Espie |
2012-05-30 | Avoid errors with g++ -pedantic by removing throw() from the redeclaration of | Pascal Stumpf |
2012-05-10 | fix warning. Reminded by landry@, I plain forgot to commit. This has been tested | Marc Espie |
2012-04-17 | Do not disable the stack protector by default anymore. | Miod Vallat |
2012-04-15 | Use the proper symbol name for __guard in the workaround for the | Miod Vallat |
2012-04-12 | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace | Kurt Miller |
2012-04-12 | backout gcc revision 112331 "optimized integer divide for SH4" | Jonathan Gray |
2012-04-02 | In r1.2, instead of making -fno-ident the default, its semantics have been | Pascal Stumpf |