Age | Commit message (Expand) | Author | Files | Lines |
2023-09-12 | libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tr... | Thomas Schwinge | 1 | -1/+1 |
2023-06-02 | Remove stale Autoconf checks for Perl | Thomas Schwinge | 1 | -1/+0 |
2023-05-15 | Support parallel testing in libgomp, part II [PR66005] | Thomas Schwinge | 1 | -0/+1 |
2023-05-15 | libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P... | Thomas Schwinge | 1 | -0/+1 |
2023-01-17 | Regenerate Makefile.in files. | Martin Liska | 1 | -1/+1 |
2022-11-14 | Revert "sphinx: support Sphinx in build system" | Martin Liska | 1 | -26/+124 |
2022-11-14 | Revert "sphinx: add --with-sphinx-build" | Martin Liska | 1 | -4/+3 |
2022-11-14 | Revert "sphinx: fix building if sphinx-build is missing" | Martin Liska | 1 | -4/+1 |
2022-11-14 | Revert "sphinx: add missing HAS_SPHINX_BUILD" | Martin Liska | 1 | -1/+0 |
2022-11-09 | sphinx: add missing HAS_SPHINX_BUILD | Martin Liska | 1 | -0/+1 |
2022-11-09 | sphinx: fix building if sphinx-build is missing | Martin Liska | 1 | -1/+4 |
2022-11-09 | sphinx: add --with-sphinx-build | Martin Liska | 1 | -3/+4 |
2022-11-09 | sphinx: support Sphinx in build system | Martin Liska | 1 | -124/+26 |
2022-06-28 | libgomp: fix typo in mold linker detection | Martin Liska | 1 | -1/+1 |
2022-06-10 | libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op... | Thomas Schwinge | 1 | -28/+22 |
2022-05-13 | libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicable | Thomas Schwinge | 1 | -8/+10 |
2022-05-12 | Refactor '-ldl' handling for libgomp proper and plugins | Thomas Schwinge | 1 | -4/+4 |
2022-05-12 | libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE... | Thomas Schwinge | 1 | -7/+19 |
2022-05-12 | libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ... | Thomas Schwinge | 1 | -2/+0 |
2022-05-11 | libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-... | Thomas Schwinge | 1 | -2/+0 |
2022-05-11 | libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_... | Thomas Schwinge | 1 | -6/+4 |
2021-08-17 | openmp: Implement OpenMP 5.1 scope construct | Jakub Jelinek | 1 | -11/+12 |
2021-04-28 | offload-defaulted: Config option to silently ignore uninstalled offload compi... | Tobias Burnus | 1 | -1/+1 |
2020-11-05 | openmp: Mark deprecated symbols in OpenMP 5.0 | Kwok Cheung Yeung | 1 | -1/+1 |
2020-10-02 | libgomp: Regenerate configure files with automake 1.15.1 | Tobias Burnus | 1 | -176/+55 |
2020-08-03 | Removal of HSA offloading from gcc and libgomp | Martin Jambor | 1 | -100/+180 |
2020-07-23 | libomp: Add omp_depend_kind to omp_lib.{f90,h} | Tobias Burnus | 1 | -0/+1 |
2020-07-15 | libgomp: Add Fortran routine support for allocators | Tobias Burnus | 1 | -0/+1 |
2020-06-22 | build: Use -include instead of conditional include. | David Edelsohn | 1 | -3/+1 |
2020-06-21 | aix: Add GCC64 configuration and FAT target libraries. | David Edelsohn | 1 | -3/+9 |
2020-05-19 | openmp: Add basic library allocator support. | Jakub Jelinek | 1 | -2/+4 |
2020-01-24 | Add `--with-toolexeclibdir=' configuration option | Maciej W. Rozycki | 1 | -4/+6 |
2019-11-13 | GCN Libgomp Plugin | Andrew Stubbs | 1 | -8/+49 |
2019-11-13 | GCN libgomp port | Andrew Stubbs | 1 | -2/+4 |
2019-10-01 | configure.ac: Remove GCC_HEADER_STDINT(gstdint.h). | Jakub Jelinek | 1 | -1/+0 |
2019-05-30 | Generalize getconf _NPROCESSORS_ONLN | Rainer Orth | 1 | -1/+3 |
2019-05-17 | OpenACC Profiling Interface (incomplete) | Thomas Schwinge | 1 | -3/+4 |
2019-02-22 | [libgomp] In OpenACC testing, cycle though all offload targets | Thomas Schwinge | 1 | -0/+1 |
2019-02-22 | [libgomp] Clarify difference between offload target, offload plugin, and Open... | Thomas Schwinge | 1 | -1/+1 |
2018-11-26 | Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu. | Jakub Jelinek | 1 | -1/+1 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -2/+5 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 1 | -232/+331 |
2018-03-25 | re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran tes... | Thomas Koenig | 1 | -1/+1 |
2017-11-17 | Enable building libgomp with Intel CET | Igor Tsimbalist | 1 | -2/+2 |
2017-01-17 | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 1 | -2/+3 |
2017-01-09 | re PR libgomp/60670 (omp.h may differ between multilibs) | Francois-Xavier Coudert | 1 | -1/+1 |
2016-11-30 | libgomp: regenerate with automake-1.11.6 | Alexander Monakov | 1 | -42/+91 |
2016-11-23 | OpenMP offloading to NVPTX: libgomp changes | Alexander Monakov | 1 | -15/+19 |
2016-11-23 | Remove build dependence on HSA run-time | Martin Liska | 1 | -93/+45 |
2016-02-02 | libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuite | Thomas Schwinge | 1 | -0/+1 |