Show patches with: State = Action Required       |    Archived = No       |   127239 patches
« 1 2 ... 359 360 3611272 1273 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[gomp5] atomic with memory-order clauses or hint, parsing of requires directive [gomp5] atomic with memory-order clauses or hint, parsing of requires directive - - - - --- 2018-05-31 Jakub Jelinek New
[gomp5] Use gomp_aligned_alloc for workshare allocation [gomp5] Use gomp_aligned_alloc for workshare allocation - - - - --- 2018-10-26 Jakub Jelinek New
[gomp5] Use error_at rather than error for OpenMP clause checking [gomp5] Use error_at rather than error for OpenMP clause checking - - - - --- 2018-06-01 Jakub Jelinek New
[gomp5] Tweak OMP_AFFINITY_FORMAT handling [gomp5] Tweak OMP_AFFINITY_FORMAT handling - - - - --- 2018-10-08 Jakub Jelinek New
[gomp5] Task reductions on worksharing constructs [gomp5] Task reductions on worksharing constructs - - - - --- 2018-11-07 Jakub Jelinek New
[gomp5] Support OpenMP loops with != condition - - - - --- 2017-06-29 Jakub Jelinek New
[gomp5] Support OpenMP 5.0 iterators in depend clauses [gomp5] Support OpenMP 5.0 iterators in depend clauses - - - - --- 2018-06-13 Jakub Jelinek New
[gomp5] Small testcase fix [gomp5] Small testcase fix - - - - --- 2018-10-18 Jakub Jelinek New
[gomp5] Same variable can't appear in multiple nontemporal clauses [gomp5] Same variable can't appear in multiple nontemporal clauses - - - - --- 2018-06-01 Jakub Jelinek New
[gomp5] Reject range-based for loops with ordered(n) clause [gomp5] Reject range-based for loops with ordered(n) clause - - - - --- 2018-10-19 Jakub Jelinek New
[gomp5] Parsing of in_reduction/task_reduction clauses - - - - --- 2017-06-12 Jakub Jelinek New
[gomp5] Parsing of depend(mutexinoutset:) [gomp5] Parsing of depend(mutexinoutset:) - - - - --- 2018-05-07 Jakub Jelinek New
[gomp5] Parse task modifier of reduction clauses [gomp5] Parse task modifier of reduction clauses - - - - --- 2018-08-01 Jakub Jelinek New
[gomp5] OpenMP flush with memory-order-clause [gomp5] OpenMP flush with memory-order-clause - - - - --- 2018-06-19 Jakub Jelinek New
[gomp5] OpenMP 5.0 schedule modifier changes [gomp5] OpenMP 5.0 schedule modifier changes - - - - --- 2018-10-25 Jakub Jelinek New
[gomp5] Merge from trunk [gomp5] Merge from trunk - - - - --- 2018-11-07 Jakub Jelinek New
[gomp5] Iterator fixes [gomp5] Iterator fixes - - - - --- 2018-08-02 Jakub Jelinek New
[gomp5] Initial OpenMP 5 task reduction support [gomp5] Initial OpenMP 5 task reduction support - - - - --- 2018-09-27 Jakub Jelinek New
[gomp5] Implement omp_[sg]et_affinity_format, omp_{capture,display}_affinity, OMP_DISPLAY_AFFINITY … [gomp5] Implement omp_[sg]et_affinity_format, omp_{capture,display}_affinity, OMP_DISPLAY_AFFINITY … - - - - --- 2018-05-23 Jakub Jelinek New
[gomp5] Fix taskgroup genericization in Fortran FE - - - - --- 2017-06-29 Jakub Jelinek New
[gomp5] Fix task reduction handling in implicit parallel regions [gomp5] Fix task reduction handling in implicit parallel regions - - - - --- 2018-10-08 Jakub Jelinek New
[gomp5] Fix task reduction VLA handling [gomp5] Fix task reduction VLA handling - - - - --- 2018-10-10 Jakub Jelinek New
[gomp5] Fix handling of task_reduction with variable length array sections [gomp5] Fix handling of task_reduction with variable length array sections - - - - --- 2018-10-09 Jakub Jelinek New
[gomp5] Fix ICE on clauses-1.c testcase - - - - --- 2017-06-30 Jakub Jelinek New
[gomp5] Extend defaultmap clause [gomp5] Extend defaultmap clause - - - - --- 2018-05-03 Jakub Jelinek New
[gomp5] Don't recompute addresses of original array sections at the end of taskgroup [gomp5] Don't recompute addresses of original array sections at the end of taskgroup - - - - --- 2018-10-08 Jakub Jelinek New
[gomp5] Disallow zero sized task reductions for C [gomp5] Disallow zero sized task reductions for C - - - - --- 2018-10-17 Jakub Jelinek New
[gomp5] Depend clause changes - - - - --- 2017-05-09 Jakub Jelinek New
[gomp5] Default to nonmonotonic schedule for dynamic/guided - - - - --- 2017-05-04 Jakub Jelinek New
[gomp5] Allow use_device_ptr clause on target data without map clauses - - - - --- 2017-05-04 Jakub Jelinek New
[gomp5] Allow OpenMP simd loop iter vars to be private or lastprivate [gomp5] Allow OpenMP simd loop iter vars to be private or lastprivate - - - - --- 2018-06-04 Jakub Jelinek New
[gomp5] Allow OpenMP atomics inside simd regions [gomp5] Allow OpenMP atomics inside simd regions - - - - --- 2018-06-14 Jakub Jelinek New
[gomp5] Add support for taskwait with depend clauses [gomp5] Add support for taskwait with depend clauses - - - - --- 2018-06-19 Jakub Jelinek New
[gomp5] Add support for reduction clause task modifier on parallel [gomp5] Add support for reduction clause task modifier on parallel - - - - --- 2018-10-23 Jakub Jelinek New
[gomp5] Add support for C++ range for loops in #pragma omp {distribute,for,simd,taskloop} [gomp5] Add support for C++ range for loops in #pragma omp {distribute,for,simd,taskloop} - - - - --- 2018-07-18 Jakub Jelinek New
[gomp5] Add support for 5 new combined constructs for tasking [gomp5] Add support for 5 new combined constructs for tasking - - - - --- 2018-10-18 Jakub Jelinek New
[gomp5] Add reduction support for taskloop/taskloop simd [gomp5] Add reduction support for taskloop/taskloop simd - - - - --- 2018-10-16 Jakub Jelinek New
[gomp5] Add omp_pause_resource{,_all} support [gomp5] Add omp_pause_resource{,_all} support - - - - --- 2018-07-27 Jakub Jelinek New
[gomp5] Add host teams construct support [gomp5] Add host teams construct support - - - - --- 2018-07-25 Jakub Jelinek New
[gomp5] Add C/C++ lastprivate(conditional: ...) parsing - - - - --- 2017-05-10 Jakub Jelinek New
[gomp5] Add #pragma omp depobj support [gomp5] Add #pragma omp depobj support - - - - --- 2018-06-28 Jakub Jelinek New
[gomp4] vector reductions - - - - --- 2015-09-23 Nathan Sidwell New
[gomp4] vector reductions - - - - --- 2016-08-31 Nathan Sidwell New
[gomp4] various backports from trunk - - - - --- 2016-03-11 Cesar Philippidis New
[gomp4] various OpenACC/PTX built-ins and a reduction tweak - - - - --- 2014-09-17 Cesar Philippidis New
[gomp4] useless reduction locks and other bug fixes - - - - --- 2015-09-01 Cesar Philippidis New
[gomp4] use static_nonchunk loop scheduling for non-static acc gang loops - - - - --- 2015-06-17 Cesar Philippidis New
[gomp4] use integer_zerop - - - - --- 2015-09-09 Nathan Sidwell New
[gomp4] update tile clause lowering in fortran - - - - --- 2016-10-05 Cesar Philippidis New
[gomp4] update parsing for the bind clause in fortran - - - - --- 2017-03-31 Cesar Philippidis New
[gomp4] update gfortran's tile clause error handling - - - - --- 2016-10-03 Cesar Philippidis New
[gomp4] unify open acc level constants - - - - --- 2015-07-28 Nathan Sidwell New
[gomp4] tile pre patch - - - - --- 2016-10-03 Nathan Sidwell New
[gomp4] tile clause asterisk argument - - - - --- 2015-09-30 Cesar Philippidis New
[gomp4] teach the tracer pass to ignore more blocks for OpenACC - - - - --- 2015-08-26 Cesar Philippidis New
[gomp4] teach the lto driver to error for missing decls - - - - --- 2016-01-08 Cesar Philippidis New
[gomp4] teach fortran to reject the device clause in acc routines - - - - --- 2015-11-19 Cesar Philippidis New
[gomp4] splay tree implementation for future OpenACC runtime library usage. - - - - --- 2013-12-05 James Norris New
[gomp4] some ptx cleanups - - - - --- 2015-08-04 Nathan Sidwell New
[gomp4] small oacc cleanup - - - - --- 2015-10-16 Nathan Sidwell New
[gomp4] small cleanup - - - - --- 2015-09-15 Nathan Sidwell New
[gomp4] simplify parition allocation logic - - - - --- 2016-09-30 Nathan Sidwell New
[gomp4] signed nums are better for dimensions - - - - --- 2015-08-11 Nathan Sidwell New
[gomp4] runtime default compute dimensions - - - - --- 2016-08-30 Nathan Sidwell New
[gomp4] routine pragma c parsing - - - - --- 2015-08-16 Nathan Sidwell New
[gomp4] routine calls - - - - --- 2015-08-20 Nathan Sidwell New
[gomp4] rewrite simd clone argument adjustment to avoid regimplification - - - - --- 2013-11-06 Aldy Hernandez New
[gomp4] rewrite simd clone argument adjustment to avoid regimplification - - - - --- 2013-11-07 Aldy Hernandez New
[gomp4] rewrite simd clone argument adjustment to avoid regimplification - - - - --- 2013-11-07 Aldy Hernandez New
[gomp4] rewrite simd clone argument adjustment to avoid regimplification - - - - --- 2013-11-11 Aldy Hernandez New
[gomp4] rework ptx builtins ... again - - - - --- 2015-09-24 Nathan Sidwell New
[gomp4] revert num_gangs, num_workers, vector_length and num_threads parser changes in c/c++ - - - - --- 2015-10-29 Cesar Philippidis New
[gomp4] revert fortran declare changes - - - - --- 2015-11-06 Cesar Philippidis New
[gomp4] reorganize reduction target lowering - - - - --- 2015-10-26 Nathan Sidwell New
[gomp4] reorder functions - - - - --- 2015-10-15 Nathan Sidwell New
[gomp4] remove xfails in the libgomp reduction tests - - - - --- 2015-09-02 Cesar Philippidis New
[gomp4] remove use of CUDA unified memory in libgomp - - - - --- 2016-11-19 Cesar Philippidis New
[gomp4] remove some tile tests - - - - --- 2016-09-30 Nathan Sidwell New
[gomp4] remove kernel-specific launch - - - - --- 2015-07-19 Nathan Sidwell New
[gomp4] remove kernel-specific launch - - - - --- 2015-07-19 Nathan Sidwell New
[gomp4] remove kernel-specific launch - - - - --- 2015-07-20 Tom de Vries New
[gomp4] remove kernel-specific launch - - - - --- 2015-07-21 Thomas Schwinge New
[gomp4] remove gwv test case - - - - --- 2015-05-18 Cesar Philippidis New
[gomp4] remove goacc locking - - - - --- 2015-09-28 Nathan Sidwell New
[gomp4] remove goacc locking - - - - --- 2015-10-01 Thomas Schwinge New
[gomp4] remove dead code - - - - --- 2015-10-14 Nathan Sidwell New
[gomp4] remove c++ reference restriction - - - - --- 2015-11-12 Nathan Sidwell New
[gomp4] remove c++ reference restriction - - - - --- 2015-11-12 Thomas Schwinge New
[gomp4] remove bogus tests - - - - --- 2015-10-10 Nathan Sidwell New
[gomp4] remove bogus tests - - - - --- 2015-10-11 Nathan Sidwell New
[gomp4] remove OMP_CLAUSE_DEVICE_RESIDENT - - - - --- 2016-11-10 Cesar Philippidis New
[gomp4] remove IFN_GOACC_DIM handling from device_lower - - - - --- 2015-11-09 Nathan Sidwell New
[gomp4] remove GOVD_USE_DEVPTR - - - - --- 2016-11-07 Cesar Philippidis New
[gomp4] remove GOVD_USE_DEVPTR - - - - --- 2017-01-10 Thomas Schwinge New
[gomp4] remove GOVD_USE_DEVPTR - - - - --- 2017-01-10 Thomas Schwinge New
[gomp4] remap variables inside gang, worker, vector and collapse clauses - - - - --- 2015-09-23 Cesar Philippidis New
[gomp4] remap variables inside gang, worker, vector and collapse clauses - - - - --- 2015-09-23 Cesar Philippidis New
[gomp4] reductions on explicitly private variables - - - - --- 2016-01-08 Cesar Philippidis New
[gomp4] reduction simplification - - - - --- 2015-09-14 Nathan Sidwell New
[gomp4] reduction cleanup - - - - --- 2015-09-16 Nathan Sidwell New
« 1 2 ... 359 360 3611272 1273 »