| Age | Commit message (Expand) | Author |
| 2014-01-20 | fix some inlines to make compilable with later versions of gcc | christos |
| 2013-08-12 | Enable unwind tables by default. Assert the default in target-def.h to | joerg |
| 2013-04-26 | Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly. | joerg |
| 2013-04-13 | Extend ctype classification table to 16bit. Based on patch by | 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-03-02 | Fix template lookup. | joerg |
| 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-11-24 | Teach gcc4.1's cpp about the magic __COUNTER__ macro, | apb |
| 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 |
| 2012-01-06 | Don't use dangling elses. | joerg |
| 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-25 | Don't define explicit instantiation as inline. | joerg |
| 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-02-05 | Explicitly use template to allow building with the more strict | joerg |
| 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-12-14 | Prefix ctype bitmask macros with _CTYPE | joerg |
| 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 |
| 2010-03-01 | Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99 | joerg |
| 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 |