aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-4/+0
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-2/+0
2009-05-05tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek1-0/+4
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-4/+1
2008-11-04* print-tree.c (print_node): Use code instead of TREE_CODE (node).Jakub Jelinek1-49/+49
2008-11-04print-tree.c (print_node): Don't print DECL_INITIAL for PARM_DECL.Jakub Jelinek1-1/+3
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-0/+6
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-9/+9
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka1-2/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-21/+4
2008-07-26cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.Jan Hubicka1-2/+2
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+14
2008-05-16invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck1-15/+26
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-9/+0
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+0
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-2/+4
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-3/+0
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-2/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-9/+4
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-0/+15
2007-11-01* print-tree.c (print_node): Print column number.Tom Tromey1-0/+6
2007-09-06tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int when printing.Ian Lance Taylor1-2/+2
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-2/+2
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-1/+29
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-11/+9
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-1/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-8/+26
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-3/+3
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+5
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+13
2006-10-06* print-tree.c (print_node_brief, print_node): Print sign of Inf.J"orn Rennecke1-2/+2
2006-07-17re PR other/28251 (dumped addresses makes diffing dumps unusable)J"orn Rennecke1-13/+21
2006-05-15re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Zdenek Dvorak1-4/+1
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell1-0/+3
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-0/+9
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-0/+14
2006-01-18[multiple changes]Diego Novillo1-0/+4
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-68/+78
2005-10-12re PR c/24255 (__transparent_union__ mishandled)Richard Henderson1-3/+0
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi1-5/+5
2005-07-11re PR tree-optimization/22404 (ICE in first_vi_for_offset)Daniel Berlin1-1/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-21/+32
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-2/+21
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-31Makefile.in (print-tree.o): Depend on tree-iterator.h.Stuart Hastings1-0/+23
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-24print-tree.c (print_node_brief): Print LABEL_DECL_UID.Richard Kenner1-0/+15