summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin2006-10-301-1/+5
* tree-pretty-print.c (pretty_print_string): No need to handle '\0' as a specia...Ben Elliston2006-05-101-3/+1
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-1/+8
* re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson2006-03-221-2/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-1/+1
* re PR tree-optimization/25879 (TDF_CHAIN makes -fdump-tree-all-all useless)Andrew Pinski2006-02-201-24/+17
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-1/+0
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-113/+130
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-0/+20
* Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman2006-01-191-1/+23
* [multiple changes]Diego Novillo2006-01-181-39/+368
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-0/+3
* tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR and RROTATE_EXPR.Richard Guenther2005-12-021-0/+6
* pretty-print.h (pp_widest_integer): New macro.Jan Hubicka2005-07-311-0/+10
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-14/+7
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-081-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+1
* PR tree-optimization/22029 (and 22135)Ira Rosen2005-07-031-1/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-2/+2
* genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman2005-06-211-0/+10
* tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman2005-06-181-0/+24
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-0/+58
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-2/+1
* 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