summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* * print-tree.c (print_node_brief, print_node): Print sign of Inf.J"orn Rennecke2006-10-061-2/+2
* re PR other/28251 (dumped addresses makes diffing dumps unusable)J"orn Rennecke2006-07-171-13/+21
* re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak2006-05-151-4/+1
* re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell2006-04-231-0/+3
* tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin2006-02-151-0/+9
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-0/+14
* [multiple changes]Diego Novillo2006-01-181-0/+4
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-68/+78
* re PR c/24255 (__transparent_union__ mishandled)Richard Henderson2005-10-121-3/+0
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi2005-08-161-5/+5
* re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin2005-07-111-1/+1
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-21/+32
* coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher2005-06-301-2/+21
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (print-tree.o): Depend on tree-iterator.h.Stuart Hastings2005-03-311-0/+23
* cfgloop.h, [...]: Update copyright.Kazu Hirata2005-03-021-1/+1
* print-tree.c (print_node_brief): Print LABEL_DECL_UID.Richard Kenner2005-02-241-0/+15
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-1/+1
* c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata2004-12-081-21/+3
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-1/+1
* 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