aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-15re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak1-4/+1
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+3
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-0/+9
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-0/+14
2006-01-18[multiple changes]Diego Novillo1-0/+4
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-68/+78
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-3/+0
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi1-5/+5
2005-07-11re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin1-1/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-21/+32
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-2/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-31Makefile.in (print-tree.o): Depend on tree-iterator.h.Stuart Hastings1-0/+23
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-24print-tree.c (print_node_brief): Print LABEL_DECL_UID.Richard Kenner1-0/+15
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-1/+1
2004-12-08c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata1-21/+3
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
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