aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-10tree-pretty-print.c (pretty_print_string): No need to handle '\0' as a specia...Ben Elliston1-3/+1
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-1/+8
2006-03-22re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson1-2/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-1/+1
2006-02-20re PR tree-optimization/25879 (TDF_CHAIN makes -fdump-tree-all-all useless)Andrew Pinski1-24/+17
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-1/+0
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-113/+130
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-0/+20
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+23
2006-01-18[multiple changes]Diego Novillo1-39/+368
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+3
2005-12-02tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR and RROTATE_EXPR.Richard Guenther1-0/+6
2005-07-31pretty-print.h (pp_widest_integer): New macro.Jan Hubicka1-0/+10
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-14/+7
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+1
2005-07-03PR tree-optimization/22029 (and 22135)Ira Rosen1-1/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-2/+2
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-0/+10
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-0/+24
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-0/+58
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-2/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-0/+3
2005-04-11re PR tree-optimization/20920 (ICE with eh and VRP)Diego Novillo1-0/+2
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+8
2005-04-05tree-pretty-print.c (dump_generic_node): Use %p for pointer.Andrew MacLeod1-1/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-0/+3
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-5/+1
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-4/+0
2004-12-07tree-pretty-print.c (dump_array_domain): Split out from dump_generic_node; fi...Richard Henderson1-42/+32
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
2004-11-24tree-pretty-print.c (dump_generic_node, [...]): Handle TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-7/+15
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-42/+0
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-4/+9
2004-10-08cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.Steven Bosscher1-2/+4
2004-10-06tree-pretty-print.c (dump_generic_node): Fix printing of BINFO and TREE_VEC n...Daniel Berlin1-1/+19
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-0/+8
2004-09-28* tree-pretty-print.c (dump_generic_node): Print vector types.Devang Patel1-1/+7
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-4/+7
2004-09-27tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.Devang Patel1-10/+10
2004-09-27* tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.Devang Patel1-0/+10
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+27
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-8/+6
2004-09-11re PR c++/17412 (tree check failure in fold-const)Steven Bosscher1-3/+14
2004-09-11tree-pretty-print.c (dump_decl_name): Print unnamed decls as D.xxx rather tha...Geoffrey Keating1-2/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-4/+2
2004-08-31tree-pretty-print.c (dump_generic_node, [...]): Add blank after ')'.Richard Kenner1-4/+18
2004-08-30tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE in COMPONENT_REF...Diego Novillo1-5/+8