]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2020-03-06  Wilco Dijkstra[AArch64] Fix lane specifier syntax
2020-03-06  Kyrylo Tkachov[AArch64][SVE] Add missing movprfx attribute to some...
2020-03-06  David Edelsohnrs6000: Correct logic to disable NO_SUM_IN_TOC and...
2020-03-06  Andrew PinskiAvoid putting a REG_NOTE on anything other than an...
2020-03-06  Claudiu Zissulescuarc: Update tumaddsidi4 test.
2020-03-06  Patrick Palkalibstdc++: Add missing friend declaration to join_view...
2020-03-06  Patrick Palkalibstdc++: Give ranges::empty() a concrete return type...
2020-03-06  Jonathan Wakelylibstdc++: Fix PR number in ChangeLog (PR 94069)
2020-03-06  Jonathan Wakelylibstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)
2020-03-06  Andreas KrebbelAdd missing ChangeLog entries
2020-03-06  Jonathan Wakelylibstdc++: Fix failing filesystem::path tests (PR 93244)
2020-03-06  Andreas Krebbellibstdc++: Deal with ENOSYS == ENOTSUP
2020-03-06  Delia BurduvACLE intrinsics: BFloat16 load intrinsics for AArch32
2020-03-06  Delia BurduvACLE intrinsics: BFloat16 store (vst<n>{q}_bf16) intrin...
2020-03-06  Kito ChengRISC-V: Fix testsuite regression due to recent IRA...
2020-03-06  Delia Burduvaarch64: ACLE intrinsics for BFCVTN, BFCVTN2 and BFCVT
2020-03-06  Andreas KrebbelFix error format string.
2020-03-06  Kito Chengre PR tree-optimization/90883 (Generated code is worse...
2020-03-06  H.J. Lui386: Properly encode vector registers in vector move
2020-03-06  GCC AdministratorDaily bump.
2020-03-06  Andre Vieira[PATCH][testuite] Fix pr80481.C after epilogue vectoriz...
2020-03-05  Joseph Myersc: ignore initializers for elements of variable-size...
2020-03-05  Jeff LawCommit correct version of gimple.c file
2020-03-05  Jeff LawFix location maybe_diag_overlap passes to diagnostics...
2020-03-05  Jakub Jelineki386: Fix some -O0 avx2intrin.h and xopintrin.h intrins...
2020-03-05  Kyrylo Tkachov[AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b...
2020-03-05  Jonathan Wakelylibstdc++: Fix some warnings in filesystem tests
2020-03-05  Uros Bizjaktestsuite: Compile asan_test.C with -Wno-alloc-size...
2020-03-05  Jonathan Wakelylibstdc++: allow string_view insertion to work with...
2020-03-05  Jakub Jelinektestsuite: Add testcase for already fixed PR [PR90311]
2020-03-05  Jeff LawFuture proofing this test.
2020-03-05  Jason Merrillc++: Add test for PR91607.
2020-03-05  Steven G. KarglFortran: ICE in gfc_code2string PR93792
2020-03-05  Delia Burduv[AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b...
2020-03-05  Srinath Parvathaneni[PATCH][GCC]: Add myself to MAINTAINERS
2020-03-05  Jakub Jelinekprint-rtl: Fix printing of CONST_STRING in DEBUG_INSNs...
2020-03-05  Richard BienerKeep .GCC.command.line sections of LTO objetcs
2020-03-05  Jakub Jelineksccvn: Fix handling of POINTER_PLUS_EXPR in memset...
2020-03-05  Martin SeborPR c++/90938 - Initializing array with {1} works but...
2020-03-05  GCC AdministratorDaily bump.
2020-03-04  Jeff LawFix format warning which showed up on FreeBSD 11.3.
2020-03-04  Jason Merrillc++: Fix [[no_unique_address]] and default mem-init...
2020-03-04  Martin SeborPR tree-optimization/93986 - ICE on mixed-precision...
2020-03-04  David Malcolmanalyzer: validate region subclasses
2020-03-04  David Malcolmanalyzer: add regression test for fixed ICE [PR94028]
2020-03-04  Martin SeborPR middle-end/81401 - false positive -Wformat-overflow...
2020-03-04  Will SchmidtRemove unnecessary XFAILs from existing testcase 200506...
2020-03-04  Will SchmidtAdd dg-require to existing powerpc/pr93122.c test
2020-03-04  David Malcolmanalyzer: handle __builtin_expect [PR93993]
2020-03-04  David Malcolmanalyzer: fix ICE on non-lvalue in prune_for_sm_diagnos...
2020-03-04  David Malcolmanalyzer: remove unused private fields
2020-03-04  Jonathan Wakelylibstdc++: Fix comment on __memcpyable
2020-03-04  Bill Schmidtrs6000: Fix -mpower9-vector -mno-altivec ICE (PR87560)
2020-03-04  Andreas KrebbelIBM Z: zTPF: Include glibc-stdint.h to get __UINTPTR_TY...
2020-03-04  Andreas KrebbelIBM Z: zTPF: Prevent FPR usage
2020-03-04  Andreas KrebbelIBM Z: zTPF: Build libgcc with -mtpf-trace-skip
2020-03-04  Andreas KrebbelIBM Z: zTPF: Add tpf trace customization options
2020-03-04  Martin LiskaAdd -fcommon to a test-case to re-trigger it.
2020-03-04  Jakub Jelinekinliner: Copy DECL_BY_REFERENCE in copy_decl_to_var...
2020-03-04  Jakub Jelineksccvn: Avoid overflows in push_partial_def
2020-03-04  Richard Bienertree-optimization/93964 - adjust ISL code generation...
2020-03-04  Martin LiskaClear --help=language and --help=common interaction.
2020-03-04  Martin LiskaWrap array in ctor with braces.
2020-03-04  Jakub Jelinektailcall: Fix up process_assignment [PR94001]
2020-03-04  Kito ChengPR target/93995 ICE in patch_jump_insn, at cfgrtl.c...
2020-03-04  Marek Polacekc++: Fix mismatch in template argument deduction [PR90505]
2020-03-04  Patrick Palkalibstdc++: Fix incorrect use of memset in ranges::fill_...
2020-03-04  Patrick Palkalibstdc++: Move-only input iterator support in <memory...
2020-03-04  Patrick Palkalibstdc++: Add a testsuite range type that has a sized...
2020-03-04  Patrick Palkalibstdc++: Add a move-only testsuite iterator type
2020-03-04  Patrick Palkalibstdc++: Fix use of is_nothrow_assignable_v in <bits...
2020-03-04  JunMacoroutines: Handle component_ref in captures_temporary
2020-03-04  GCC AdministratorDaily bump.
2020-03-03  Jonathan Wakelylibstdc++: Workaround is_trivially_copyable<volatile...
2020-03-03  Jakub Jelinekc++: Fix non-constant TARGET_EXPR constexpr handing...
2020-03-03  Richard Earnshawlibgcc: arm: convert thumb1 code to unified syntax
2020-03-03  Dennis Zhangarm: ACLE BFloat16 convert intrinsics
2020-03-03  Jonathan Wakelylibstdc++: Micro-optimisations for lexicographical_comp...
2020-03-03  Jakub Jelineksccvn: Improve handling of load masked with integer...
2020-03-03  Richard Bienertree-optimization/93946 - fix bogus redundant store...
2020-03-03  Jakub Jelineks390: Fix --with-arch=... --with-tune=... [PR26877]
2020-03-03  Jakub Jelinekexplow: Fix ICE caused by plus_constant [PR94002]
2020-03-03  Claudiu Zissulescuarc: Update legitimate small data address.
2020-03-03  Claudiu Zissulescuarc: Use accl_operand predicate for fma instructions.
2020-03-03  Claudiu Zissulescuarc: Improve code gen for 64bit add/sub operations.
2020-03-03  Claudiu Zissulescuarc: Add length attribute to eh_return pattern.
2020-03-03  Jakub Jelinektestsuite: Add testcases for already fixed PR [PR93927]
2020-03-03  JunMaBuild coroutine expression with unknown_type in process...
2020-03-03  GCC AdministratorDaily bump.
2020-03-02  David Malcolmanalyzer: don't print the duplicate count by default
2020-03-02  David Malcolminvoke.texi: add missing option to -fanalyzer list
2020-03-02  David Malcolmanalyzer: detect malloc, free, calloc within "std"...
2020-03-02  Iain Sandoecoroutines: Update lambda capture handling to n4849.
2020-03-02  Uros Bizjaki386: Allow only registers with VALID_INT_MODE_P modes...
2020-03-02  Martin SeborAdd new test for PR tree-optimization/92982.
2020-03-02  Marek Polacekc++: Add -std=gnu++20 option [PR93958]
2020-03-02  Andrew BensonEnsure sufficient size of variables used for module...
2020-03-02  Jonathan Wakelylibstdc++: Fix std::lexicographic_compare for unsigned...
2020-03-02  Jonathan Wakelylibstdc++: Rename __detail::__maybe_empty_t alias template
2020-03-02  Iain Sandoecoroutines: Don't make duplicate frame copies of awaita...
next