summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...devel/power-ieee128Thomas Koenig2022-01-151-2/+36
|\
| * power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek2022-01-111-2/+36
* | Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig2022-01-151-55/+56
|/
* Handle R16 conversion for POWER in the environment variables.Thomas Koenig2022-01-101-1/+48
* Implement CONVERT specifier for OPEN.Thomas Koenig2022-01-097-15/+193
* libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek2022-01-075-9/+23
* libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek2022-01-073-0/+18
* Allow other languages to change long double format.Michael Meissner2022-01-051-5/+3
* testsuite: Fix pr47614.f testJakub Jelinek2022-01-041-0/+1
* fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek2022-01-045-41/+251
* fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek2022-01-042-1/+2
* libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek2022-01-041-2/+6
* fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek2022-01-0411-61/+207
* libquadmath: Use -mno-gnu-attribute in libquadmathJakub Jelinek2022-01-032-0/+37
* Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...Thomas Koenig2022-01-037-76/+438
|\
| * gfortran: Introduce gfc_type_abi_kindJakub Jelinek2021-12-315-76/+177
| * libgfortran: Small progress on the library sideJakub Jelinek2021-12-312-0/+261
* | Make sure the Fortran specifics have real(kind=16).Thomas Koenig2022-01-0340-167/+186
|/
* Generate config.h macros for IEEE128 math functions.Thomas Koenig2021-12-125-2/+1048
* Fix pattern substition for _r17 and _c17.Thomas Koenig2021-12-113-10/+36
* Prepare library for REAL(KIND=17).Thomas Koenig2021-12-06110-254/+27561
* c++: Avoid adding implicit attributes during apply_late_template_attributes [...Jakub Jelinek2021-11-192-0/+36
* gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space.Iain Sandoe2021-11-191-1/+1
* analyzer: fix false leak due to overeager state merging [PR103217]David Malcolm2021-11-199-14/+117
* libstdc++: Improve tests for stringstream constructors in C++20Jonathan Wakely2021-11-196-88/+633
* libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely2021-11-191-2/+9
* libstdc++: One more change for Clang to support constexpr std::string [PR103295]Jonathan Wakely2021-11-191-1/+1
* rs6000: Add optimizations for _mm_sad_epu8Paul A. Clarke2021-11-191-7/+17
* c++: Fix cpp0x/lambda/lambda-nested9.C with C++11Marek Polacek2021-11-191-1/+1
* Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe2021-11-1918-581/+153
* libgcc, emutls: Allow building weak definitions of the emutls functions.Iain Sandoe2021-11-192-2/+28
* libstdc++, testsuite: Add a prune expression for external tool bug.Iain Sandoe2021-11-191-1/+4
* libphobos, testsuite: Add prune clauses for two Darwin cases.Iain Sandoe2021-11-191-0/+7
* libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely2021-11-193-1/+9
* libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely2021-11-196-15/+141
* options: Make -Ofast switch off -fsemantic-interpositionMartin Jambor2021-11-192-0/+2
* Use modref even for nested functions in ref_maybe_used_by_call_p_1Jan Hubicka2021-11-192-1/+24
* Restore ancient -Waddress for weak symbols [PR33925].Martin Sebor2021-11-1910-11/+288
* Limit depth for all GORI expressions.Andrew MacLeod2021-11-192-11/+34
* IBM Z: Fix load-and-test peephole2 conditionStefan Schulze Frielinghaus2021-11-192-1/+13
* middle-end: Handle FMA_CONJ correctly after SLP layout update.Tamar Christina2021-11-198-26/+37
* Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska2021-11-1927-41/+46
* Do not abort compilation when dump file is /dev/*Giuliano Belinassi2021-11-193-2/+11
* c++: cp_walk_subtrees simplification for *_CAST_EXPRPatrick Palka2021-11-191-7/+0
* c++: nested lambda capturing a capture proxy [PR94376]Patrick Palka2021-11-192-4/+56
* libphobos: Increase size of defaultStackPages on OSX X86_64 targets.Iain Buclaw2021-11-191-0/+10
* libphobos: Don't call __gthread_key_delete in the emutls destroy function.Iain Buclaw2021-11-191-6/+0
* Fix tree-optimization/103314 : Limit folding of (type) X op CST where type is...Andrew Pinski2021-11-192-1/+11
* Fix IPA modref ubsan.Martin Liska2021-11-192-2/+6
* c++/103326 - fix ICE in tsubst with VECTOR_CSTRichard Biener2021-11-192-0/+16