aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
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
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