summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile.in: Update.Neil Booth2001-11-091-4/+5
* Table-driven attributes.Joseph Myers2001-09-211-3/+3
* Remove OP_IDENTIFIER.Ira Ruben2001-09-061-5/+0
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* print-tree.c (print_node): Don't print "regdecl" when bit doesn't mean that; ...Richard Kenner2001-06-021-1/+7
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-5/+0
* * print-tree.c (print_node): Print DECL_NONADDRESSABLE_P.Richard Kenner2001-03-171-0/+2
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-1/+1
* emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham2001-03-121-8/+0
* tree.h (BLOCK_DEAD): New macro.Richard Kenner2001-02-241-0/+8
* print-tree.c (print_node): Do not use BLOCK_CHAIN when we're not looking at a...Mark Mitchell2001-02-181-1/+1
* print-tree.c (print_node, [...]): Print DECL_ARG_TYPE and DECL_ARG_TYPE_AS_WR...Richard Kenner2001-02-061-4/+11
* print-tree.c (print_node): Print DECL_USER_ALIGN and TYPE_USER_ALIGN.Richard Kenner2000-12-171-20/+22
* print-tree.c (print_node): target-specific builtins print numbers, not names.DJ Delorie2000-12-041-3/+8
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* Remove obstacks.Mark Mitchell2000-10-131-23/+2
* calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner2000-08-151-13/+32
* print-rtl.c (print_rtx, case MEM): Use HOST_WIDE_INT_PRINT_DEC to print the a...Jeffrey A Law2000-06-121-2/+7
* c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node.Zack Weinberg2000-06-071-2/+11
* tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner2000-05-271-1/+3
* calls.c (expand_call): Use get_callee_fndecl.Jason Merrill2000-04-251-0/+1
* ggc-common.c: Add missing blanks.Richard Kenner2000-04-181-1/+5
* c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner2000-03-261-19/+20
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+5
* tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill2000-03-091-2/+2
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-1/+1
* * Eliminate DECL_FIELD_SIZE.Richard Kenner2000-02-281-8/+22
* tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg2000-02-241-1/+1
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-1/+5
* tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.Mark Mitchell1999-12-051-0/+4
* tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1999-10-261-1/+0
* print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1999-10-031-3/+0
* emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1999-09-071-1/+2
* Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1999-09-051-1/+2
* machmode.h (mode_name): Constify a char*.Kaveh R. Ghazi1999-08-201-4/+2
* print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1999-08-091-1/+4
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-2/+2
* More copyright fixes. Oh what fun.Jeff Law1999-01-061-1/+1
* print-tree.c (print_node): After printing BLOCK or BIND_EXPR...Per Bothner1998-11-191-2/+2
* invoke.texi: Document -flang-isoc9x.Mark Mitchell1998-10-211-0/+2
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+1
* tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition.Alexandre Petit-Bianco1998-04-081-0/+9
* c-lang.c (lang_print_xnode): New function.Martin v. Löwis1998-03-231-0/+2
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* tree.c (first_rtl_op): New fn.Jason Merrill1998-02-151-22/+3
* varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.David S. Miller1998-01-171-4/+4
* tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f...John F. Carr1997-12-111-5/+8
* (print_node): Don't try to print nonexistentJim Wilson1996-12-301-1/+0
* (print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*.Richard Kenner1996-11-151-55/+16
* formatting tweaksMike Stump1996-07-031-1/+1