summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (c_format_attribute_table): Make format andjsm282001-10-021-5/+14
* * attribs.c (decl_attributes): Possibly calljsm282001-10-021-12/+94
* Add support for 3Dnow builtinsbernds2001-09-281-0/+2
* * c-common.c (format_attribute_table): Remove decl.kenner2001-09-221-2/+0
* * attribs.c: New file, from c-common.c.kenner2001-09-221-1145/+15
* Whitespace changeskenner2001-09-211-23/+65
* Table-driven attributes.jsm282001-09-211-433/+910
* * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.rth2001-09-151-1/+2
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+1
* * c-common.c (split_specs_attrs): Allow for empty attributes withjsm282001-09-111-1/+3
* * c-common.c (signed_or_unsigned_type): Handle machine mode typesrth2001-09-071-0/+14
* * c-common.c (c_alignof, c_alignof_expr): Move here...jason2001-08-241-0/+80
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * target.h (gcc_target): Add asm_out.named_section,rth2001-08-041-22/+23
* * alias.c: Fix comment formatting.kazu2001-08-011-36/+36
* * c-common.c (decl_attributes): Take a pointer to the node tojsm282001-07-131-14/+22
* * target.h (struct gcc_target): New fields init_builtins andshebs2001-07-101-1/+1
* * target.h (struct gcc_target): Add insert_attributes.jsm282001-07-081-11/+2
* * c-common.c (decl_attributes): Only take a single attributesjsm282001-07-081-10/+6
* * c-common.c (decl_attributes, case A_MODE): Don't call layout_declkenner2001-07-011-1/+2
* * c-common.c (verify_tree): Check for x being NULL.jsm282001-06-221-0/+5
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-5/+0
* * builtins.def: Encode additional information, such as names andmmitchel2001-05-251-571/+169
* fix commentjason2001-05-211-1/+1
* * c-common.c (finish_label_expr): New function, lifted fromneil2001-05-111-0/+33
* * c-common.c (combine_strings): Widen strings in adj2001-05-101-5/+12
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-45/+45
* * c-common.c (c_promoting_integer_type_p): New function, from therth2001-04-301-2/+32
* gcc:nathan2001-04-241-23/+173
* IA-64 ABI Exception Handling.rth2001-03-281-0/+5
* 2001-02-27 Diego Novillo <dnovillo@redhat.com>dnovillo2001-02-281-13/+13
* fix comment typojason2001-02-161-1/+1
* * c-common.c (constant_fits_type_p): New function.jakub2001-02-121-1/+16
* Doc and warning fixes.green2001-02-101-1/+1
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * c-common.c: Move format checking code to ...jsm282001-01-131-2453/+4
* * c-common.c (enum format_type): Add format_type_error.jsm282001-01-091-13/+34
* * builtins.def (BUILT_IN_FPRINTF): New entry.ghazi2001-01-071-1/+103
* * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.jsm282001-01-071-1/+3
* * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):jsm282001-01-051-0/+73
* VECTOR_TYPE fixes for aliasing, and dwarf2 output.dberlin2001-01-051-1/+5
* * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.jsm282001-01-041-0/+158
* * c-common.c (c_common_lang_init): New function. Warn if formatjsm282001-01-031-0/+23
* update copyrightsghazi2001-01-021-1/+1
* * c-common.c (c_common_nodes_and_builtins): Set prototypeghazi2001-01-021-12/+34
* * c-common.c (enum format_type): Add strfmon_format_type.jsm282000-12-281-49/+137
* * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):jsm282000-12-231-6/+3
* * c-common.c (builtin_function_2): New function.jsm282000-12-231-213/+208
* * c-typeck.c (build_asm_stmt): New, broken out from ...rth2000-12-201-2/+2
* * c-common.c (STD_C9L, ADJ_STD): Define.jsm282000-12-181-20/+26