summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-18/+18
* c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel2004-08-161-0/+3
* tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini2004-07-221-0/+2
* * print-tree.c (print_node): Fix casts last change.Richard Henderson2004-07-151-2/+4
* * print-tree.c (print_node): Handle SSA_NAME.Richard Henderson2004-07-141-0/+26
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-2/+0
* c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson2004-07-021-2/+0
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-5/+5
* tree.def (documentation): Remove mention of class 'b'.Zack Weinberg2004-05-141-9/+10
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-8/+12
* c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner2004-04-051-3/+4
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2004-04-011-2/+9
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-4/+4
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-2/+2
* tree.h: Update documentation on nothrow_flag.Richard Kenner2004-01-051-2/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-4/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-1/+1
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi2003-07-081-6/+6
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-15/+4
* convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode2003-06-161-1/+1
* c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell2003-05-211-3/+0
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-24/+11
* stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg2003-05-071-1/+2
* tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle2003-04-141-3/+1
* params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2003-03-021-1/+3
* output.h: Fix comment typos.Kazu Hirata2002-12-251-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-6/+4
* * print-tree.c (print_node): Print the restrict qualifier.Dan Nicolaescu2002-09-111-0/+3
* print-tree.c (print_node): In a STRING_CST...Per Bothner2002-09-101-1/+14
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-2/+2
* Index: ChangeLogGeoffrey Keating2002-08-041-3/+2
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* c-common.h (enum rid): Add RID_THREAD.Richard Henderson2002-05-211-0/+2
* params.c: Fix formatting.Kazu Hirata2002-05-201-3/+3
* c-decl.c: Include c-pragma.h.Richard Henderson2002-03-141-0/+2
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-22/+0
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+16
* predict.c: Fix formatting.Kazu Hirata2002-01-221-3/+3
* Added __attribute__((deprecated)) patches.Ira Ruben2002-01-101-0/+2
* Fix line wrap in copyright notice.Richard Kenner2001-12-051-2/+2
* 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