aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-26alias.c: Fix formatting.Kazu Hirata1-1/+1
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-1153/+9
2002-04-18Plug memory leak in handle_vector_size_attributeBernd Schmidt1-8/+43
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-3/+4
2002-03-27Makefile.in (attribs.o): Update.Neil Booth1-1/+2
2002-03-10* attribs.c (decl_attributes): Fix signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-19/+7
2002-03-02attribs.c (handle_alias_attribute): Don't call assemble_alias.Richard Henderson1-3/+0
2002-02-26attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek1-0/+48
2002-02-26dwarf2out.c (modified_type_die): Do not call type_main_variant for vectors.Aldy Hernandez1-4/+25
2002-02-25attribs.c (decl_attributes): Also re-layout PARM_DECL and RESULT_DECL.Jason Merrill1-1/+3
2002-02-22attr-alwaysinline.c: New.Aldy Hernandez1-0/+30
2002-01-17attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE if type_required a...Richard Kenner1-1/+8
2002-01-12attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott1-1/+1
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+65
2002-01-01attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner1-10/+12
2001-12-14attribs.c (c_common_attribute_table): Swap decl_req and type_req for the mode...Aldy Hernandez1-10/+5
2001-12-07extend.texi (Variable Attributes): Document vector_size.Aldy Hernandez1-0/+139
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-37/+0
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-18attribs.c (handle_noinline_attribute): New function.Alexandre Oliva1-0/+53
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-1/+9
2001-09-22attribs.c: New file, from c-common.c.Richard Kenner1-0/+1201