| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR target/44290 (__naked attribute is broken) | Jie Zhang | 2010-07-23 | 1 | -0/+13 |
* | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 2010-07-08 | 1 | -2/+1 |
* | attribs.c: Do not include rtl.h. | Steven Bosscher | 2010-05-25 | 1 | -1/+0 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | re PR c++/43116 (ICE when using attributes in a function alias declaration) | Michael Matz | 2010-03-19 | 1 | -0/+4 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | attribs.c (register_attribute): Use CONST_CAST. | Ian Lance Taylor | 2009-06-01 | 1 | -6/+6 |
* | Correct formatting errors commited in rev 147516 | Taras Glek | 2009-05-14 | 1 | -10/+10 |
* | 2009-05-13 Taras Glek <tglek@mozilla.com> | Taras Glek | 2009-05-14 | 1 | -5/+15 |
* | attribs.c (decl_attributes): Use %qE for identifiers in diagnostics. | Joseph Myers | 2009-05-05 | 1 | -8/+8 |
* | varasm.c: Do not include c-pragma.h | Steven Bosscher | 2009-05-02 | 1 | -1/+0 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 2008-08-30 | 1 | -7/+7 |
* | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 2008-07-23 | 1 | -0/+36 |
* | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2008-06-26 | 1 | -2/+3 |
* | re PR c/35744 (ICE attributes for invalid types) | Volker Reichelt | 2008-04-11 | 1 | -0/+3 |
* | re PR c++/35315 (ICE with attribute transparent_union) | Jason Merrill | 2008-02-26 | 1 | -1/+5 |
* | re PR c++/19407 (vector keyword in typedef inside template struct ignored) | Jason Merrill | 2007-09-22 | 1 | -8/+15 |
* | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 2007-07-29 | 1 | -7/+7 |
* | attribs.c: Include hashtab.h | Jan Hubicka | 2007-07-27 | 1 | -16/+80 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | re PR c++/26905 (default-visibility class symbol improperly resolved as hidde... | Jason Merrill | 2006-06-29 | 1 | -0/+8 |
* | Whitespace fixups | Mike Stump | 2006-05-18 | 1 | -7/+7 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | common.opt (-Wattributes): New. | DJ Delorie | 2005-05-25 | 1 | -3/+4 |
* | attribs.c, [...]: Update copyright. | Kazu Hirata | 2005-04-28 | 1 | -1/+1 |
* | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 2005-04-23 | 1 | -3/+3 |
* | re PR c/18282 (PR c/17384 patch causes regression from 3.4.2) | Richard Henderson | 2004-12-09 | 1 | -7/+1 |
* | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 2004-09-15 | 1 | -4/+4 |
* | attribs.c (strip_attrs): Remove. | Joseph Myers | 2004-08-31 | 1 | -102/+0 |
* | alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac... | Nathan Sidwell | 2004-08-30 | 1 | -24/+23 |
* | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 2004-06-02 | 1 | -1/+0 |
* | re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C... | Jason Merrill | 2004-04-30 | 1 | -1/+20 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -2/+2 |
* | stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN... | Jason Merrill | 2003-08-20 | 1 | -3/+26 |
* | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 2003-08-04 | 1 | -9/+1 |
* | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 2003-06-15 | 1 | -12/+6 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | Index: ChangeLog | Geoffrey Keating | 2002-08-05 | 1 | -1/+0 |
* | alias.c: Fix formatting. | Kazu Hirata | 2002-05-26 | 1 | -1/+1 |
* | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 2002-04-24 | 1 | -1153/+9 |
* | Plug memory leak in handle_vector_size_attribute | Bernd Schmidt | 2002-04-18 | 1 | -8/+43 |
* | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2002-03-29 | 1 | -3/+4 |
* | Makefile.in (attribs.o): Update. | Neil Booth | 2002-03-27 | 1 | -1/+2 |
* | * attribs.c (decl_attributes): Fix signed/unsigned warning. | Kaveh R. Ghazi | 2002-03-10 | 1 | -1/+1 |
* | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 2002-03-03 | 1 | -19/+7 |
* | attribs.c (handle_alias_attribute): Don't call assemble_alias. | Richard Henderson | 2002-03-02 | 1 | -3/+0 |
* | attribs.c (c_common_attribute_table): Add visibility. | Jakub Jelinek | 2002-02-26 | 1 | -0/+48 |
* | dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors. | Aldy Hernandez | 2002-02-26 | 1 | -4/+25 |
* | attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL. | Jason Merrill | 2002-02-25 | 1 | -1/+3 |