summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek2020-08-171-63/+82
* openacc: No attach/detach present/release mappings for array descriptorsJulian Brown2020-08-171-1/+6
* openacc: Don't strip TO_PSET/POINTER for enter/exit dataJulian Brown2020-08-171-10/+11
* Extend store merging to STRING_CSTEric Botcazou2020-08-171-0/+1
* [OpenMP, gimplifier] 'inform' after 'error' diagnosticThomas Schwinge2020-08-171-5/+5
* Lower VEC_COND_EXPR into internal functions.Martin Liska2020-08-171-14/+1
* openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek2020-08-171-4/+78
* Optimize assignment to volatile aggregate variableEric Botcazou2020-08-171-17/+36
* tsan: Add param to disable func-entry-exit instrumentationMarco Elver2020-08-171-1/+2
* [OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappingsThomas Schwinge2020-08-171-1/+2
* [OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus2020-08-171-1/+12
* openmp: Ensure copy ctor for composite distribute parallel for class iterator...Jakub Jelinek2020-08-171-56/+0
* [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)Tobias Burnus2020-08-171-1/+3
* extend DECL_GIMPLE_REG_P to all typesRichard Biener2020-08-171-44/+2
* Do not put incomplete CONSTRUCTORs into static memoryEric Botcazou2020-05-051-1/+1
* [OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)Tobias Burnus2020-04-171-4/+8
* middle-end/94479 - fix gimplification of addressRichard Biener2020-04-071-1/+3
* gimplify: Fix -fcompare-debug differences caused by gimplify_body [PR94281]Jakub Jelinek2020-03-261-3/+32
* gimplify: Don't optimize register const vars to static [PR93949]Jakub Jelinek2020-02-271-0/+1
* openmp: Optimize DECL_IN_CONSTANT_POOL vars in target regionsJakub Jelinek2020-02-091-0/+16
* openmp: Notice reduction decl in outer contexts after adding it to shared [PR...Jakub Jelinek2020-02-061-3/+7
* gimplifier: handle POLY_INT_CST-sized TARGET_EXPRsRichard Sandiford2020-01-171-3/+3
* PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill2020-01-131-0/+8
* Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge2020-01-101-4/+11
* PR c++/93173 - incorrect tree sharing.Jason Merrill2020-01-101-1/+1
* re PR tree-optimization/93054 (ICE in gimple_set_lhs, at gimple.c:1820)Richard Biener2020-01-091-1/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* OpenACC 2.6 deep copy: middle-end partsJulian Brown2019-12-201-24/+195
* Factor out duplicate code in gimplify_scan_omp_clausesJulian Brown2019-12-201-133/+157
* [OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge2019-12-181-10/+13
* Don't install unnecessary ARRAY_REF element sizesRichard Sandiford2019-12-031-17/+20
* Make more bad uses of fallthrough attribute into pedwarns.Joseph Myers2019-11-211-4/+4
* gimplify.c (gimplify_call_expr): Don't call omp_resolve_declare_variant after...Jakub Jelinek2019-11-151-1/+4
* Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki2019-11-121-4/+18
* Assert 'offset2' instead of 'offset' in 'gcc/gimplify.c:gimplify_scan_omp_cla...Thomas Schwinge2019-11-111-2/+2
* introduce -fcallgraph-info optionEric Botcazou2019-11-061-0/+4
* re PR inline-asm/92352 (ICE in force_constant_size)Jakub Jelinek2019-11-061-3/+12
* gimplify.h (omp_construct_selector_matches): Change return type to int, add a...Jakub Jelinek2019-11-021-24/+73
* Fortran/OpenMP] Don't create "alloc:" for 'target exit data'Tobias Burnus2019-10-301-0/+11
* [Fortran] OpenACC – permit common blocks in some clausesCesar Philippidis2019-10-251-8/+43
* gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek2019-10-251-0/+102
* cp-gimplify.c (cp_gimplify_expr): Use get_initialized_tmp_var.Jason Merrill2019-10-171-4/+5
* Allow COND_EXPR and VEC_COND_EXPR condtions to trapIlya Leoshkevich2019-10-071-2/+3
* re PR middle-end/91920 (ggc 9.2.0 failing openmp compile on ppc64le)Jakub Jelinek2019-09-271-0/+2
* Don't treat variable-length vectors as VLAs during gimplificationRichard Sandiford2019-09-181-3/+4
* gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek2019-08-081-4/+28
* tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek2019-08-071-2/+2
* tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek2019-08-061-9/+71
* re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek2019-07-311-0/+16
* gimplify.c (flag_instrument_functions_exclude_p): Include namespace/class inf...Oliver Browne2019-07-241-1/+1