aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-06tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int when printing.Ian Lance Taylor1-4/+2
2007-09-05builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek1-0/+9
2007-09-05fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi1-8/+8
2007-09-04re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther1-13/+22
2007-08-31tree-pretty-print.c: Include output.h.Joseph Myers1-2/+3
2007-08-29tree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.Richard Guenther1-1/+1
2007-08-23tree-pretty-print.c (dump_generic_node): Annotate GIMPLE_MODIFY_STMTs with vo...Richard Guenther1-0/+7
2007-08-19tree-pretty-print.c (debug_generic_expr): Add a comment about the function.Andrew Pinski1-0/+6
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+11
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-1/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
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