summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-1/+1
* * c-decl.c (c_expand_deferred_function): Only call c_expand_bodyjakub2001-11-211-2/+7
* * c-decl.c (c_decode_option): Give deprecation warning forjsm282001-11-181-0/+1
* * c-common.c (struct disabled_builtin, disabled_builtins,jsm282001-11-181-0/+2
* * c-common.c: Include c-lex.h.neil2001-11-151-1/+4
* * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.hubicka2001-11-141-2/+5
* * Makefile.in (c-lang.o): Depend on $(VARRAY_H).aoliva2001-11-121-6/+28
* * Makefile.in: Update.neil2001-11-091-19/+1
* * c-decl.c (pushdecl): Remove file and line.neil2001-11-071-8/+0
* * c-decl.c (delete_block): Remove.neil2001-11-051-24/+0
* * c-decl.c (pushdecl): Move block inside if conditional to removeneil2001-11-031-7/+10
* 2001-10-30 Paolo Bonzini <bonzini@gnu.org>jsm282001-10-301-13/+33
* * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,jsm282001-10-291-2/+2
* * c-decl.c (finish_decl): Don't add DECL_STMTs for nested functionjakub2001-10-241-1/+2
* * c-common.c (warn_div_by_zero): New.neil2001-10-231-0/+4
* * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.hubicka2001-10-201-0/+4
* * attribs.c (handle_noinline_attribute): New function.aoliva2001-10-181-2/+53
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-61/+61
* * calls.c: Fix formatting.kazu2001-10-101-3/+3
* * c-decl.c (grokfield): Make sure the only unnamed fieldsdj2001-10-081-0/+12
* * c-common.h (struct c_lang_decl): Add declared_inline.rth2001-10-081-16/+40
* config:jsm282001-10-071-1/+1
* * Makefile.in (c-decl.o): Depend on tree-inline.h.aoliva2001-10-051-3/+21
* * c-common.c (c_format_attribute_table): Make format andjsm282001-10-021-0/+4
* * attribs.c (decl_attributes): Possibly calljsm282001-10-021-4/+19
* Table-driven attributes.jsm282001-09-211-9/+42
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+1
* * c-decl.c (c_decode_option): Skip '-f' prefix before callingdnovillo2001-08-311-1/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* Move constructor/destructor handling into target hooks.rth2001-08-091-12/+8
* * varasm.c (assemble_constructor): Take a symbol_ref and arth2001-08-071-3/+5
* * alias.c: Fix comment formatting.kazu2001-08-011-1/+1
* * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.neil2001-07-191-1/+2
* * c-common.c (decl_attributes): Take a pointer to the node tojsm282001-07-131-7/+7
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-143/+0
* * target.h (struct gcc_target): Add insert_attributes.jsm282001-07-081-8/+0
* * c-common.c (decl_attributes): Only take a single attributesjsm282001-07-081-11/+10
* * target.h (targetm): Rename global from "target", so as not toshebs2001-07-071-1/+1
* * Makefile.in (TARGET_H, TARGET_DEF_H): New.neil2001-06-261-1/+2
* * c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.ghazi2001-06-121-2/+1
* * c-decl.c (store_parm_decls): When comparing types in anjsm282001-06-111-3/+5
* * c-decl.c (xref_tag): Don't return previous tags of wrong type.jsm282001-06-111-5/+12
* * c-decl.c (grokdeclarator): Make the TREE_TYPE for declarationsmmitchel2001-06-081-2/+8
* * c-semantics.c (genrtl_scope_stmt): Write out nested inlinemmitchel2001-06-061-13/+2
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-9/+2
* * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel2001-06-051-5/+28
* * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.danglin2001-06-041-4/+2
* * c-decl.c (init_decl_processing):neil2001-05-271-2/+0
* * builtins.def: Encode additional information, such as names andmmitchel2001-05-251-30/+0
* * c-parse.in (array_declarator): New. Handle C99 constructs.jsm282001-05-251-0/+114