aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-15[multiple changes]Andrew Pinski1-0/+5
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+11
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-0/+3
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-6/+7
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-2/+24
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-0/+23
2007-04-24re PR middle-end/25923 ([gfortran] garbled diagnostics with -O -Wuninitialized)Simon Martin1-3/+7
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-3/+3
2007-04-12tree-pretty-print.c (dump_generic_node): Print ARRAY_REF lower bound and elem...Richard Guenther1-2/+2
2007-03-26tree-pretty-print.c (dump_generic_node): Report precision of unnamed integer ...Joseph Myers1-0/+8
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+16
2007-01-10tree-pretty-print.c (dump_generic_node): Print parentheses when operands have...Ian Lance Taylor1-3/+3
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-10/+7
2006-12-22tree-pretty-print.c (dump_generic_node): Avoid outputing "(void) 0;" as the e...Roger Sayle1-4/+10
2006-12-18Add memory reuse to virtual operands in the operand scanner.Andrew MacLeod1-2/+2
2006-12-13Makefile.in: Add dependencies.Jan Hubicka1-0/+2
2006-12-11[multiple changes]Diego Novillo1-34/+106
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-5/+12
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+32
2006-11-11tree-pretty-print.c (dump_generic_node): Print sign of Inf.Kaveh R. Ghazi1-1/+1
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-6/+0
2006-11-08tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX i...Andrew Pinski1-6/+1
2006-11-08[multiple changes]Dorit Nuzman1-2/+52
2006-11-01tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT to print hig...Adam Nemet1-1/+3
2006-10-30tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin1-1/+5
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