Age | Commit message (Expand) | Author |
2024-03-29 | No longer build the objective-C compiler (cc1obj). Its standard library | Miod Vallat |
2023-10-29 | Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. | Todd C. Miller |
2023-10-28 | Back out change to make the default -std=gnu99 for now. | Todd C. Miller |
2023-10-26 | Fix a typo spotted by miod@. | Todd C. Miller |
2023-10-26 | Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. | Todd C. Miller |
2023-02-01 | Despite only testing the low-order bit of its operand, the blbc and blbs | Miod Vallat |
2023-02-01 | Backport gnu/gcc/gcc/c-typeck.c r1.3 to the gcc 3 code base: | Miod Vallat |
2017-10-29 | Unify protoize.1 install process on gcc3 arch (luna88k). | Kenji Aoyama |
2017-08-16 | have -Wno-* work the same on gcc3 as well. | Marc Espie |
2017-07-28 | Implement -Oz as an alias for -Os here as well. | Mark Kettenis |
2017-07-11 | protoize.1 isn't generated, so don't list it as a target, because it | Marc Espie |
2017-07-04 | complete "nodepend" in source | Marc Espie |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-01-24 | Prevent too much reordering in the instruction prologue, in order to fulfill | Miod Vallat |
1999-05-26 | So long, and thanks for all the bugs. | Marc Espie |
1998-03-08 | update to gcc 2.8.1 | Todd C. Miller |
1998-03-03 | GCC 2.8.0 merge | Niklas Hallqvist |
1996-08-15 | Merge of GCC 2.7.2.1 | Niklas Hallqvist |
1995-12-20 | FSF GCC version 2.7.2 | Niklas Hallqvist |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-08 | Revert 1.2 and 1.3 in order to go back to the default upstream behaviour | Miod Vallat |
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 |