Age | Commit message (Expand) | Author | Files | Lines |
2006-01-18 | c-pragma.c (handle_pragma_diagnostic): New. | DJ Delorie | 1 | -1/+47 |
2006-01-12 | re PR libstdc++/24660 (versioning weak symbols in libstdc++) | Jason Merrill | 1 | -6/+10 |
2005-12-16 | target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New. | Jon Grimm | 1 | -2/+64 |
2005-12-05 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -5/+8 |
2005-11-09 | re PR other/4372 (#pragma weak pthread* inclusion causes applications to cras... | Alexandre Oliva | 1 | -0/+32 |
2005-10-12 | re PR c/24255 (__transparent_union__ mishandled) | Richard Henderson | 1 | -8/+0 |
2005-10-05 | re PR target/23809 (Misleading documentation for -mmmx/msse/...) | Billy Biggs | 1 | -0/+8 |
2005-08-22 | invoke.texi (Option Summary): Add ms1 options. | Aldy Hernandez | 1 | -1/+1 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -2/+2 |
2005-08-03 | contrib.texi: Mention crx. | Paul Woegerer | 1 | -1/+1 |
2005-08-01 | Add long_call attribute to mips port. | James E Wilson | 1 | -0/+8 |
2005-07-26 | extend.texi (Raw read/write Functions): New section. | Aldy Hernandez | 1 | -0/+22 |
2005-07-23 | mips-dsp.md: New file. | Chao-ying Fu | 1 | -0/+203 |
2005-07-20 | config.gcc: Add m32c-elf support. | DJ Delorie | 1 | -4/+20 |
2005-07-20 | bfin-protos.h (bfin_longcall_p): Declare. | Bernd Schmidt | 1 | -4/+4 |
2005-07-15 | c-common.c (handle_flatten_attribute): New function. | Richard Guenther | 1 | -1/+9 |
2005-07-12 | extend.texi (Blackfin Built-in Functions): New section. | Bernd Schmidt | 1 | -0/+15 |
2005-06-27 | builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6. | Jakub Jelinek | 1 | -0/+135 |
2005-06-24 | tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ... | Jan Hubicka | 1 | -1/+8 |
2005-06-16 | extend.texi: Document sseregparm target attribute. | Richard Guenther | 1 | -6/+15 |
2005-05-30 | re PR middle-end/21743 (Enable __builtin_clog) | Paolo Carlini | 1 | -15/+18 |
2005-05-10 | re PR other/21052 (Example does not compile in user docs, type attributes, pa... | Joseph Myers | 1 | -1/+1 |
2005-04-19 | builtins.c (expand_builtin_sync_operation): Revert last change. | Richard Henderson | 1 | -4/+3 |
2005-04-14 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 1 | -0/+128 |
2005-04-05 | bfin-modes.def: New file. | Bernd Schmidt | 1 | -9/+35 |
2005-04-03 | builtins.def (BUILT_IN_STPNCPY, [...]): New. | Kaveh R. Ghazi | 1 | -3/+8 |
2005-04-01 | cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attri... | Danny Smith | 1 | -0/+20 |
2005-03-30 | re PR c++/772 (Statement expressions issues) | Joseph Myers | 1 | -0/+23 |
2005-03-22 | extend.texi: Deprecate C++ min/max operators. | Mark Mitchell | 1 | -46/+5 |
2005-03-19 | extend.texi (__builtin_inf): Move statement about INFINITY to __builtin_inff. | Joseph Myers | 1 | -1/+1 |
2005-03-17 | extend.texi (Weak Pragmas): New section. | Richard Henderson | 1 | -2/+26 |
2005-03-08 | re PR c/14411 (Request for setjmp/longjmp attributes) | Alexey Neyman | 1 | -1/+12 |
2005-03-05 | c-tree.texi: Wrap comments in @r{}. | James A. Morrison | 1 | -8/+8 |
2005-02-25 | extend.texi (5.24 Declaring Attributes of Functions): Clarify that the altern... | Paolo Carlini | 1 | -0/+2 |
2005-02-20 | extend.texi (Function Attributes): The attribute "pure" is below this text, n... | Hans-Peter Nilsson | 1 | -1/+1 |
2005-02-09 | re PR middle-end/19402 (__builtin_powi? still missing) | Richard Guenther | 1 | -0/+18 |
2005-02-07 | extend.texi: Document deprecated extensions allowing static floating-point me... | Jonathan Wakely | 1 | -0/+10 |
2005-02-01 | * doc/extend.texi (Nested Functions): Update. | Joseph Myers | 1 | -3/+3 |
2005-01-31 | extend.texi (nested functions): Fix linkage description. | Dale Johannesen | 1 | -2/+2 |
2004-12-03 | extend.texi (AltiVec Builtins): Fix info about signedness. | Janis Johnson | 1 | -3/+4 |
2004-11-27 | linux.h: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-11-26 | re PR target/18510 (GCC should have instrinsics for SPARC VIS instructions) | James A. Morrison | 1 | -0/+40 |
2004-11-23 | sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion. | Daniel Jacobowitz | 1 | -1/+4 |
2004-11-05 | c-tree.texi, [...]: Correct end-of-sentence markup and markup of "etc.", "e.g... | Joseph Myers | 1 | -31/+31 |
2004-11-05 | c-tree.texi, [...]: Remove trailing whitespace. | Joseph Myers | 1 | -6/+6 |
2004-11-05 | arm.c (arm_handle_notshared_attribute): New function. | Mark Mitchell | 1 | -0/+23 |
2004-11-01 | re PR c++/18064 (gcc accepts different pointer types as covariant return types) | Nathan Sidwell | 1 | -0/+5 |
2004-10-28 | contrib.texi, [...]: Improve Texinfo formatting. | Joseph Myers | 1 | -3/+3 |
2004-10-19 | extend.texi (Extended Asm): Warn and provide example solution for using a cal... | Hans-Peter Nilsson | 1 | -0/+31 |
2004-10-18 | extend.texi (Attribute Syntax): Clarify details of attributes on parameters. | Joseph Myers | 1 | -0/+9 |