summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)Author
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-19print-tree.c (print_node): Print no_force_blk_flag for all types.Eric Botcazou
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka
2013-07-13print-tree.c (debug_vec_tree): Use debug_raw.Jason Merrill
2013-03-29Add uniform debug dump function names.Lawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-10re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-08-24print-tree.c (print_node): Don't check TREE_LANG_FLAG_* on TREE_VEC or SSA_NAME.Jason Merrill
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-05-10cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill
2011-04-13tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common.Nathan Froyd
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd
2010-09-27* print-tree.c (print_node): Print in-constant-pool.Jie Zhang
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka
2010-05-27print-tree.c (debug_vec_tree): New fn.Jason Merrill
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson
2009-11-30tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther
2009-11-25Remove trailing white spaces.H.J. Lu
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston
2009-10-17* print-tree.c (print_node): Fix string for DECL_STRUCT_FUNCTION.Eric Botcazou
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek
2009-09-14Squash commit of EH in gimpleRichard Henderson
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther
2009-05-05tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther
2008-11-04* print-tree.c (print_node): Use code instead of TREE_CODE (node).Jakub Jelinek
2008-11-04print-tree.c (print_node): Don't print DECL_INITIAL for PARM_DECL.Jakub Jelinek
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka