aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener1-3/+0
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener1-24/+0
2018-09-12[debug] Add -gdescribe-diesTom de Vries1-0/+10
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1
2018-08-22PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumpsMartin Sebor1-46/+22
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-5/+4
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-0/+6
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+6
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-1/+1
2018-06-08Remove MPXMartin Liska1-1/+0
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+22
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-11/+0
2018-05-17Gimple FE support for internal functionsRichard Sandiford1-1/+4
2018-03-07re PR c++/84704 (internal compiler error: gimplification failed)Jakub Jelinek1-4/+15
2018-01-31re PR lto/84105 (Segmentation fault in pp_tree_identifier() during LTO)Aldy Hernandez1-1/+3
2018-01-15re PR lto/83804 ([meta] LTO memory consumption)Richard Biener1-4/+4
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+12
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+1
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-0/+9
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+4
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+4
2017-11-28Remove Cilk Plus support.Julia Koval1-43/+3
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-20/+0
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+4
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-24/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+3
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-0/+3
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva1-1/+9
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell1-2/+4
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener1-2/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-08-23function.c (fndecl_name): Use verbosity 1 (no arguments) for lang_hooks.decl_...Richard Biener1-1/+1
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-7/+7
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-15/+2
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-0/+3
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-19/+20
2017-01-13tree-pretty-print.c (dump_generic_node): Fix inverted condition for dumping G...Richard Biener1-4/+4
2017-01-13gimple-parser.c (c_parser_gimple_postfix_expression): Parse _Literal ( type-n...Richard Biener1-5/+29
2017-01-12tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF.Richard Biener1-3/+39
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-22tree-pretty-print.c (dump_generic_node): Change dump format for REALPART_EXPR...Prathamesh Kulkarni1-6/+22
2016-12-09Escape non-printable chars in strings.Martin Liska1-1/+8
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek1-0/+4
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-5/+17
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-2/+2
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1