summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.h (mark_tree_hashtable): New function.mmitchel2000-11-271-0/+24
* * c-common.c (c_unsafe_for_reeval): New function.rth2000-11-211-1/+9
* * c-decl.c (grokdeclarator): Support flexible array members.rth2000-11-191-1/+3
* * c-decl.c (grokdeclarator): Special case the creation of anrth2000-11-191-18/+3
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-19/+1
* * stringpool.c: New file.zack2000-11-171-139/+1
* 2000-11-13 Andrew Haley <aph@redhat.com>aph2000-11-151-0/+20
* * tree.c (get_unwidened): Use host_integerp and tree_low_cst.kenner2000-11-141-17/+27
* * tree.c (build_common_tree_nodes_2): Make va_list_type_node be ajsm282000-11-071-1/+1
* * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cjsm282000-11-031-6/+6
* * tree.c (make_node, case 't'): Set alignment to that ofnathan2000-10-261-1/+1
* * expr.c (do_preexpand_calls): Remove.mmitchel2000-10-231-6/+0
* * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P onkenner2000-10-201-15/+44
* Remove obstacks.mmitchel2000-10-131-796/+10
* * tree.c (get_narrower): Don't look at precision of field ifkenner2000-10-111-4/+5
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi2000-10-061-4/+0
* * tree.c (tree_size): New function split out of copy_node.geoffk2000-10-061-139/+78
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf): Newghazi2000-09-191-0/+4
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-1/+5
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-32/+1
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-0/+15
* top level:zack2000-08-291-1/+1
* * tree.c: Fix formatting.law2000-08-291-100/+103
* 2000-08-28 Daniel Berlin <dberlin@redhat.com>jason2000-08-291-13/+21
* 2000-08-04 Andreas Schwab <schwab@suse.de>zack2000-08-051-19/+0
* Warning fixes:ghazi2000-07-121-0/+1
* Vector support: type node creation & debugging supportcrux2000-06-251-0/+51
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-0/+5
* toplevel:zack2000-06-091-18/+14
* Fix DWARF2 64-bit enum debugging support, for debugging IA-64 emacs bugs.wilson2000-06-081-1/+3
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-36/+0
* * tree.h (TREE_CODE_LENGTH): New macro.kenner2000-05-271-16/+16
* * alias.c (record_component_aliases): New function.kenner2000-05-221-2/+7
* * tree.c (build_common_tree_nodes): Do not build TI nodes unlesslaw2000-05-181-0/+4
* top level:zack2000-05-091-19/+14
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-2/+3
* * tree.c (staticp, case LABEL_DECL): New case.kenner2000-05-041-3/+4
* * tree.c (get_callee_fndecl): Extract the initial value fromjason2000-04-281-0/+8
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-191-7/+4
* * toplev.c: Make *_time variable long to reduce chance of overflow.kenner2000-04-151-3/+5
* * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.kenner2000-04-121-29/+23
* * tree.c (tree_expr_nonnegative_p): New function.ghazi2000-04-081-0/+19
* * sparc.c (output_restore_regs): Prototype.ghazi2000-04-041-0/+1
* * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn'tjason2000-03-291-0/+7
* * stor-layout.c (bit_from_pos, byte_from_pos): New functions.kenner2000-03-291-10/+5
* * stor-layout.c (layout_type, set_sizetype): early_type_list iskenner2000-03-261-4/+2
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-37/+51
* * tree.c (lang_safe_for_unsave): Remove.rth2000-03-251-27/+37
* * tree.c (size_in_bytes): Return size_zero_node, notmmitchel2000-03-221-1/+1
* gccnathan2000-03-211-5/+5