aboutsummaryrefslogtreecommitdiff
path: root/gcc/print-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-3/+3
2018-07-03print-tree.c (print_real_cst): New function.Martin Sebor1-36/+67
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-3/+4
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor1-0/+2
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+12
2017-12-07Make more use of VECTOR_CST_ENCODED_ELTRichard Sandiford1-15/+9
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez1-29/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-3/+6
2017-08-10print-tree.c (print_node): Print location using the established format %s:%i%i.Martin Sebor1-27/+27
2017-07-02Always print attributes when dumping treeAndi Kleen1-1/+1
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-15/+0
2017-05-22print-tree.c (print_node): Print DECL_READ_P flag.Martin Sebor1-0/+2
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-24Fix print_node for CONSTRUCTORsMartin Liska1-28/+15
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-1/+1
2016-09-20PR middle-end/49905 - Better sanity checking on sprintf src & dest toMartin Sebor1-1/+2
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-4/+10
2016-08-22Improve readability of debug_tree() dumps for SSA_NAME and VECTOR_CSTPatrick Palka1-2/+18
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-1/+3
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+21
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-0/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-08-18* print-tree.c (print_node): Handle TREE_BINFO.Jason Merrill1-0/+11
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-27Make debug_tree() print the length of a TREE_VECPatrick Palka1-0/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-1/+1
2014-06-21cgraph.h (tls_model_names): New variable.Jan Hubicka1-18/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19print-tree.c (print_node): Print no_force_blk_flag for all types.Eric Botcazou1-6/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-24/+0
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+2