summaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2012-12-101-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+5
* print-tree.c (print_node): Don't check TREE_LANG_FLAG_* on TREE_VEC or SSA_NAME.Jason Merrill2012-08-241-14/+18
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+2
* cuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.Richard Guenther2012-05-101-3/+0
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-7/+4
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+2
* move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd2011-05-271-1/+0
* print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill2011-05-251-1/+1
* tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common.Nathan Froyd2011-04-131-5/+0
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-131-1/+2
* * print-tree.c (print_node): Print in-constant-pool.Jie Zhang2010-09-271-0/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* print-tree.c (debug_vec_tree): New fn.Jason Merrill2010-05-271-2/+39
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-2/+3
* tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther2009-11-301-6/+29
* Remove trailing white spaces.H.J. Lu2009-11-251-13/+13
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+5
* * print-tree.c (print_node): Fix string for DECL_STRUCT_FUNCTION.Eric Botcazou2009-10-171-1/+1
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-2/+2
* Squash commit of EH in gimpleRichard Henderson2009-09-141-0/+2
* hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp2009-08-251-2/+3
* re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther2009-06-291-4/+0
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-2/+0
* tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek2009-05-051-0/+4
* tree.h (SSA_NAME_VALUE): Remove.Richard Guenther2009-04-281-4/+1
* * print-tree.c (print_node): Use code instead of TREE_CODE (node).Jakub Jelinek2008-11-041-49/+49
* print-tree.c (print_node): Don't print DECL_INITIAL for PARM_DECL.Jakub Jelinek2008-11-041-1/+3
* re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli2008-10-051-0/+6
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-9/+9
* c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka2008-07-291-2/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-21/+4
* cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.Jan Hubicka2008-07-261-2/+2
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-0/+14
* invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck2008-05-161-15/+26
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-9/+0
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+0
* dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan2008-04-151-2/+4
* Removal of Return with Depressed Stack Pointer supportEric Botcazou2008-04-071-3/+0
* tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther2008-03-061-2/+0
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-9/+4
* re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill2008-02-031-0/+15
* * print-tree.c (print_node): Print column number.Tom Tromey2007-11-011-0/+6
* tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int when printing.Ian Lance Taylor2007-09-061-2/+2
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-2/+2
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-1/+29