]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-11-02  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-11-02  Tobias Burnusopenmp: Add testcase for threadprivate random access...
2021-11-02  Tobias Burnusopenmp: Diagnose threadprivate OpenMP loop iterators
2021-11-02  GCC AdministratorDaily bump.
2021-11-01  Jonathan Wakelylibstdc++: Fix range access for empty std::valarray...
2021-11-01  GCC AdministratorDaily bump.
2021-10-31  GCC AdministratorDaily bump.
2021-10-30  GCC AdministratorDaily bump.
2021-10-29  GCC AdministratorDaily bump.
2021-10-28  Eric BotcazouUpdate documentation of %X spec
2021-10-28  GCC AdministratorDaily bump.
2021-10-27  Harald AnlaufFortran: do not restrict PDT KIND and LEN type paramete...
2021-10-27  John David... Fix warnings building linux-atomic.c and fptr.c on...
2021-10-27  Martin Jamborsra: Fix corner case of total scalarization with virtua...
2021-10-27  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-10-27  Tobias BurnusFortran: Fix 'select rank' for allocatables/pointers
2021-10-27  Jakub Jelinekopenmp: Document that non-rect loops are not supported...
2021-10-27  Jakub Jelinekopenmp: Allow non-rectangular loops with pointer iterators
2021-10-27  Jakub Jelinekopenmp: Don't reject some valid initializers or conditi...
2021-10-27  GCC AdministratorDaily bump.
2021-10-26  Piotr Kubajgcc/configure: Check for powerpc64le*-*-freebsd*
2021-10-26  Tobias BurnusFortran: Fix character(len=cst) dummies with bind(C...
2021-10-26  GCC AdministratorDaily bump.
2021-10-25  GCC AdministratorDaily bump.
2021-10-24  John David... Revise -mdisable-fpregs option and add new -msoft-mult...
2021-10-24  John David... Don't use 'G' constraint in integer move patterns
2021-10-24  GCC AdministratorDaily bump.
2021-10-23  GCC AdministratorDaily bump.
2021-10-22  GCC AdministratorDaily bump.
2021-10-21  H.J. Lux86: Document -fcf-protection requires i686 or newer
2021-10-21  Jakub Jelinektestsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcases
2021-10-21  Chung-Lin Tangopenmp: Fortran strictly-structured blocks support
2021-10-21  Tobias Burnustestsuite/libgomp.oacc-fortran/: Add -Wopenacc-parallelism
2021-10-21  Tobias BurnusFortran: Fixes and additional tests for shape/ubound...
2021-10-21  GCC AdministratorDaily bump.
2021-10-20  Chung-Lin Tangopenmp: in_reduction support for Fortran
2021-10-20  Arnaud CharletAvoid exception propagation during bootstrap
2021-10-20  Tobias Burnusopenmp: Fix up struct gomp_work_share handling [PR102838]
2021-10-20  Tobias Burnusgfortran.dg/bind-c-contiguous-5.c: Big-endian fix
2021-10-20  Jakub Jelinekc++: Fix up push_local_extern_decl_alias error recovery...
2021-10-20  GCC AdministratorDaily bump.
2021-10-19  Jonathan Wakelylibstdc++: Fix doxygen generation to work with relative...
2021-10-19  Tobias BurnusFortran: Fix "str" to scalar descriptor conversion...
2021-10-19  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-10-19  Tobias BurnusFortran: Fix CLASS conversion check [PR102745]
2021-10-19  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-10-19  Kwok Cheung... openmp: Add additional tests for declare variant in...
2021-10-19  Jakub Jelinekopenmp: Fix handling of numa_domains(1)
2021-10-19  GCC AdministratorDaily bump.
2021-10-18  Uros Bizjaki386: Fix ICE in ix86_print_opreand_address [PR 102761]
2021-10-18  Kito Cheng[PR/target 100316] Allow constant address for __builtin...
2021-10-18  Jakub Jelinekopenmp: Fix up handling of OMP_PLACES=threads(1)
2021-10-18  Tobias BurnusFix merge of: amdgcn: fix up offload debug linking...
2021-10-18  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-10-18  Andrew Stubbsamdgcn: fix up offload debug linking with LLVM 13
2021-10-18  Andrew Stubbsamdgcn: Fix assembler version incompatibility
2021-10-18  Andrew Stubbsamdgcn: Implement -msram-ecc=any
2021-10-18  Andrew Stubbsamdgcn: Support LLVM 13 assembler syntax
2021-10-18  Julian Brownamdgcn: Mark s_mulk_i32 as clobbering SCC
2021-10-18  Andrew Stubbsamdgcn: Fix attributes for LLVM-12 [PR 100208]
2021-10-18  Andrew Stubbsamdgcn: Add -mxnack and -msram-ecc [PR 100208]
2021-10-18  Marcel Vollweilergcc/configure.ac: fix register issue for global_load...
2021-10-18  GCC AdministratorDaily bump.
2021-10-17  Harald AnlaufFortran: fix order of checks for the SHAPE intrinsic
2021-10-17  GCC AdministratorDaily bump.
2021-10-16  GCC AdministratorDaily bump.
2021-10-15  Jakub Jelinekopenmp: Improve testsuite/libgomp.c/affinity-1.c testcase
2021-10-15  Jakub Jelinekopenmp: Handle OpenMP 5.1 simplified OMP_PLACES syntax
2021-10-15  Jakub Jelinekopenmp: Fix up strtoul and strtoull uses in libgomp
2021-10-15  Jakub Jelinekopenmp: Fix up handling of OMP_PLACES=threads(1)
2021-10-15  John David... Consistently use "rG" constraint for copy instruction...
2021-10-15  Jakub Jelinekopenmp: Add support for OMP_PLACES=numa_domains
2021-10-15  Jakub Jelinekopenmp: Add support for OMP_PLACES=ll_caches
2021-10-15  Kwok Cheung... openmp: Mark declare variant directive in documentation...
2021-10-15  Kwok Cheung... openmp, fortran: Add support for OpenMP declare variant...
2021-10-15  GCC AdministratorDaily bump.
2021-10-14  Vladimir N... [PR102627] Use at least natural mode during splitting...
2021-10-14  Jonathan Wakelylibstdc++: Fix non-default constructors for hash contai...
2021-10-14  Tobias Burnusgomp/target-device-ancestor-*.f90: Fix testcase of...
2021-10-14  John David... Fix TARGET_SOFT_FLOAT patterns in pa.md
2021-10-14  GCC AdministratorDaily bump.
2021-10-13  Jonathan Wakelylibstdc++: Rename files with the wrong extensions
2021-10-13  Jonathan Wakelylibstdc++: Fix dangling string_view in filesystem:...
2021-10-13  Jonathan Wakelylibstdc++: Add noexcept-specifier to basic_string_view...
2021-10-13  Iain SandoeDarwin, X86, config: Adjust 'as' command lines [PR100340].
2021-10-13  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-10-13  Tobias BurnusFortran: Fix Bind(C) Array-Descriptor Conversion
2021-10-13  Tobias BurnusFortran: dump-parse-tree.c fixes for OpenMP
2021-10-13  John David... Add support for 32-bit hppa targets in muldi3 expander
2021-10-13  Patrick Palkalibstdc++: Fix various bugs in ranges_algo.h [PR100187...
2021-10-13  Iain SandoeDarwin, D: Fix bootstrap when target does not support...
2021-10-13  GCC AdministratorDaily bump.
2021-10-12  Jonathan Wakelylibstdc++: Fix ip::tcp::resolver test failure on Solaris
2021-10-12  Jonathan Wakelylibstdc++: Make Networking TS headers more portable...
2021-10-12  Jonathan Wakelylibstdc++: fix is_default_constructible for hash contai...
2021-10-12  Jonathan Wakelylibstdc++: Value-initialize objects held by EBO helpers...
2021-10-12  Jonathan Wakelylibstdc++: Allow lualatex to be used for Doxygen PDF
2021-10-12  Jonathan Wakelylibstdc++: Reduce output of 'make doc-pdf-doxygen'
2021-10-12  Jonathan Wakelylibstdc++: Add warnings for some C++23 deprecations
2021-10-12  Jonathan Wakelylibstdc++: Fix 17_intro/names.cc failures on Solaris
next