Age | Commit message (Expand) | Author |
2014-11-10 | Disable -fgcse on vax at -O2, for it exposes code generation bugs (which might | Miod Vallat |
2014-11-10 | Make flag_gcse non-static. | Miod Vallat |
2014-10-12 | Recognize, and ignore, -fstack-shuffle, in gcc 3, so that it may be used in | Miod Vallat |
2014-07-21 | printf(9) and friends don't support the <number>$ flags, so gcc's | Philip Guenther |
2014-07-10 | Backport support for -Wframe-larger-than=N to base GCC | Matthew Dempsky |
2014-05-27 | Enable strong stack protector by default for GCC 3 architectures. | Martynas Venckus |
2014-05-08 | Recognize `t' as a valid format modifier for kprintf-style format strings. | Miod Vallat |
2014-05-07 | Match search_string_def() prototype change, forgotten in previous protector.[ch] | Miod Vallat |
2014-05-06 | Remove the ``addressable'' argument to search_string_def(). Turned out to be | Miod Vallat |
2014-04-12 | Bring back the fix in r1.16 of the gcc 2.95 version of protector.c - the code | Miod Vallat |
2014-01-24 | Catch SIGPIPE to clean up temp files | Philip Guenther |
2014-01-20 | Add strong stack protector mode for the original propolice in GCC3. | Martynas Venckus |
2014-01-18 | Fix the NAME section: | Ingo Schwarze |
2014-01-14 | Add wcstring attribute support for Wbounded. To be used for wchar.h | Martynas Venckus |
2014-01-13 | Enable Wbounded by default. Passing bound bigger than the buffer | Martynas Venckus |
2013-12-03 | Backport from gcc4 (mostly): make collect2 preserve ld's stdout and | Philip Guenther |
2013-09-05 | gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra | Miod Vallat |
2013-09-05 | Explicitely define USE_GAS for OpenBSD targets; the configure machinery in | Miod Vallat |
2013-08-07 | don't warn on missing newline at eof | Jonathan Gray |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2013-08-06 | One major difference between gcc 2.95 and gcc 3, is that the latter comes | Miod Vallat |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2013-07-11 | ELF configuration for gcc3 on vax. | Miod Vallat |
2013-07-04 | Add support for the GCC binary integer constants extension. | Jonathan Gray |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
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-08 | In block_move_sequence(), use emit_move_insn() instead of rolling our own | Miod Vallat |
2013-05-08 | Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler. | Miod Vallat |
2013-04-20 | Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC. | Miod Vallat |
2013-04-20 | remove dead code in print_operand() | Miod Vallat |
2013-04-18 | Use __guard_local as the stack protector canary symbol, as already done in | Miod Vallat |
2013-04-11 | Do not abuse -finhibit-size-directive to control tight code alignment: | Miod Vallat |
2013-02-12 | Reenable the stack protector code, the last varargs change fixed the issue. | Miod Vallat |
2013-02-08 | Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The new | Miod Vallat |
2013-02-08 | Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessary | Miod Vallat |
2013-02-06 | gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchain | Miod Vallat |
2013-02-06 | Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double) | Miod Vallat |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2013-01-30 | Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore the | Miod Vallat |
2013-01-28 | Use symbolic_address_p() instead of simply checking whether GET_CODE() is | Miod Vallat |
2013-01-27 | The removal of the wrapping of PIC symbol references in an UNSPEC vector | Miod Vallat |
2013-01-24 | Fix unused local and missing initializer warnings. | Miod Vallat |
2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. | Miod Vallat |
2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the | Miod Vallat |
2013-01-20 | Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to | Miod Vallat |
2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. | Brad Smith |
2013-01-15 | Bring back symbol visibility support. This had been done, then backed out, | Miod Vallat |