aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-18/+18
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel1-0/+3
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-0/+2
2004-07-15* print-tree.c (print_node): Fix casts last change.Richard Henderson1-2/+4
2004-07-14* print-tree.c (print_node): Handle SSA_NAME.Richard Henderson1-0/+26
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-2/+0
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-2/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-5/+5
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-9/+10
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-8/+12
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-3/+4
2004-04-01expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner1-2/+9
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-4/+4
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-2/+2
2004-01-05tree.h: Update documentation on nothrow_flag.Richard Kenner1-2/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-4/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-1/+1
2003-07-08bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std...Kaveh R. Ghazi1-6/+6
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-15/+4
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-05-21c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell1-3/+0
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-24/+11
2003-05-07stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg1-1/+2
2003-04-14tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle1-3/+1
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-1/+3
2002-12-25output.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-6/+4
2002-09-11* print-tree.c (print_node): Print the restrict qualifier.Dan Nicolaescu1-0/+3
2002-09-10print-tree.c (print_node): In a STRING_CST...Per Bothner1-1/+14
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-2/+2
2002-08-04Index: ChangeLogGeoffrey Keating1-3/+2
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-0/+2
2002-05-20params.c: Fix formatting.Kazu Hirata1-3/+3
2002-03-14c-decl.c: Include c-pragma.h.Richard Henderson1-0/+2
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-22/+0
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+16
2002-01-22predict.c: Fix formatting.Kazu Hirata1-3/+3
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+2
2001-12-05Fix line wrap in copyright notice.Richard Kenner1-2/+2
2001-11-09Makefile.in: Update.Neil Booth1-4/+5
2001-09-21Table-driven attributes.Joseph Myers1-3/+3
2001-09-06Remove OP_IDENTIFIER.Ira Ruben1-5/+0
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-06-02print-tree.c (print_node): Don't print "regdecl" when bit doesn't mean that; ...Richard Kenner1-1/+7
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-5/+0