aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-05-05OpenMP 5.0: Implement relaxation of implicit map vs. existing device mappingsChung-Lin Tang1-1/+16
2021-02-02OpenMP 5.0: requires directiveChung-Lin Tang1-0/+6
2021-02-02OpenMP 5.0: map this[:1] in C++ non-static member functions (PR 92120)Chung-Lin Tang1-1/+13
2021-01-22openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung2-0/+8
2020-09-21dwarf: Multi-register CFI address supportAndrew Stubbs1-0/+6
2020-09-15[PATCH] OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus2-0/+11
2020-08-01Merge branch 'releases/gcc-10' into devel/omp/gcc-10Julian Brown1-0/+21
2020-07-23Update ChangeLog and version files for releasereleases/gcc-10.2.0Richard Biener1-0/+4
2020-07-14Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus1-2/+10
2020-07-14Daily bump.GCC Administrator1-0/+17
2020-07-13openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown1-1/+6
2020-07-13openacc: GOMP_MAP_ATTACH handling in find_group_lastJulian Brown1-1/+4
2020-06-10Merge branch 'releases/gcc-10' into devel/omp/gcc-10Tobias Burnus1-0/+4
2020-06-09Fortran "declare create"/allocate support for OpenACCJulian Brown2-0/+11
2020-06-09Make OpenACC function-parameter explosion optionalJulian Brown2-0/+5
2020-06-09Merge non-contiguous array support patches.Chung-Lin Tang2-0/+35
2020-05-07Update ChangeLog and version files for releasereleases/gcc-10.1.0Jakub Jelinek1-0/+4
2020-04-17Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska2-1/+9
2020-04-01Clear me from patch ownership.Martin Liska1-2/+1
2020-04-01Fix typo in a macro usage.Martin Liska2-1/+7
2020-03-24Improve endianess detection.Martin Liska2-2/+68
2020-03-21Fix comma at end of enumerator list seen with -std=c++98.Martin Liska3-2/+8
2020-03-19API extension for binutils (type of symbols).Martin Liska2-0/+18
2020-03-19Update include/plugin-api.h.Martin Liska2-2/+38
2020-02-05libiberty/hashtab: More const parametersAndrew Burgess2-2/+7
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge2-15/+4
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-1/+5
2020-01-01Update copyright years.Jakub Jelinek41-40/+44
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki2-0/+21
2019-12-20OpenACC 2.6 deep copy: middle-end partsJulian Brown2-1/+9
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown2-0/+17
2019-12-19Add OpenACC 2.6's no_createJulian Brown2-0/+9
2019-11-16[PATCH] Fix slowness in demanglerJeff Law2-1/+7
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu2-0/+9
2019-11-13GCN libgomp portAndrew Stubbs2-0/+10
2019-08-08Fix file descriptor existence of MinGW.Martin Liska2-0/+9
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu2-18/+5
2019-06-19Fix description of 'GOMP_MAP_FIRSTPRIVATE'Thomas Schwinge2-2/+6
2019-06-10Add warn_unused_result attribute for memory-related functions in libiberty.Martin Liska3-6/+25
2019-06-10Add alloc_size for libiberty memory allocation functions.Martin Liska3-3/+38
2019-04-26libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF is not defined.Michael Forney2-1/+6
2019-04-03[ARC]PR 88409: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta2-2/+10
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers2-2/+14
2019-01-09PR other/16615 [2/5]Sandra Loosemore3-3/+10
2019-01-01Update copyright years.Jakub Jelinek41-40/+44
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge2-0/+17
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill2-32/+6
2018-12-11Fix a failure in the libiberty testsuite by increasing the demangle recursion...Nick Clifton2-1/+6
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton2-0/+16
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2-0/+13