| Age | Commit message (Expand) | Author |
| 2013-08-12 | Enable unwind tables by default. Assert the default in target-def.h to | joerg |
| 2013-04-08 | Fix "ashq" second argument sign extension (the assembler does not treat | martin |
| 2013-04-05 | Improve the output of gcc when a subprogram gets a signal. When OOMing | dholland |
| 2013-01-25 | Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Language | matt |
| 2013-01-17 | Apply GCC/35998 from FreeBSD http://svnweb.freebsd.org/changeset/base/245024 | christos |
| 2012-07-16 | Fix ffssi2 again. | matt |
| 2012-07-11 | Bugfix builtin ffs, fixes PR port-vax/46677, fix from Paul Koning. | ragge |
| 2012-02-05 | Use REG_P, CONST_INT_P, and gcc_unreachable. | matt |
| 2012-02-02 | Handle another case the new gcc_assert(0) caught. | matt |
| 2012-02-02 | Fix a bug in movmemsi in which couldn't handle sym(reg) expressions properly. | matt |
| 2011-11-07 | Remove pattern for arith_adjacentmem in arm.md, thus fixing | is |
| 2011-06-11 | If we are compiling -msoft-float, define _SOFT_FLOAT | matt |
| 2011-06-07 | Pull following m68k softfloat fixes from upstream: | tsutsui |
| 2011-06-06 | Pull the following revision from upstream to provide __unordsf2() and | tsutsui |
| 2011-05-19 | Add missing prototype for __cmpdf2 | christos |
| 2011-05-08 | Add a no_stack_protector function attribute to localize the effect | christos |
| 2011-04-15 | Move the headers for compiler and platform specific intrinsincs from | joerg |
| 2011-04-10 | Add back a stylish new line. | joerg |
| 2011-04-10 | Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4 | joerg |
| 2011-04-10 | Don't install limits.h. | joerg |
| 2011-03-24 | Don't install stddef.h and friends, they don't work as intended without | joerg |
| 2011-03-12 | Define HAVE_AS_TLS until our build tools figure out how to do it. | matt |
| 2011-03-10 | Look for TLS on hppa on netbsd. | skrll |
| 2011-02-25 | Explicitly make sure TARGET_SECURE_PLT is defined correctly rather than | matt |
| 2011-02-10 | Default NetBSD to -msecure-plt now. | matt |
| 2011-01-23 | Default mips64 to softfloat. | matt |
| 2011-01-18 | Enable E500 (mpc85xx) support in GCC. | matt |
| 2011-01-17 | Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this | matt |
| 2010-12-22 | Emit DWARF relocation in its expected form | matt |
| 2010-12-16 | Observe the following spelling: | wiz |
| 2010-11-25 | Don't create weird notes section in hppa binaries. | skrll |
| 2010-11-10 | Update pa-netbsd.h to match pa-linux.h where it should. That is, remove | skrll |
| 2010-07-27 | Don't use/rely on a constraint. Move the constraint predicate | matt |
| 2010-07-27 | Only allow jbls/jblc x(r) iff (x & 3) == 0 | matt |
| 2010-07-19 | PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCC | jnemeth |
| 2010-05-08 | don't use the __{BIG,LITTLE}_ENDIAN__ test on NetBSD. it doesn't give | mrg |
| 2010-05-06 | make the stdc++ headers usable for clang++. clang wants that __weakref__ | drochner |
| 2010-03-27 | don't include linux unwind support. we don't do this on 32 bit ppc, | mrg |
| 2009-12-14 | Merge gcc mips64 support from matt-nb5-mips64. | matt |
| 2009-11-11 | Add the -iremap option to gcc(1) and cpp(1). This option specifies a | joerg |
| 2009-10-01 | If TARGET_FLOAT_FORMAT is not IEEE_FLOAT_FORMAT (i.e. we have no NaNs), | martin |
| 2009-08-16 | Use += in previous so the flags from config/t-netbsd aren't lost. | skrll |
| 2009-08-16 | Pull in a hunk from t-linux64 for compile flags for CRTSTUFF | matt |
| 2009-08-12 | Merge most of the builtin_defines from Linux since they are far superior | matt |
| 2009-04-30 | Sort sourcefile after all other options. | joerg |
| 2009-04-29 | Include option as item for -Wp description to match the rest of the | joerg |
| 2009-04-29 | Fix markup for -fdiagnostics-show-options. Don't split @code{} over | joerg |
| 2008-11-20 | Applied a patch from Roman Zippel to fix jump table addressing in the M68k | phx |
| 2008-11-13 | Reverted my last modification, because it included GPLv3 code. Sorry. | phx |
| 2008-11-12 | Fixed jump table bugs (e.g. detected when compiling lang/php5 for m68k). | phx |