summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)Author
2020-05-11tree-pretty-print: Handle boolean typesRichard Sandiford
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek
2020-01-30dump CTORs properly wrapped with _Literal with -gimpleRichard Biener
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown
2019-12-19Add OpenACC 2.6's no_createJulian Brown
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek
2019-07-04introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-06-12PR middle-end/90676 - default GIMPLE dumps lack informationMartin Sebor
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-06-01PR middle-end/90694 - incorrect representation of ADDR_EXPR involving a point...Martin Sebor
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-15gimple-parser.c (c_parser_gimple_postfix_expression): Handle __BIT_FIELD_REF.Richard Biener
2019-05-15gimple-parser.c (c_parser_gimple_statement): Remove questionable auto-promoti...Richard Biener
2019-03-13tree-pretty-print.c (dump_generic_node): For -gimple properly dump negative i...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-03Fix infinite recursion in OMP clause pretty-printing, default labelJulian Brown
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-05tree-core.h (tree_block::abstract_flag): Remove.Richard Biener
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener
2018-09-12[debug] Add -gdescribe-diesTom de Vries
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm
2018-08-22PR middle-end/87052 - STRING_CST printing incomplete in Gimple dumpsMartin Sebor
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-05-17Gimple FE support for internal functionsRichard Sandiford
2018-03-07re PR c++/84704 (internal compiler error: gimplification failed)Jakub Jelinek
2018-01-31re PR lto/84105 (Segmentation fault in pp_tree_identifier() during LTO)Aldy Hernandez
2018-01-15re PR lto/83804 ([meta] LTO memory consumption)Richard Biener
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-28Remove Cilk Plus support.Julia Koval