pocl.git
2022-01-07 Andreas Beckmanntune distro mode
2022-01-07 Andreas Beckmannadd support for a GENERIC cpu type that uses llvm defaults
2022-01-07 Andreas BeckmannHACK! regression/struct_kernel_arguments fails on i686
2022-01-07 Andreas Beckmann[PATCH 02/10] link against single shared libclang-cpp...
2022-01-07 Pekka Jääskeläinen[PATCH 144/144] test_dlopen fix for ICD enabled
2022-01-07 Andreas Beckmann[PATCH 143/144] add printf and parameter passing test...
2022-01-07 Andreas Beckmann[PATCH 142/144] ignore known llvm segfault test failures
2022-01-07 Andreas Beckmann[PATCH 141/144] add testcase for llvm segfault (issue...
2022-01-07 Andreas Beckmann[PATCH 140/144] add dlopen test for the proxy device
2022-01-07 Andreas Beckmann[PATCH 139/144] do not dlopen(libpocl.so) without ENABL...
2022-01-07 Andreas Beckmann[PATCH 138/144] tests: (run_)kernel.c: show build log...
2022-01-07 Andreas Beckmann[PATCH 137/144] add poclu_show_program_build_log(cl_pro...
2022-01-07 Andreas Beckmann[PATCH 136/144] skip subdevice tests on devices with...
2022-01-07 Andreas Beckmann[PATCH 135/144] skip tests that require unavailable...
2022-01-07 Andreas Beckmann[PATCH 134/144] fix unlabeled tests
2022-01-07 Andreas Beckmann[PATCH 133/144] consistently use add_test(NAME ......
2022-01-07 Andreas Beckmann[PATCH 132/144] tests: emit "OK" along EXIT_SUCCESS
2022-01-07 Andreas Beckmann[PATCH 131/144] tests: simplify EXIT_SUCCESS/EXIT_FAILU...
2022-01-07 Andreas Beckmann[PATCH 130/144] tests: use EXIT_SUCCESS/EXIT_FAILURE...
2022-01-07 Andreas Beckmann[PATCH 128/144] add POCL_EXPORT to additional symbols...
2022-01-07 Andreas Beckmann[PATCH 127/144] really enable VISIBILITY_HIDDEN by...
2022-01-07 Tom Rix[PATCH 122/144] llvm 13: handle deprecated CreateLoad
2022-01-07 Andreas Beckmann[PATCH 118/144] cmake policy CMP0025 was introduced...
2022-01-07 Andreas Beckmann[PATCH 117/144] drop the "clangxx works" check from...
2022-01-07 Andreas Beckmann[PATCH 116/144] add a copy of the ROCm-Device-Libs...
2022-01-07 Andreas Beckmann[PATCH 115/144] add a copy of the Boost license for...
2022-01-07 Andreas Beckmann[PATCH 114/144] do not build libllvmopencl.so by defaul...
2022-01-07 Andreas Beckmann[PATCH 113/144] drop irrelevant metadata causing warnin...
2022-01-07 Andreas Beckmann[PATCH 111/144] import clang-format-diff.py from clang-13
2022-01-07 Andreas Beckmann[PATCH 110/144] exit early if reformatting produced...
2022-01-07 Andreas Beckmann[PATCH 109/144] use proper tempfiles
2022-01-07 Andreas Beckmann[PATCH 108/144] do not reformat if there are uncommitte...
2022-01-07 Andreas Beckmann[PATCH 107/144] check for .git/rebase-merge to detect...
2022-01-07 Andreas Beckmann[PATCH 106/144] hsa: check for clang -target amdgcn...
2022-01-07 Andreas Beckmann[PATCH 105/144] hsa: check for clang -target hsail64
2022-01-07 Andreas Beckmann[PATCH 103/144] link libpocl-devices-ttasim.so with...
2022-01-07 Andreas Beckmann[PATCH 102/144] link libpocl-devices-hsa.so with -pthread
2022-01-07 Andreas Beckmann[PATCH 101/144] link libpocl-devices-cuda.so with ...
2022-01-07 Andreas Beckmann[PATCH 100/144] link libpocl-devices-pthread.so with...
2022-01-07 Andreas Beckmann[PATCH 099/144] restore setting unroll-threshold on...
2022-01-07 Roman Rusyaev[PATCH 097/144] Avoid inheritance from std::vector...
2022-01-07 nchristensen[PATCH 096/144] Avoid loss precision in event time...
2022-01-07 Andreas Beckmann[PATCH 90/90] do not link libpocl-devices-hsa.so agains...
2022-01-07 Andreas Beckmann[PATCH 89/90] rename pocl_basic_svm_fill() to pocl_driv...
2022-01-07 Andreas Beckmann[PATCH 88/90] rename pocl_basic_free() to pocl_driver_f...
2022-01-07 Andreas Beckmann[PATCH 87/90] rename pocl_basic_alloc_mem_obj() to...
2022-01-07 Andreas Beckmann[PATCH 86/90] enable VISIBILITY_HIDDEN by default
2022-01-07 Andreas Beckmann[PATCH 84/90] rename byteswap_uint32_t() to pocl_bytesw...
2022-01-07 Andreas Beckmann[PATCH 83/90] rename init_mem_region() to pocl_init_mem...
2022-01-07 Andreas Beckmann[PATCH 82/90] rename free_chunk() to pocl_free_chunk()
2022-01-07 Andreas Beckmann[PATCH 81/90] rename alloc_buffer_from_region() to...
2022-01-07 Andreas Beckmann[PATCH 80/90] rename get_llvm_cpu_name() to pocl_get_ll...
2022-01-07 Andreas Beckmann[PATCH 79/90] add POCL_EXPORT to additional symbols...
2022-01-07 Andreas Beckmann[PATCH 78/90] add POCL_EXPORT to additional symbols...
2022-01-07 Andreas Beckmann[PATCH 77/90] add POCL_EXPORT to additional symbols...
2022-01-07 Andreas Beckmann[PATCH 76/90] add POCL_EXPORT to additional symbols...
2022-01-07 Andreas Beckmann[PATCH 75/90] be more verbose on pthread errors
2022-01-07 Andreas Beckmann[PATCH 74/90] pthread: cleanup/fail pthread_scheduler_i...
2022-01-07 Andreas Beckmann[PATCH 73/90] pthread: add barrier after worker thread...
2022-01-07 Andreas Beckmann[PATCH 72/90] pthread: add return code to pthread_sched...
2022-01-07 Andreas Beckmann[PATCH 71/90] add PTHREAD_CHECK() to all macros wrappin...
2022-01-07 Andreas Beckmann[PATCH 69/90] add PTHREAD_CHECK2() accepting an additio...
2022-01-07 Andreas Beckmann[PATCH 68/90] move PTHREAD_CHECK() to pocl_cl.h
2022-01-07 Andreas Beckmann[PATCH 66/90] pthread: add PTHREAD_CHECK() to all pthre...
2022-01-07 Andreas Beckmann[PATCH 64/90] cuda: add PTHREAD_CHECK() to all pthread_...
2022-01-07 Andreas Beckmann[PATCH 63/90] hsa: add PTHREAD_CHECK() to the remaining...
2022-01-07 Andreas Beckmann[PATCH 62/90] add test test_ucharn.cl
2022-01-07 Andreas Beckmann[PATCH 61/90] test_printf_vectors fails on most platforms
2022-01-07 Andreas Beckmann[PATCH 60/90] add printf() tests for all (unsigned...
2022-01-07 Andreas Beckmann[PATCH 59/90] move vector type printf tests to a separa...
2022-01-07 Andreas Beckmann[PATCH 58/90] run_test: show diff if test output does...
2022-01-07 Michal Babej[PATCH 52/90] vulkan: label tests that work with vulkan...
2022-01-07 Michal Babej[PATCH 43/90] MapBuffer/MapImage: allocate the cl_mem...
2022-01-07 Giuseppe Bilotta[PATCH 41/90] CUDA: const correctness in get/free devic...
2022-01-07 Giuseppe Bilotta[PATCH 35/90] CUDA: don't leak the epoch_event
2022-01-07 André Gemünd[PATCH 30/90] Add missing cl_ext_pocl.h to install.
2022-01-07 Michal Babej[PATCH 18/90] Fix tests/regression/test_alignment_with_...
2022-01-07 Michal Babej[PATCH 17/90] Fix missing define in OpenCL-CTS
2022-01-07 Michal Babej[PATCH 16/90] Move pocl_cmd_max_grid_dim_width() outsid...
2022-01-07 Michal Babej[PATCH 15/90] Enable test_dlopen only if DLFCN is available
2022-01-07 Michal Babej[PATCH 14/90] Fix uninitialized variable in tests/regre...
2022-01-07 Michal Babej[PATCH 13/90] Fix data race in compile_and_link_program()
2022-01-07 Michal Babej[PATCH 11/90] Random fix for accel driver
2022-01-07 Pekka Jääskeläinen[PATCH 04/90] Tweaks
2022-01-07 Andreas Beckmannpocl (1.8-3) unstable; urgency=medium
2022-01-07 Andreas BeckmannImport pocl_1.8-3.debian.tar.xz
2021-10-15 Andreas BeckmannImport pocl_1.8.orig.tar.gz