summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-0/+3
* re PR tree-optimization/20920 (ICE with eh and VRP)Diego Novillo2005-04-111-0/+2
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-0/+8
* tree-pretty-print.c (dump_generic_node): Use %p for pointer.Andrew MacLeod2005-04-051-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-0/+3
* tree.def (FILE_TYPE): Removed.Tom Tromey2005-03-301-5/+1
* tree.def (SET_TYPE): Remove.Nathan Sidwell2004-12-091-4/+0
* tree-pretty-print.c (dump_array_domain): Split out from dump_generic_node; fi...Richard Henderson2004-12-071-42/+32
* c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2004-12-071-1/+1
* tree-pretty-print.c (dump_generic_node, [...]): Handle TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-11-241-7/+15
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-42/+0
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-4/+9
* cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.Steven Bosscher2004-10-081-2/+4
* tree-pretty-print.c (dump_generic_node): Fix printing of BINFO and TREE_VEC n...Daniel Berlin2004-10-061-1/+19
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-0/+8
* * tree-pretty-print.c (dump_generic_node): Print vector types.Devang Patel2004-09-281-1/+7
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-4/+7
* tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.Devang Patel2004-09-271-10/+10
* * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.Devang Patel2004-09-271-0/+10
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+27
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-8/+6
* re PR c++/17412 (tree check failure in fold-const)Steven Bosscher2004-09-111-3/+14
* tree-pretty-print.c (dump_decl_name): Print unnamed decls as D.xxx rather tha...Geoffrey Keating2004-09-111-2/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-4/+2
* tree-pretty-print.c (dump_generic_node, [...]): Add blank after ')'.Richard Kenner2004-08-311-4/+18
* tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE in COMPONENT_REF...Diego Novillo2004-08-301-5/+8
* tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod2004-08-251-14/+11
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-4/+4
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-3/+4
* expr.c (expand_expr_real_1): Remove.Paolo Bonzini2004-08-061-4/+0
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-0/+2
* gimplify.c (gimplify_expr): Don't replace with DECL_INITIAL if fb_lvalue.Richard Henderson2004-07-301-1/+4
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-10/+4
* tree-pretty-print.c (dump_generic_node): Dump CALL_EXPR_HAS_RETURN_SLOT_ADDR.Richard Henderson2004-07-201-0/+2
* tree-def (WITH_SIZE_EXPR): New.Richard Henderson2004-07-161-0/+8
* Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.Sebastian Pop2004-07-161-0/+19
* except.c (expand_eh_region_start, [...]): Remove.Richard Henderson2004-07-081-4/+0
* expr.c (expand_expr_real_1): Fix formating.Andrew Pinski2004-07-071-16/+0
* dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin2004-07-061-4/+0
* tree-pretty-print.c (dump_generic_node, [...]): Properly print bounds.Richard Kenner2004-07-051-14/+24
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-4/+0
* tree-pretty-print.c (dump_generic_node, [...]): Use access functions for lowe...Richard Kenner2004-07-011-12/+12
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-8/+21
* tree-pretty-print.c (dump_function_declaration): New.Richard Kenner2004-06-281-30/+59
* c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2004-06-241-5/+1
* tree-pretty-print.c (dump_generic_node, [...]): Don't look at TYPE_METHODS un...Richard Kenner2004-06-241-1/+3
* Makefile.in (tree-vn.o): New.Diego Novillo2004-06-231-2/+4
* tree.def (VTABLE_REF): Remove.Richard Henderson2004-06-221-7/+9
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-13/+31
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-1/+1