Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | openmp: Fix ICE with broken doacross loop [PR98205] | Jakub Jelinek | 1 | -7/+12 |
2020-11-27 | OpenACC: Fix integer-type issue with collapse/tile [PR97880] | Tobias Burnus | 1 | -13/+15 |
2020-11-24 | More explicit checking of which OMP constructs we're expecting, part II | Thomas Schwinge | 1 | -0/+15 |
2020-11-18 | openmp: Fix ICE on non-rectangular loop with known 0 iterations | Jakub Jelinek | 1 | -1/+2 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 1 | -0/+22 |
2020-11-13 | Attach an attribute to all outlined OpenACC compute regions | Thomas Schwinge | 1 | -8/+14 |
2020-11-12 | openmp: Implement allocate clause in omp lowering. | Jakub Jelinek | 1 | -6/+3 |
2020-10-13 | openmp: Improve composite triangular loop lowering and expansion | Jakub Jelinek | 1 | -33/+69 |
2020-10-07 | openmp: Improve composite simd vectorization | Jakub Jelinek | 1 | -4/+15 |
2020-09-26 | openmp: Improve #pragma omp simd vectorization | Jakub Jelinek | 1 | -4/+106 |
2020-09-25 | openmp: Add support for non-rect simd and improve collapsed simd support | Jakub Jelinek | 1 | -110/+302 |
2020-08-13 | openmp: Add support for non-rectangular loops in taskloop construct | Jakub Jelinek | 1 | -5/+15 |
2020-08-08 | openmp: Avoid floating point comparison at the end of bb with -fnon-call-exce... | Jakub Jelinek | 1 | -4/+18 |
2020-08-05 | openmp: Handle even some combined non-rectangular loops | Jakub Jelinek | 1 | -5/+0 |
2020-08-05 | openmp: Use more efficient logical -> actual computation even if # iterations... | Jakub Jelinek | 1 | -7/+22 |
2020-08-04 | openmp: Compute number of collapsed loop iterations more efficiently for some... | Jakub Jelinek | 1 | -100/+352 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -457/+0 |
2020-07-15 | openmp: Fix up loop-21.c | Jakub Jelinek | 1 | -12/+12 |
2020-07-14 | openmp: Adjust outer bounds of non-rect loops | Jakub Jelinek | 1 | -1/+2 |
2020-07-09 | openmp: Optimize triangular loop logical iterator to actual iterators computa... | Jakub Jelinek | 1 | -6/+205 |
2020-07-02 | openmp: Diagnose non-rectangular loops with invalid steps | Jakub Jelinek | 1 | -4/+44 |
2020-06-27 | openmp: Non-rectangular loop support for non-composite worksharing loops and ... | Jakub Jelinek | 1 | -45/+663 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 1 | -3/+14 |
2020-04-23 | OpenACC: Avoid ICE in type-cast 'async', 'wait' clauses | Andrew Stubbs | 1 | -4/+9 |
2020-02-25 | typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912] | Jakub Jelinek | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -7/+36 |
2019-11-05 | hsa-brig.c: Include alloc-pool.h | Jan Hubicka | 1 | -0/+1 |
2019-09-26 | function.c (gimplify_parameters): Use build_clobber function. | Jakub Jelinek | 1 | -4/+2 |
2019-07-17 | gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD... | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -20/+20 |
2019-07-04 | omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t... | Jakub Jelinek | 1 | -2/+5 |
2019-07-03 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause. | Jakub Jelinek | 1 | -14/+278 |
2019-07-03 | omp-expand.c (expand_omp_for_static_nochunk, [...]): For nowait worksharing l... | Jakub Jelinek | 1 | -0/+12 |
2019-06-05 | omp-expand.c (struct omp_region): Add has_lastprivate_conditional member. | Jakub Jelinek | 1 | -6/+18 |
2019-06-04 | gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi... | Jakub Jelinek | 1 | -36/+53 |
2019-05-31 | tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define. | Jakub Jelinek | 1 | -0/+28 |
2019-05-30 | gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP. | Jakub Jelinek | 1 | -31/+46 |
2019-05-27 | gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect... | Jakub Jelinek | 1 | -13/+60 |
2019-05-24 | tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_. | Jakub Jelinek | 1 | -40/+260 |
2019-05-20 | cfgloop.h (struct loop): Add simdlen member. | Jakub Jelinek | 1 | -0/+7 |
2019-05-15 | omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set max_vf to 1. | Jakub Jelinek | 1 | -0/+13 |
2019-03-07 | re PR translation/79999 (possible typo in gimplify.c: depend(sink:)) | Jakub Jelinek | 1 | -4/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-28 | For libgomp OpenACC entry points, redefine the "device" argument to "flags" | Thomas Schwinge | 1 | -40/+73 |
2018-12-21 | re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp) | Jakub Jelinek | 1 | -7/+13 |
2018-11-19 | re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo... | Jakub Jelinek | 1 | -35/+36 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -2/+2 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -51/+398 |
2018-10-30 | Avoid unnecessarily numbering cloned symbols. | Michael Ploujnikov | 1 | -1/+2 |