summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-261-82/+7
* * machmode.h (mode_name): Constify a char*.ghazi1999-08-201-2/+0
* 1999-08-19 18:43 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-201-1/+1
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-51/+82
* * tree.c (type_hash_add): Use permalloc to allocate nodes in themmitchel1999-08-161-1/+1
* For gcc:gavin1999-08-131-1/+11
* Warning fixes:ghazi1999-08-041-0/+2
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-1/+0
* Fix winsup build failure reported by Chris Faylor.wilson1999-07-151-1/+6