summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-15Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...devel/power-ieee128Thomas Koenig
2022-01-15Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig
2022-01-11power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek
2022-01-10Handle R16 conversion for POWER in the environment variables.Thomas Koenig
2022-01-09Implement CONVERT specifier for OPEN.Thomas Koenig
2022-01-07libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek
2022-01-07libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek
2022-01-05Allow other languages to change long double format.Michael Meissner
2022-01-04testsuite: Fix pr47614.f testJakub Jelinek
2022-01-04fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek
2022-01-04fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek
2022-01-04libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek
2022-01-04fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek
2022-01-03libquadmath: Use -mno-gnu-attribute in libquadmathJakub Jelinek
2022-01-03Merge branch 'devel/power-ieee128' of git+ssh://gcc.gnu.org/git/gcc into deve...Thomas Koenig
2022-01-03Make sure the Fortran specifics have real(kind=16).Thomas Koenig
2021-12-31gfortran: Introduce gfc_type_abi_kindJakub Jelinek
2021-12-31libgfortran: Small progress on the library sideJakub Jelinek
2021-12-12Generate config.h macros for IEEE128 math functions.Thomas Koenig
2021-12-11Fix pattern substition for _r17 and _c17.Thomas Koenig
2021-12-06Prepare library for REAL(KIND=17).Thomas Koenig
2021-11-19c++: Avoid adding implicit attributes during apply_late_template_attributes [...Jakub Jelinek
2021-11-19gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space.Iain Sandoe
2021-11-19analyzer: fix false leak due to overeager state merging [PR103217]David Malcolm
2021-11-19libstdc++: Improve tests for stringstream constructors in C++20Jonathan Wakely
2021-11-19libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely
2021-11-19libstdc++: One more change for Clang to support constexpr std::string [PR103295]Jonathan Wakely
2021-11-19rs6000: Add optimizations for _mm_sad_epu8Paul A. Clarke
2021-11-19c++: Fix cpp0x/lambda/lambda-nested9.C with C++11Marek Polacek
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe
2021-11-19libgcc, emutls: Allow building weak definitions of the emutls functions.Iain Sandoe
2021-11-19libstdc++, testsuite: Add a prune expression for external tool bug.Iain Sandoe
2021-11-19libphobos, testsuite: Add prune clauses for two Darwin cases.Iain Sandoe
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely
2021-11-19options: Make -Ofast switch off -fsemantic-interpositionMartin Jambor
2021-11-19Use modref even for nested functions in ref_maybe_used_by_call_p_1Jan Hubicka
2021-11-19Restore ancient -Waddress for weak symbols [PR33925].Martin Sebor
2021-11-19Limit depth for all GORI expressions.Andrew MacLeod
2021-11-19IBM Z: Fix load-and-test peephole2 conditionStefan Schulze Frielinghaus
2021-11-19middle-end: Handle FMA_CONJ correctly after SLP layout update.Tamar Christina
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska
2021-11-19Do not abort compilation when dump file is /dev/*Giuliano Belinassi
2021-11-19c++: cp_walk_subtrees simplification for *_CAST_EXPRPatrick Palka
2021-11-19c++: nested lambda capturing a capture proxy [PR94376]Patrick Palka
2021-11-19libphobos: Increase size of defaultStackPages on OSX X86_64 targets.Iain Buclaw
2021-11-19libphobos: Don't call __gthread_key_delete in the emutls destroy function.Iain Buclaw
2021-11-19Fix tree-optimization/103314 : Limit folding of (type) X op CST where type is...Andrew Pinski
2021-11-19Fix IPA modref ubsan.Martin Liska
2021-11-19c++/103326 - fix ICE in tsubst with VECTOR_CSTRichard Biener