aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-4623/+0
2022-01-03tree-pretty-print: still indent unhandled codesJason Merrill1-5/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-0/+8
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang1-0/+3
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-1/+7
2021-10-07Properly parse invariant &MEM addresses in the GIMPLE FERichard Biener1-2/+5
2021-10-06More consistently dump GIMPLE FE consumable stmtsRichard Biener1-1/+9
2021-10-05Amend function names with UID when dumping with TDF_UIDRichard Biener1-1/+10
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek1-0/+2
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek1-1/+14
2021-09-18openmp: Handle unconstrained and reproducible modifiers on order(concurrent)Jakub Jelinek1-1/+4
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-1/+21
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler1-0/+2
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-0/+4
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+5
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+12
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus1-0/+2
2021-07-21OpenACC 'nohost' clauseThomas Schwinge1-0/+3
2021-07-06Remove support for %G and %K.Martin Sebor1-26/+0
2021-06-12For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP clause chainThomas Schwinge1-14/+17
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-2/+21
2021-03-06middle-end: Pretty-print address space of aggregatesJulian Brown1-0/+7
2021-03-04middle-end/97855 - avoid recursing into pp_printfRichard Biener1-21/+74
2021-02-12PR c/99055 - memory leak in warn_parm_array_mismatchMartin Sebor1-1/+2
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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