aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-06tree-pretty-print.c (dump_generic_node): Protect against NULL op0.Diego Novillo1-6/+17
2009-06-18re PR testsuite/40488 (Revision 148642 caused extra failures)Richard Henderson1-59/+29
2009-06-17tree-pretty-print.c (maybe_dump_asm_name): New.Richard Henderson1-6/+34
2009-05-31tree-pretty-print.c (print_call_name): Take the callee, not the call itself.Jason Merrill1-12/+10
2009-05-27tree-pretty-print.c (dump_location): New.Diego Novillo1-67/+132
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-11/+0
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-0/+1
2009-04-17tree-pretty-print.c (dump_generic_node): Add break after TREE_BINFO handler.Diego Novillo1-11/+51
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-3/+0
2009-02-18revert accidental commitJason Merrill1-4/+2
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill1-2/+4
2009-01-02re PR middle-end/38690 (Missing parentheses for (a-1)/2 in final_cleanup)Jakub Jelinek1-13/+21
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