]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2021-01-05  Ian Lance Taylorinternal/cpu: more build fixes for Go1.16beta1 release
2021-01-05  Jakub Jelinekdoc: reflect the publication of C++20 in invoke.texi...
2021-01-05  Iain Buclawd: Merge upstream dmd a5c86f5b9
2021-01-05  Ed Smith-RowlandAdd <source_location> to the precompiled header.
2021-01-05  H.J. Lux86: Use unsigned short to compute pextrw result
2021-01-05  Patrick Palkac++: Fix deduction from the type of an NTTP
2021-01-05  Jakub Jelinekexpand: Fold x - y < 0 to x < y during expansion [PR94802]
2021-01-05  Julian Brownnvptx: Cache stacks block for OpenMP kernel launch
2021-01-05  Richard SandifordA couple of comment tweaks
2021-01-05  Jakub JelinekDon't link cc1 etc. against libcody.a
2021-01-05  Richard Bienertree-optimization/98516 - fix SLP permute opt materiali...
2021-01-05  Jakub Jelinekc++: Fix ICE with __builtin_bit_cast [PR98469]
2021-01-05  Marek Polacekc++: ICE with deferred noexcept when deducing targs...
2021-01-05  Richard Bienermove SLP debug counter
2021-01-05  Richard Bienertree-optimization/98428 - avoid pre-existing vectors...
2021-01-05  Jakub Jelinekreassoc: Fix reassociation on 32-bit hosts with > 32767...
2021-01-05  Jakub Jelinekphiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928]
2021-01-05  Jakub Jelinekmatch.pd: Improve (A / (1 << B)) -> (A >> B) optimizati...
2021-01-05  Jakub Jelinekstore-merging: Handle vector CONSTRUCTORs using bswap...
2021-01-05  Jakub Jelinekgo: Fix -fgo-embedcfg= option description.
2021-01-05  Richard Bienertree-optimization/98381 - fix live bool vector extract
2021-01-05  Uros Bizjaki386: Prevent spurious FP exceptions with _mm_cvt{...
2021-01-05  Uros Bizjaki386: Add _mm256_cmov_si256 [PR98521]
2021-01-05  Nathan Sidwell[c++]: Improve module-decl diagnostics [PR 98327]
2021-01-05  H.J. Lux86: Cast to unsigned short first for _mm_extract_pi16
2021-01-05  Claudiu Zissulescuarc: fix accumulator first register.
2021-01-05  liuhongti386: Optimize pmovskb on zero_extend of subreg HI...
2021-01-05  Richard Sandifordexplow, aarch64: Fix force-Pmode-to-mem for ILP32 ...
2021-01-05  Richard Sandifordrecog: Fix a constrain_operands corner case [PR97144]
2021-01-05  Richard Sandifordrtl-ssa: Fix updates to call clobbers [PR98403]
2021-01-05  Richard Sandifordvect: Fix missing alias checks for 128-bit SVE [PR98371]
2021-01-05  Rainer Orthbuild: libcody: Link with -lsocket -lnsl if necessary...
2021-01-05  Jakub Jelineksimplify-rtx: Optimize (x - 1) * y + y [PR98334]
2021-01-05  Bernd EdlingerRestore input_location after recursive expand_call_inline
2021-01-05  Jerome LambourgFix testsuite/g++.dg/cpp1y/constexpr-66093.C execution...
2021-01-05  Ian Lance TaylorGo frontend: add -fgo-embedcfg option
2021-01-05  David Malcolmanalyzer: fix ICE with -fsanitize=undefined [PR98293]
2021-01-05  GCC AdministratorDaily bump.
2021-01-04  Martin UeckerC: Add test for incorrect warning for assignment of...
2021-01-04  Philipp TomsichMAINTAINERS: Update my email address.
2021-01-04  Nathan Sidwellc++: Add stdlib module test cases
2021-01-04  Richard Sandifordvect, aarch64: Fix alignment units for IFN_MASK* [PR95401]
2021-01-04  Nathan Sidwell[libcody] Remove some std::move [PR 98368]
2021-01-04  Mateusz Wajchęprzełóż[libcody] Windows absdir fix
2021-01-04  Richard Bienertree-optimization/98308 - set vector type for mask...
2021-01-04  Jakub Jelinekloop-niter: Recognize popcount idioms even with char...
2021-01-04  Richard Bienertree-optimization/98464 - replace loop info with avail...
2021-01-04  Matthew Malcomsondocs: Fix wording describing the hwaddress sanitizer
2021-01-04  Richard Bienertree-optimization/98282 - classify V_C_E<constant>...
2021-01-04  Richard Sandifordaarch64: Improve vcombine codegen [PR89057]
2021-01-04  Richard Sandifordaarch64: Use the MUL VL form of SVE PRF[BHWD]
2021-01-04  Richard Bienertree-optimization/98393 - properly init matches when...
2021-01-04  Martin LiskaConvert 2 files to utf8.
2021-01-04  Martin Liskaavr.exp: convert Dos newlines to Unix ones
2021-01-04  Richard Bienertree-optimization/98291 - allow SLP more vectorization...
2021-01-04  Jakub Jelinekmatch.pd: Fold x == ~x to false [PR96782]
2021-01-04  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekAdd AMD and Ulf Adams as external authors
2021-01-04  Martin LiskaRemove duplicate ChangeLog entries.
2021-01-04  Jakub JelinekFix up indentation in update-copyright.py
2021-01-04  Martin Liskamklog.py: add --update-copyright option
2021-01-04  Martin Liskagcc-changelog: Ignore copyright years commits.
2021-01-04  Jakub JelinekRemove duplicated ChangeLog entries from po/ChangeLog
2021-01-04  Bernd EdlingerFix -save-temp leaking lto files in /tmp
2021-01-04  Jakub JelinekUpdate Copyright in ChangeLog files
2021-01-04  GCC AdministratorDaily bump.
2021-01-03  Eric BotcazouBump copyright year
2021-01-03  Mike Frysingerconfig: import pkg.m4 from pkg-config
2021-01-03  Mike Frysingerlibiberty.h: punt duplicate strverscmp prototype
2021-01-03  GCC AdministratorDaily bump.
2021-01-02  Iain SandoeDarwin : Adjust defaults for the linker.
2021-01-02  Iain SandoeDarwin, Simplify headers 4/5 : Remove redundant headers.
2021-01-02  Iain SandoeDarwin, Simplify headers 3/5 : Delete dead code.
2021-01-02  Iain SandoeDarwin, Simplify headers 2/5 : Move spec for STACK_CHEC...
2021-01-02  Iain SandoeDarwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE...
2021-01-02  Iain SandoeDarwin, Simplify headers 0/5 : Move spec for Darwin...
2021-01-02  Iain SandoeDarwin : Adjust defaults for current bootstrap constraints.
2021-01-02  Jan Hubickaggc_free basic blocks
2021-01-02  Jan HubickaFree datastructures pointing to CFG after parsing
2021-01-02  GCC AdministratorDaily bump.
2021-01-01  Ian Lance Taylorinternal/cpu: add aarch64 support functions
2021-01-01  Ian Lance Taylorruntime: move startupRandomData back to runtime2.go
2021-01-01  Ian Lance Taylorinternal/cpu, golang.org/x/sys/cpu: support other GOARC...
2021-01-01  Harald AnlaufPR fortran/96381 - invalid read in gfc_find_derived_vtab
2021-01-01  Jakub JelinekUpdate copyright dates.
2021-01-01  Jakub JelinekRotate ChangeLog files - step 2 - remove 2020 entries...
2021-01-01  Jakub JelinekRotate ChangeLog files - part 1 - add ChangeLog-2020.
2021-01-01  Joel Brobeckerdisable some aapcs/vfp*.c test if not arm_fp16_alternat...
2021-01-01  Jerome Lambourgfix testsuite/g++.dg/init/new26.C for C++-14 and later
2021-01-01  Jerome Lambourgg++.dg/tls/pr79288.C: Skip on vxworks_kernel (TLS model...
2021-01-01  Joel Brobeckercompile gcc.target/arm/{pr78255-2.c,memset-inline-2...
2021-01-01  Jerome LambourgFix testsuite/g++.old-deja/g++.mike/p658.C build failur...
2021-01-01  Jerome LambourgFix testsuite/g++.dg/opt/20050511-1.C compilation error...
2021-01-01  Jerome LambourgSkip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_...
2021-01-01  Jerome LambourgRemove VxWorks-specific test directives in g++.dg/warn...
2021-01-01  Jerome LambourgUndefine ERROR in g++.dg/tree-ssa/copyprop.C
2021-01-01  Jerome Lambourgskip testsuite/g++.dg/other/anon5.C on vxworks_kernel...
2021-01-01  Jerome LambourgAdd conditions on VxWorks versions for gcc.dg/vxworks...
2021-01-01  Joel Brobeckergcc.dg/intmax_t-1.c compiles without error on VxWorks...
2021-01-01  Olivier HainqueFix VxWorks xfail filters on pthread-init-?.c
next