summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * function.c (put_var_into_stack): Use type_for_mode to calculatejason2000-03-131-0/+16
* * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.jason2000-03-091-13/+0
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-30/+102
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-40/+3
* * tree.h (TREE_SET_PERMANENT): New macro. Document conditionszack2000-02-241-13/+8
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-5/+9
* * loop.c (canonicalize_condition): New function,wehle2000-02-181-0/+18
* * combine.c (make_extraction, force_to_mode): Avoid warning onkenner2000-02-101-0/+44
* * toplev.c: PROTO -> PARAMS.ghazi2000-01-171-16/+16
* Update copyrights for last checkin.ghazi2000-01-111-1/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-1/+1
* 1999-12-26 Zack Weinberg <zack@wolery.cumb.org>zack1999-12-261-4/+4
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-1/+1
* * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.kenner1999-12-201-0/+4
* * alias.c: Minor reformatting.kenner1999-12-181-101/+141
* * tree.c (decl_function_context): Handle virtual functions.jason1999-12-151-0/+9
* * tree.c (copy_node): Do zero the TREE_CHAIN, even for anmmitchel1999-12-091-3/+1
* * tree.c (unsave_expr_now): Handle NULL_TREE as input.mmitchel1999-11-251-0/+4
* * tree.h (unsave_expr_1): New function.mmitchel1999-11-241-35/+90
* * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.mmitchel1999-11-121-25/+3
* include:ghazi1999-11-101-1/+1
* * tree.h (get_containing_scope): Declare it.mmitchel1999-11-081-8/+13
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-10/+2
* * c-parse.in (cast_expr): Constify.ghazi1999-10-261-1/+1
* * tree.h (BLOCK_TYPE_TAGS): Remove.mmitchel1999-10-261-1/+0
* include:ghazi1999-10-101-1/+1
* * tree.c (make_lang_type_fn): New funtion pointer.mmitchel1999-10-081-0/+15
* * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions thatrth1999-10-041-3/+24
* * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions thatmmitchel1999-10-041-0/+21
* * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISESmmitchel1999-10-021-10/+29
* Fix complex-5.c problemmeissner1999-09-221-0/+34
* Replace string const "<built-in>" with dynamic allocation.samuel1999-09-211-2/+12
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * c-pragma.c (handle_pragma_token): Wrap variables `name' andghazi1999-09-141-6/+5
* * tree.c (fix_sizetype): Exchange the types for TYPE_SIZE andschwab1999-09-131-2/+2
* * tree.c (save_tree_status): Revert 10 Sep change.rth1999-09-121-4/+7
* * tree.c (type_hash_canon): Put all types in the hash-table, whenmmitchel1999-09-121-1/+1
* Fri Sep 10 16:48:26 1999 Andrew Haley <aph@cygnus.com>aph1999-09-101-0/+6
* * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.rth1999-09-101-4/+3
* Move declarations and building code for common tree nodes to tree.[ch]crux1999-09-101-0/+185
* * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,ghazi1999-09-081-1/+1
* Linas Vepstas <linas@linas.org>rth1999-09-081-3/+3
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-9/+0
* copy_node should copy the nodecrux1999-09-061-4/+2
* * Makefile.in (ggc-simple.o): Depend on varray.h.mmitchel1999-09-051-19/+63
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-20/+42
* Change memory mangement and constant pool handling for nested functions to ma...crux1999-09-041-133/+11
* * tree.c (tree_code_name): Constify a char*.ghazi1999-08-291-1/+1
* * tree.c (copy_node): Improve documentation.mmitchel1999-08-271-4/+7
* For gcc:gavin1999-08-261-1/+1