aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Add WIDEN_PLUS, WIDEN_MINUS pretty printJoel Hutton1-0/+12
2020-11-17Add MODE_OPAQUEAaron Sawdey1-0/+1
2020-11-06core: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTINNathan Sidwell1-1/+1
2020-10-28openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek1-0/+13
2020-10-15fix TARGET_MEM_REF dumpingRichard Biener1-2/+1
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-2/+2
2020-08-27streamline TARGET_MEM_REF dumpingRichard Biener1-62/+27
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-11/+0
2020-07-13ipa-devirt: Fix crash in obj_type_ref_class [PR95114]Richard Sandiford1-2/+3
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-7/+57
2020-06-02Fix bits/bytes confusion in latest change to expand_unopEric Botcazou1-0/+8
2020-05-11tree-pretty-print: Handle boolean typesRichard Sandiford1-0/+8
2020-03-05print-rtl: Fix printing of CONST_STRING in DEBUG_INSNs [PR93399]Jakub Jelinek1-3/+2
2020-01-30dump CTORs properly wrapped with _Literal with -gimpleRichard Biener1-0/+12
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge1-8/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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