]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-11-17  Frederik Harwathgraphite: Adjust scop loop-nest choice
2021-11-17  Frederik Harwathgraphite: Tune parameters for OpenACC use
2021-11-17  Frederik Harwathopenacc: Disable pass_pre on outlined functions analyze...
2021-11-17  Frederik Harwathopenacc: Handle internal function calls in pass_lim
2021-11-17  Frederik Harwathopenacc: Warn about "independent" "kernels" loops with...
2021-11-17  Andrew Stubbsopenacc: Add runtime alias checking for OpenACC kernels
2021-11-17  Andrew Stubbsopenacc: Add data optimization pass
2021-11-17  Frederik HarwathAdd function for printing a single OMP_CLAUSE
2021-11-17  Frederik Harwathopenacc: Remove unused partitioning in "kernels" regions
2021-11-17  Frederik Harwathopenacc: Add further kernels tests
2021-11-17  Frederik Harwathopenacc: Add "can_be_parallel" flag info to "graph...
2021-11-17  Frederik Harwathopenacc: Use Graphite for dependence analysis in "kerne...
2021-11-17  Frederik Harwathgraphite: Add runtime alias checking
2021-11-17  Frederik HarwathMove compute_alias_check_pairs to tree-data-ref.c
2021-11-17  Frederik HarwathFix branch prediction dump message
2021-11-17  Frederik Harwathgraphite: Fix minor mistakes in comments
2021-11-17  Frederik Harwathgraphite: Rename isl_id_for_ssa_name
2021-11-17  Frederik Harwathgraphite: Extend SCoP detection dump output
2021-11-16  Frederik Harwathopenacc: Move pass_oacc_device_lower after pass_graphite
2021-11-16  Sandra LoosemoreFortran: delinearize multi-dimensional array accesses
2021-11-16  Richard SandifordAdd dg-final option-based target selectors
2021-11-16  Frederik HarwathFix gimple_debug_cfg declaration
2021-11-10  Tobias BurnusMerge remote-tracking branch 'origin/releases/gcc-11...
2021-11-10  Richard Bienertestsuite/102690 - XFAIL g++.dg/warn/Warray-bounds...
2021-11-10  Jakub Jelinekopenmp: For default(none) ignore variables created...
2021-11-10  Thomas SchwingeRestore 'GOMP_OPENACC_DIM' environment variable parsing
2021-11-10  GCC AdministratorDaily bump.
2021-11-09  Xionghu Luors6000: Fix incorrect fusion constraint [PR102991]
2021-11-09  GCC AdministratorDaily bump.
2021-11-08  Richard Bienertree-optimization/102798 - avoid copying PTA info to...
2021-11-08  Richard Bienermiddle-end/102518 - avoid invalid GIMPLE during inlining
2021-11-08  Richard Bienertree-optimization/102788 - avoid spurious bool pattern...
2021-11-08  Richard Bieneripa/102762 - fix ICE with invalid __builtin_va_arg_pack...
2021-11-08  Richard Bienertree-optimization/102572 - fix gathers with invariant...
2021-11-08  Richard Bienertree-optimization/102139 - fix SLP DR base alignment
2021-11-08  Richard BienerRefactor BB splitting of DRs for SLP group analysis
2021-11-08  Richard Bienermiddle-end/101480 - overloaded global new/delete
2021-11-08  Martin Liskagcov-profile: Fix -fcompare-debug with -fprofile-genera...
2021-11-08  Martin Liskagcc-changelog: sync from master
2021-11-08  Kewen Linvect: Don't update inits for simd_lane_access DRs ...
2021-11-08  GCC AdministratorDaily bump.
2021-11-07  Harald AnlaufFortran: error recovery on initializing invalid derived...
2021-11-07  Harald AnlaufFortran: validate shape of arrays in constructors again...
2021-11-07  Harald AnlaufFortran: error recovery on rank mismatch of array and...
2021-11-07  Harald AnlaufFortran: fix simplification of array-valued parameter...
2021-11-07  Harald AnlaufFortran: handle initialization of derived type paramete...
2021-11-07  GCC AdministratorDaily bump.
2021-11-06  GCC AdministratorDaily bump.
2021-11-05  John David... Support TI mode and soft float on PA64
2021-11-05  Martin LiskaSpeed up jump table switch detection.
2021-11-05  Rasmus Villemoesgcc: vx-common.h: fix test for VxWorks7
2021-11-05  GCC AdministratorDaily bump.
2021-11-04  H.J. Lux86: Check leal/addl gcc.target/i386/amxtile-3.c for x32
2021-11-04  Hongyu Wangi386: Fix wrong result for AMX-TILE intrinsic when...
2021-11-04  GCC AdministratorDaily bump.
2021-11-03  Maciej W. Rozyckiranger: Fix `-Werror' build error with `ranger_cache...
2021-11-03  Vladimir N... [PR102842] Consider all outputs in generation of matchi...
2021-11-03  Richard Bieneripa/102714 - IPA SRA eliding volatile
2021-11-03  GCC AdministratorDaily bump.
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.
next