aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-0/+2
2004-07-30gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson1-1/+4
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-10/+4
2004-07-20tree-pretty-print.c (dump_generic_node): Dump CALL_EXPR_HAS_RETURN_SLOT_ADDR.Richard Henderson1-0/+2
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+8
2004-07-16Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.Sebastian Pop1-0/+19
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-4/+0
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-16/+0
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-4/+0
2004-07-05tree-pretty-print.c (dump_generic_node, [...]): Properly print bounds.Richard Kenner1-14/+24
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-4/+0
2004-07-01tree-pretty-print.c (dump_generic_node, [...]): Use access functions for lowe...Richard Kenner1-12/+12
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-8/+21
2004-06-28tree-pretty-print.c (dump_function_declaration): New.Richard Kenner1-30/+59
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-5/+1
2004-06-24tree-pretty-print.c (dump_generic_node, [...]): Don't look at TYPE_METHODS un...Richard Kenner1-1/+3
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-2/+4
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-7/+9
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-13/+31
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-3/+5
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-80/+0
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-5/+17
2004-06-09basic-block.h (struct edge_def): Add goto_locus.Richard Henderson1-2/+16
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-13/+29
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2267