summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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