aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-23tree.c (first_rtl_op, [...]): Handle GOTO_SUBROUTINE_EXPR.Per Bothner1-0/+2
1999-03-14cse.c (check_fold_consts): New static function.Kaveh R. Ghazi1-17/+37
1999-03-02tree.c (save_tree_status): Don't treat functions with no context as nested.Mark Mitchell1-3/+6
1999-02-17tree.c (tree_node_kind_names, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-17/+17
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-6/+6
1999-01-18Warning fixes:Kaveh R. Ghazi1-3/+3
1999-01-11* tree.c (new_alias_set): Return zero if !flag_strict_aliasing.Richard Henderson1-1/+4
1999-01-09tree.c (copy_node): Oops.Richard Henderson1-1/+1
1999-01-09Update copyright.Richard Henderson1-1/+1
1999-01-09Remove now-unused variables.Richard Henderson1-4/+1
1999-01-09tree.c (make_node): Call bzero instead of inline clear.Richard Henderson1-21/+6
1998-12-23Warning fixes:Kaveh R. Ghazi1-3/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-10-28tree.c (append_random_chars): New fn.Jason Merrill1-7/+67
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-28/+30
1998-10-13Warning fixes:Kaveh R. Ghazi1-3/+4
1998-09-20tree.c (new_alias_set): New function.Richard Henderson1-1/+11
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-08-25tree.c (valid_machine_attribute): Don't apply attributes to both decl and type.Jason Merrill1-1/+4
1998-08-17* From GrahamJeffrey A Law1-0/+1
1998-08-13tree.h: De-conditionalize init_priority code.Jason Merrill1-11/+25
1998-08-13* tree.c (simple_cst_equal): Add braces to shut up warnings.Jason Merrill1-4/+7
1998-07-28tree.c (build_range_type): Copy TYPE_SIZE_UNIT.Peter Gerwinski1-0/+1
1998-07-27tree.c (simple_cst_equal, [...]): OK if the elts are identical.Jason Merrill1-1/+4
1998-07-17tree.c (valid_machine_attribute): Only create a new type variant if there is ...Richard Earnshaw1-1/+7
1998-07-06Support for dllimport and dllexport attributes for i386-pe.Mumit Khan1-2/+5
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-24/+26
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+21
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-06-19varasm.c (assemble_start_function): Add weak_global_object_name.Jason Merrill1-0/+3
1998-06-18Warning fixes:Kaveh R. Ghazi1-0/+2
1998-06-07tree.c (tree_class_check): Add braces to eliminate ambigious else warning.Graham Stott1-10/+14
1998-06-04tree.c (get_inner_array_type): New function.David Edelsohn1-0/+15
1998-05-21Makefile.in (TREE_H): Add tree-check.h.Martin v. Löwis1-0/+72
1998-05-18tree.h (TYPE_SIZE_UNIT): New.Richard Henderson1-13/+8
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-17/+0
1998-05-04tree.def: Add NAMESPACE_DECL.Jason Merrill1-4/+2
1998-04-16tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL.Alexandre Petit-Bianco1-3/+14
1998-04-08tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.Alexandre Petit-Bianco1-1/+23
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-28/+24
1998-04-01fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1-1/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-18/+6
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-0/+6
1998-02-22tree.c (contains_placeholder_p): Ensure function always returns a value.Bruno Haible1-0/+1
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe1-0/+30
1998-02-15tree.c (first_rtl_op): New fn.Jason Merrill1-13/+84
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-2/+1
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-5/+14
1998-01-17varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1-1/+1