summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for circularity only if ENABLE_CHECKING is definedburley1999-04-171-0/+2
* * tree.c (valid_machine_attribute): If we're modifying thejason1999-04-161-0/+7
* hbothner1999-03-231-0/+2
* * cse.c (check_fold_consts): New static function.ghazi1999-03-141-17/+37
* * tree.c (save_tree_status): Don't treat functions with no contextmmitchel1999-03-021-3/+6
* * tree.c (tree_node_kind_names, print_obstack_name,ghazi1999-02-171-17/+17
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-6/+6
* Warning fixes:ghazi1999-01-181-3/+3
* * tree.c (new_alias_set): Return zero if !flag_strict_aliasing.rth1999-01-111-1/+4
* * tree.c (copy_node): Oops. That would be copy not zerorth1999-01-091-1/+1
* Update copyright.rth1999-01-091-1/+1
* Remove now-unused variables.rth1999-01-091-4/+1
* * tree.c (make_node): Call bzero instead of inline clear.rth1999-01-091-21/+6