aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-0/+80
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-22/+23
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-36/+36
2001-07-13c-common.c (decl_attributes): Take a pointer to the node to which attributes ...Joseph Myers1-14/+22
2001-07-10target.h (struct gcc_target): New fields init_builtins and expand_builtin.Stan Shebs1-1/+1
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-11/+2
2001-07-08c-common.c (decl_attributes): Only take a single attributes parameter.Joseph Myers1-10/+6
2001-07-01c-common.c (decl_attributes, [...]): Don't call layout_decl for FIELD_DECL.Richard Kenner1-1/+2
2001-06-22re PR c/3259 (({ }) and -Wall)Joseph Myers1-0/+5
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-5/+0
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-571/+169
2001-05-21fix commentJason Merrill1-1/+1
2001-05-11c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth1-0/+33
2001-05-10c-common.c (combine_strings): Widen strings in a host-endian-independent way.DJ Delorie1-5/+12
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-45/+45
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-2/+32
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-23/+173
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+5
2001-02-27c-common.c (walk_stmt_tree): Visit the chain of the current tree even if walk...Diego Novillo1-13/+13
2001-02-16fix comment typoJason Merrill1-1/+1
2001-02-12c-common.c (constant_fits_type_p): New function.Jakub Jelinek1-1/+16
2001-02-10Doc and warning fixes.Anthony Green1-1/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-13c-common.c: Move format checking code to ...Joseph Myers1-2453/+4
2001-01-09c-common.c (enum format_type): Add format_type_error.Joseph Myers1-13/+34
2001-01-07builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi1-1/+103
2001-01-07c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.Joseph Myers1-1/+3
2001-01-05builtins.def (BUILT_IN_CONJ, [...]): Define.Joseph Myers1-0/+73
2001-01-05VECTOR_TYPE fixes for aliasing, and dwarf2 output.Daniel Berlin1-1/+5
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-0/+158
2001-01-03c-common.c (c_common_lang_init): New function.Joseph Myers1-0/+23
2001-01-02update copyrightsKaveh Ghazi1-1/+1
2001-01-02c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __buil...Kaveh R. Ghazi1-12/+34
2000-12-28c-common.c (enum format_type): Add strfmon_format_type.Joseph Myers1-49/+137
2000-12-23builtins.def (BUILT_IN_LABS, [...]): Don't define.Joseph Myers1-6/+3
2000-12-23c-common.c (builtin_function_2): New function.Joseph Myers1-213/+208
2000-12-20c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson1-2/+2
2000-12-18c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers1-20/+26
2000-12-17c-common.c (c_common_nodes_and_builtins): Create a cstring_endlink, use it.Kaveh R. Ghazi1-58/+36
2000-12-09c-common.c (check_function_format): Don't suggest adding format attributes to...Joseph Myers1-2/+19
2000-12-07c-common.c (warn_format_security): New variable.Joseph Myers1-2/+9
2000-12-07c-common.c (check_format_info): Warn for non-constant format strings with str...Joseph Myers1-2/+23
2000-12-07c-common.c (format_wanted_type): Add reading_from_flag.Joseph Myers1-15/+38
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-1/+1
2000-12-03builtins.c (expand_builtin_strcat, [...]): New functions.Kaveh R. Ghazi1-9/+35
2000-12-02c-common.c (combine_strings): When the ISO C standard specifies the maximum l...Geoffrey Keating1-2/+2
2000-12-02Make alpha build again.Bernd Schmidt1-0/+4
2000-12-01c-common.c (warn_format, [...]): Define.Joseph Myers1-18/+48
2000-12-01builtins.def (BUILT_IN_IMAXABS): Add.Joseph Myers1-2/+15