]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/attribs.c
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / attribs.c
2009-11-25  H.J. LuRemove trailing white spaces.
2009-06-01  Ian Lance Taylorattribs.c (register_attribute): Use CONST_CAST.
2009-05-14  Taras GlekCorrect formatting errors commited in rev 147516
2009-05-14  Taras Glek2009-05-13 Taras Glek <tglek@mozilla.com>
2009-05-04  Joseph Myersattribs.c (decl_attributes): Use %qE for identifiers...
2009-05-02  Steven Bosschervarasm.c: Do not include c-pragma.h
2009-02-20  Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-08-30  Michael MeissnerChange attribute((option(...))) to attribute((target...
2008-07-23  Michael MeissnerAdd ability to set target options (ix86 only) and optim...
2008-06-26  Kaveh R. Ghazialias.c (record_alias_subset, [...]): Fix -Wc++-compat...
2008-04-11  Volker Reicheltre PR c/35744 (ICE attributes for invalid types)
2008-02-26  Jason Merrillre PR c++/35315 (ICE with attribute transparent_union)
2007-09-23  Jason Merrillre PR c++/19407 (vector keyword in typedef inside templ...
2007-07-29  Kaveh R. Ghaziattribs.c (hash_attr, [...]): Constify.
2007-07-27  Jan Hubickaattribs.c: Include hashtab.h
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2006-06-30  Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-05-18  Mike StumpWhitespace fixups
2005-06-25  Kelley CookUpdate FSF address.
2005-05-25  DJ Deloriecommon.opt (-Wattributes): New.
2005-04-28  Kazu Hirataattribs.c, [...]: Update copyright.
2005-04-23  DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2004-12-09  Richard Hendersonre PR c/18282 (PR c/17384 patch causes regression from...
2004-09-15  Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-08-31  Joseph Myersattribs.c (strip_attrs): Remove.
2004-08-30  Nathan Sidwellalias.c (mems_in_disjoint_alias_sets_p, [...]): Use...
2004-06-02  Jerry QuinnMakefile.in (EXPR_H): Add insn-config.h...
2004-04-30  Jason Merrillre PR c++/14587 (Multiple inheriance/DLL testcase ...
2004-03-20  Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2003-08-20  Jason Merrillstor-layout.c (do_type_align): Only copy DECL_USER_ALIG...
2003-08-04  Roger Saylec-common.c (flag_noniso_default_format_attributes)...
2003-06-15  Andreas Jaegeralloc-pool.c: Convert to ISO C90 prototypes.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-08-05  Geoffrey KeatingIndex: ChangeLog
2002-05-26  Kazu Hirataalias.c: Fix formatting.
2002-04-24  Neil Boothattribs.c (c_common_attribute_table): Move table and...
2002-04-18  Bernd SchmidtPlug memory leak in handle_vector_size_attribute
2002-03-29  Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-27  Neil BoothMakefile.in (attribs.o): Update.
2002-03-10  Kaveh R. Ghazi* attribs.c (decl_attributes): Fix signed/unsigned...
2002-03-03  Kaveh R. Ghaziattribs.c (init_attributes, [...]): Use ARRAY_SIZE...
2002-03-03  Richard Hendersonattribs.c (handle_alias_attribute): Don't call assemble...
2002-02-26  Jakub Jelinekattribs.c (c_common_attribute_table): Add visibility.
2002-02-26  Aldy Hernandezdwarf2out.c (modified_type_die): Do not call type_main_...
2002-02-25  Jason Merrillattribs.c (decl_attributes): Also re-layout PARM_DECL...
2002-02-22  Aldy Hernandezattr-alwaysinline.c: New.
2002-01-17  Richard Kennerattribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PL...
2002-01-12  Graham Stottattribs.c (handle_deprecated_attribute): constify WHAT.
2002-01-10  Ira RubenAdded __attribute__((deprecated)) patches.
2002-01-01  Richard Kennerattribs.c (handle_vector_size_attribute): Use host_inte...
2001-12-14  Aldy Hernandezattribs.c (c_common_attribute_table): Swap decl_req...
2001-12-07  Aldy Hernandezextend.texi (Variable Attributes): Document vector_size.
2001-12-05  Richard Kennerattribs.c (handle_no_check_memory_usage_atribute):...
2001-11-04  Joseph MyersChangeLog.2, [...]: Fix spelling errors.
2001-10-18  Alexandre Olivaattribs.c (handle_noinline_attribute): New function.
2001-10-02  Joseph Myersattribs.c (decl_attributes): Possibly call insert_defau...
2001-09-22  Richard Kennerattribs.c: New file, from c-common.c.