aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-4/+4
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-504/+9
2008-07-08Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin1-11/+3
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-21/+77
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-16invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck1-4/+8
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-1/+0
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-1/+2
2008-03-18tree-pretty-print.c: Include predict.h.Jan Hubicka1-0/+11
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-12/+2
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-0/+6
2008-01-27tree-pretty-print.c (print_generic_decl, [...]): Fix comment.Bernhard Fischer1-3/+3
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-0/+17
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