aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka1-2/+0
2013-07-13print-tree.c (debug_vec_tree): Use debug_raw.Jason Merrill1-5/+31
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-28/+144
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-10re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-08-24print-tree.c (print_node): Don't check TREE_LANG_FLAG_* on TREE_VEC or SSA_NAME.Jason Merrill1-14/+18
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+2
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther1-3/+0
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-7/+4
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+0
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill1-1/+1
2011-04-13tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common.Nathan Froyd1-5/+0
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+2
2010-09-27* print-tree.c (print_node): Print in-constant-pool.Jie Zhang1-0/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-27print-tree.c (debug_vec_tree): New fn.Jason Merrill1-2/+39
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-2/+3
2009-11-30tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther1-6/+29
2009-11-25Remove trailing white spaces.H.J. Lu1-13/+13
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+5
2009-10-17* print-tree.c (print_node): Fix string for DECL_STRUCT_FUNCTION.Eric Botcazou1-1/+1
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-2/+2
2009-09-14Squash commit of EH in gimpleRichard Henderson1-0/+2
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp1-2/+3
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