summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* OpenMP 5.0: requires directiveChung-Lin Tang2021-02-021-0/+6
* OpenMP 5.0: map this[:1] in C++ non-static member functions (PR 92120)Chung-Lin Tang2021-02-021-1/+13
* openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung2021-01-222-0/+8
* dwarf: Multi-register CFI address supportAndrew Stubbs2020-09-211-0/+6
* [PATCH] OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus2020-09-152-0/+11
* Merge branch 'releases/gcc-10' into devel/omp/gcc-10Julian Brown2020-08-011-0/+21
|\
| * Update ChangeLog and version files for releasereleases/gcc-10.2.0Richard Biener2020-07-231-0/+4
| * Daily bump.GCC Administrator2020-07-141-0/+17
* | Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus2020-07-141-2/+10
|\ \ | |/
| * openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown2020-07-131-1/+6
| * openacc: GOMP_MAP_ATTACH handling in find_group_lastJulian Brown2020-07-131-1/+4
* | Merge branch 'releases/gcc-10' into devel/omp/gcc-10Tobias Burnus2020-06-101-0/+4
|\ \ | |/
| * Update ChangeLog and version files for releasereleases/gcc-10.1.0Jakub Jelinek2020-05-071-0/+4
* | Fortran "declare create"/allocate support for OpenACCJulian Brown2020-06-092-0/+11
* | Make OpenACC function-parameter explosion optionalJulian Brown2020-06-092-0/+5
* | Merge non-contiguous array support patches.Chung-Lin Tang2020-06-092-0/+35
|/
* Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.Martin Liska2020-04-172-1/+9
* Clear me from patch ownership.Martin Liska2020-04-011-2/+1
* Fix typo in a macro usage.Martin Liska2020-04-012-1/+7
* Improve endianess detection.Martin Liska2020-03-242-2/+68
* Fix comma at end of enumerator list seen with -std=c++98.Martin Liska2020-03-213-2/+8
* API extension for binutils (type of symbols).Martin Liska2020-03-192-0/+18
* Update include/plugin-api.h.Martin Liska2020-03-192-2/+38
* libiberty/hashtab: More const parametersAndrew Burgess2020-02-052-2/+7
* OpenACC 'acc_get_property' cleanupThomas Schwinge2020-01-102-15/+4
* OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus2020-01-101-1/+5
* Update copyright years.Jakub Jelinek2020-01-0141-40/+44
* Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki2019-12-222-0/+21
* OpenACC 2.6 deep copy: middle-end partsJulian Brown2019-12-202-1/+9
* OpenACC 2.6 deep copy: libgomp partsJulian Brown2019-12-202-0/+17
* Add OpenACC 2.6's no_createJulian Brown2019-12-192-0/+9
* [PATCH] Fix slowness in demanglerJeff Law2019-11-162-1/+7
* [PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu2019-11-162-0/+9
* GCN libgomp portAndrew Stubbs2019-11-132-0/+10
* Fix file descriptor existence of MinGW.Martin Liska2019-08-082-0/+9
* demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu2019-07-182-18/+5
* Fix description of 'GOMP_MAP_FIRSTPRIVATE'Thomas Schwinge2019-06-192-2/+6
* Add warn_unused_result attribute for memory-related functions in libiberty.Martin Liska2019-06-103-6/+25
* Add alloc_size for libiberty memory allocation functions.Martin Liska2019-06-103-3/+38
* libiberty.h (vasprintf): Don't declare if HAVE_DECL_VASPRINTF is not defined.Michael Forney2019-04-262-1/+6
* [ARC]PR 88409: miscompilation due to missing cc clobber in longlong.h macrosVineet Gupta2019-04-032-2/+10
* Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers2019-02-122-2/+14
* PR other/16615 [2/5]Sandra Loosemore2019-01-093-3/+10
* Update copyright years.Jakub Jelinek2019-01-0141-40/+44
* For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge2018-12-282-0/+17
* Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill2018-12-222-32/+6
* Fix a failure in the libiberty testsuite by increasing the demangle recursion...Nick Clifton2018-12-112-1/+6
* Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton2018-12-072-0/+16
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-082-0/+13
* Implement P0732R2, class types in non-type template parameters.Jason Merrill2018-11-052-0/+8