Age | Commit message (Expand) | Author | Files | Lines |
2008-08-30 | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 1 | -7/+7 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+36 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+3 |
2008-04-11 | re PR c/35744 (ICE attributes for invalid types) | Volker Reichelt | 1 | -0/+3 |
2008-02-26 | re PR c++/35315 (ICE with attribute transparent_union) | Jason Merrill | 1 | -1/+5 |
2007-09-22 | re PR c++/19407 (vector keyword in typedef inside template struct ignored) | Jason Merrill | 1 | -8/+15 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -7/+7 |
2007-07-27 | attribs.c: Include hashtab.h | Jan Hubicka | 1 | -16/+80 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2006-06-29 | re PR c++/26905 (default-visibility class symbol improperly resolved as hidde... | Jason Merrill | 1 | -0/+8 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -7/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-25 | common.opt (-Wattributes): New. | DJ Delorie | 1 | -3/+4 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -3/+3 |
2004-12-09 | re PR c/18282 (PR c/17384 patch causes regression from 3.4.2) | Richard Henderson | 1 | -7/+1 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -4/+4 |
2004-08-31 | attribs.c (strip_attrs): Remove. | Joseph Myers | 1 | -102/+0 |
2004-08-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreac... | Nathan Sidwell | 1 | -24/+23 |
2004-06-02 | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 1 | -1/+0 |
2004-04-30 | re PR c++/14587 (Multiple inheriance/DLL testcase (g++.dg/ext/dllexport-MI1.C... | Jason Merrill | 1 | -1/+20 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -2/+2 |
2003-08-20 | stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN... | Jason Merrill | 1 | -3/+26 |
2003-08-04 | c-common.c (flag_noniso_default_format_attributes): Delete. | Roger Sayle | 1 | -9/+1 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -12/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+0 |
2002-05-26 | alias.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -1153/+9 |
2002-04-18 | Plug memory leak in handle_vector_size_attribute | Bernd Schmidt | 1 | -8/+43 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -3/+4 |
2002-03-27 | Makefile.in (attribs.o): Update. | Neil Booth | 1 | -1/+2 |
2002-03-10 | * attribs.c (decl_attributes): Fix signed/unsigned warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-03-03 | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 1 | -19/+7 |
2002-03-02 | attribs.c (handle_alias_attribute): Don't call assemble_alias. | Richard Henderson | 1 | -3/+0 |
2002-02-26 | attribs.c (c_common_attribute_table): Add visibility. | Jakub Jelinek | 1 | -0/+48 |
2002-02-26 | dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors. | Aldy Hernandez | 1 | -4/+25 |
2002-02-25 | attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL. | Jason Merrill | 1 | -1/+3 |
2002-02-22 | attr-alwaysinline.c: New. | Aldy Hernandez | 1 | -0/+30 |
2002-01-17 | attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE if type_required a... | Richard Kenner | 1 | -1/+8 |
2002-01-12 | attribs.c (handle_deprecated_attribute): constify WHAT. | Graham Stott | 1 | -1/+1 |
2002-01-10 | Added __attribute__((deprecated)) patches. | Ira Ruben | 1 | -0/+65 |
2002-01-01 | attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;... | Richard Kenner | 1 | -10/+12 |
2001-12-14 | attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode... | Aldy Hernandez | 1 | -10/+5 |
2001-12-07 | extend.texi (Variable Attributes): Document vector_size. | Aldy Hernandez | 1 | -0/+139 |
2001-12-05 | attribs.c (handle_no_check_memory_usage_atribute): Deleted. | Richard Kenner | 1 | -37/+0 |
2001-11-04 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-18 | attribs.c (handle_noinline_attribute): New function. | Alexandre Oliva | 1 | -0/+53 |
2001-10-02 | attribs.c (decl_attributes): Possibly call insert_default_attributes to inser... | Joseph Myers | 1 | -1/+9 |
2001-09-22 | attribs.c: New file, from c-common.c. | Richard Kenner | 1 | -0/+1201 |