aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown1-0/+18
2019-12-19Add OpenACC 2.6's no_createJulian Brown1-0/+3
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+4
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek1-0/+19
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-0/+3
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+23
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+4
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva1-3/+25
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-0/+3
2019-06-12PR middle-end/90676 - default GIMPLE dumps lack informationMartin Sebor1-103/+126
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+14
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+11
2019-06-01PR middle-end/90694 - incorrect representation of ADDR_EXPR involving a point...Martin Sebor1-2/+10
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-0/+3
2019-05-15gimple-parser.c (c_parser_gimple_postfix_expression): Handle __BIT_FIELD_REF.Richard Biener1-7/+33
2019-05-15gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti...Richard Biener1-1/+4
2019-03-13tree-pretty-print.c (dump_generic_node): For -gimple properly dump negative i...Richard Biener1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-03Fix infinite recursion in OMP clause pretty-printing, default labelJulian Brown1-3/+1
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-16/+160
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