Age | Commit message (Expand) | Author | Files | Lines |
2025-01-14 | OpenMP: Remove dead code from declare variant reimplementation | Sandra Loosemore | 1 | -1/+1 |
2025-01-14 | OpenMP: Re-work and extend context selector resolution | Sandra Loosemore | 1 | -0/+4 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-06 | openmp: Add IFN_GOMP_MAX_VF | Andrew Stubbs | 1 | -8/+22 |
2024-11-06 | openmp: use offload max_vf for chunk_size | Andrew Stubbs | 1 | -8/+28 |
2024-11-06 | openmp: Tune omp_max_vf for offload targets | Andrew Stubbs | 1 | -1/+1 |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -1/+1 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-09-26 | Fortran/OpenMP: Middle-end support for mapping of DT with allocatable components | Tobias Burnus | 1 | -3/+15 |
2024-01-17 | openmp: Add OpenMP _BitInt support [PR113409] | Jakub Jelinek | 1 | -3/+3 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-24 | OpenMP: Add -Wopenmp and use it | Tobias Burnus | 1 | -5/+6 |
2023-10-25 | Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco... | Thomas Schwinge | 1 | -2/+12 |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 1 | -0/+41 |
2023-08-25 | OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK. | Sandra Loosemore | 1 | -0/+4 |
2023-08-19 | omp-expand.cc: Fix wrong code with non-rectangular loop nest [PR111017] | Tobias Burnus | 1 | -1/+2 |
2023-05-04 | Rename last_stmt to last_nondebug_stmt | Richard Biener | 1 | -34/+38 |
2023-03-17 | openmp: Fix up handling of doacross loops with noreturn body in loops [PR108685] | Jakub Jelinek | 1 | -4/+10 |
2023-01-19 | openmp: Fix up OpenMP expansion of non-rectangular loops [PR108459] | Jakub Jelinek | 1 | -2/+2 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-10-24 | OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner cases [PR107236] | Tobias Burnus | 1 | -7/+6 |
2022-09-24 | openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR107001] | Jakub Jelinek | 1 | -2/+15 |
2022-09-08 | openmp: Implement doacross(sink: omp_cur_iteration - 1) | Jakub Jelinek | 1 | -6/+111 |
2022-09-06 | openmp: Introduce gimple_omp_ordered_standalone_p | Jakub Jelinek | 1 | -8/+3 |
2022-09-03 | openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Jakub Jelinek | 1 | -17/+26 |
2022-08-26 | OpenMP: Support reverse offload (middle end part) | Tobias Burnus | 1 | -8/+99 |
2022-08-09 | autopar TLC | Richard Biener | 1 | -32/+49 |
2022-08-02 | tree-optimization/106498 - reduce SSA updates in autopar | Richard Biener | 1 | -10/+2 |
2022-07-29 | openmp: Fix up handling of non-rectangular simd loops with pointer type itera... | Jakub Jelinek | 1 | -18/+39 |
2022-07-29 | openmp: Simplify fold_build_pointer_plus callers in omp-expand | Jakub Jelinek | 1 | -36/+15 |
2022-06-27 | Add 'final' and 'override' to opt_pass vfunc impls | David Malcolm | 1 | -4/+10 |
2022-06-20 | Add operators / and * for profile_{count,probability}. | Martin Liska | 1 | -15/+9 |
2022-06-13 | openmp: Conforming device numbers and omp_{initial,invalid}_device | Jakub Jelinek | 1 | -10/+64 |
2022-05-24 | openmp: Add taskwait nowait depend support [PR105378] | Jakub Jelinek | 1 | -3/+5 |
2022-05-23 | Force the selection operand of a GIMPLE COND_EXPR to be a register | Richard Biener | 1 | -3/+4 |
2022-05-19 | Fix OMP CAS expansion with separate condition | Richard Biener | 1 | -5/+6 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -2/+2 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+10808 |