platform/upstream/gcc.git
2021-08-17 Jeff LawImprove SImode shifts for H8
2021-08-17 liuhongtAdjust testcase.
2021-08-17 GCC AdministratorDaily bump.
2021-08-16 Jeff LawDrop embeded stabs from rl78 port
2021-08-16 Joseph MyersUpdate cpplib de.po
2021-08-16 Jonathan Wakelylibstdc++: Use qualified-id for class member constant...
2021-08-16 Jonathan Wakelylibstdc++: Install GDB pretty printers for debug library
2021-08-16 Sebastian Hubergcov: Add TARGET_GCOV_TYPE_SIZE target hook
2021-08-16 Eric BotcazouFix regression in debug info for Ada with DWARF 5
2021-08-16 Tobias Burnus[OpenMP] Update omp-low.c's omp_runtime_api_call [PR101931]
2021-08-16 Martin LiskaSpeed up jump table switch detection.
2021-08-16 Eric BotcazouDisable GNAT encodings by default
2021-08-16 Thomas SchwingeAddress '?:' issues in 'libgomp.oacc-c-c++-common/mode...
2021-08-16 Thomas SchwingePlug 'par' memory leak in 'gcc/omp-oacc-neuter-broadcas...
2021-08-16 Thomas SchwingeClarify memory management for 'prop_set' in 'gcc/omp...
2021-08-16 Thomas SchwingeAvoid 'GTY' use for 'gcc/omp-oacc-neuter-broadcast...
2021-08-16 liuhongtFix ICE.
2021-08-16 Martin Liskaipa: make target_clone default decl local [PR101726]
2021-08-16 Martin Liskaipa: ICF should check SSA_NAME_IS_DEFAULT_DEF
2021-08-16 liuhongtOptimize __builtin_shuffle_vector.
2021-08-16 Tobias BurnusFortran/OpenMP: Add support for OpenMP 5.1 masked construct
2021-08-16 Kito ChengRISC-V: Allow multi-lib build with different code model
2021-08-16 GCC AdministratorDaily bump.
2021-08-15 Harald AnlaufFortran: fix checks for STAT= and ERRMSG= arguments...
2021-08-15 Clément Chigotaix: 64 bit AIX TLS libpthread dependency.
2021-08-15 Jeff LawImprove many SImode shifts on the H8/300H
2021-08-15 Ian Lance Taylorlibgo: various fixes for Solaris support
2021-08-15 GCC AdministratorDaily bump.
2021-08-14 Stafford Horneor1k: Use cmodel=large when building crtstuff
2021-08-14 Stafford Horneor1k: Add mcmodel option to handle large GOTs
2021-08-14 Martin SeborDiagnose mismatches between array and scalar new and...
2021-08-14 Jakub Jelineki386: Fix ICE with V64QImode broadcast permutation...
2021-08-14 GCC AdministratorDaily bump.
2021-08-13 Michael MeissnerFix xxeval predicates (PR 99921).
2021-08-13 Thomas SchwingeAdjust 'libgomp.oacc-c-c++-common/static-variable-1.c'
2021-08-13 Martin SeborWarn for reads from write-only arguments [PR101734].
2021-08-13 Ian Lance Taylorruntime: use C cast syntax in stack.c
2021-08-13 Martin Liskaipa: "naked" attribute implies "noipa" attribute
2021-08-13 Martin Liskaipa: do not make localaliases for target_clones [PR101261]
2021-08-13 Martin Liskaopts: do not repeat a string in errors
2021-08-13 Jan HubickaIntroduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref
2021-08-13 prathamesh... arm: Add check for arm_softfp_ok in pr98435.c.
2021-08-13 Sergei Trofimovichlibbacktrace: fix b2test_buildid test on non-english...
2021-08-13 Ian Lance Taylorlibgo: update to Go1.17rc2
2021-08-13 GCC AdministratorDaily bump.
2021-08-13 Ian Lance Taylorruntime: run gofmt on testdata/testwinsignal/main.go
2021-08-12 Ian Lance Taylorcompiler: store pointers to go:notinheap types indirectly
2021-08-12 Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-08-12 Jakub Jelineklibcpp: Fix ICE with -Wtraditional preprocessing [PR101638]
2021-08-12 Michael MeissnerFix typo in fold-vec-load-builtin_vec_xl-* tests.
2021-08-12 Uros Bizjak[i386] Introduce scalar version of avx512f_vmscalef.
2021-08-12 Jan HubickaFix condition testing void functions in ipa-split.
2021-08-12 Jonathan Wakelylibstdc++: Add additional overload of std::lerp [PR101870]
2021-08-12 Jonathan Wakelylibstdc++: Make some #error strings consistent with...
2021-08-12 Jonathan Wakelylibstdc++: Add [[nodiscard]] to experimental::randint
2021-08-12 Sergei Trofimovichc++: fix ptrmemfunc template instantiation [PR101219]
2021-08-12 Martin UeckerEvaluate type arguments of sizeof that are structs...
2021-08-12 Aldy HernandezRemove legacy back threader.
2021-08-12 Jonathan Wakelylibstdc++: Add #error to some files that depend on...
2021-08-12 Tobias BurnusOpenMP 5.1: Add proc-bind 'primary' support
2021-08-12 Claudiu Zissulescuarc: Small data doesn't need fcommon option
2021-08-12 Hans-Peter... gfortran.dg/PR82376.f90: Avoid matching a file-path
2021-08-12 Jakub Jelineki386: Fix up V32HImode permutations with -mno-avx512bw...
2021-08-12 Jakub Jelinekopenmp: Diagnose syntax mismatches between declare...
2021-08-12 Jakub Jelinekopenmp: Diagnose another case of mixing parameter and...
2021-08-12 Jakub Jelinekc++: Fix ICE on defaulted spaceship with pointer return...
2021-08-12 Jakub Jelinekopenmp: Diagnose omp::directive/sequence on using-directive
2021-08-12 Jakub Jelinekc++: Fix up parsing of attributes for using-directive
2021-08-12 Eric BotcazouMake -no-pie option work for native Windows
2021-08-12 liuhongtCombine avx_vec_concatv16si and avx512f_zero_extendv16h...
2021-08-12 Patrick Palkac++: constexpr std::construct_at on empty field [PR101663]
2021-08-12 GCC AdministratorDaily bump.
2021-08-11 Jonathan Wakelylibstdc++: Fix test that fails randomly [PR101866]
2021-08-11 Bill Schmidtrs6000: Add available-everywhere and ancient builtins
2021-08-11 Bill Schmidtrs6000: Add VSX builtins
2021-08-11 Bill Schmidtrs6000: Add the rest of the [altivec] stanza to the...
2021-08-11 Patrick Palkac++: parameterized requires-expr as default argument...
2021-08-11 Jakub Jelinekc++: Optimize constinit thread_local vars [PR101786]
2021-08-11 Patrick Palkac++: recognize class-scope non-template dguides [PR79501]
2021-08-11 Patrick Palkac++: most vexing parse and braced CTAD [PR89062]
2021-08-11 Jonathan Wakelylibstdc++: Define std::is_pointer_interconvertible_base...
2021-08-11 Jonathan Wakelylibstdc++: Fix missing descriptions in ChangeLog entries
2021-08-11 Sandra LoosemoreFortran: Fix c_float128 and c_float128_complex definitions.
2021-08-11 Richard BienerFix gcc.dg/lto/pr48622_0.c testcase
2021-08-11 Richard Bienertarget/101788 - avoid decomposing hard-register "loads"
2021-08-11 Richard BienerAdjust volatile handling of the operand scanner
2021-08-11 Eric BotcazouSmall tweak to expand_used_vars
2021-08-11 Jan HubickaFix min_flags handling in mod-ref
2021-08-11 Richard Bienermiddle-end/101858 - avoid shift of pointer in folding
2021-08-11 Richard Bienertree-optimization/101861 - fix gather use for non-gathe...
2021-08-11 prathamesh... arm/66791: Replace builtins for vdup_n and vmov_n intri...
2021-08-11 Jakub Jelineksanitizer: Cherry-pick realpath fix
2021-08-11 Bernd EdlingerAda: Remove debug line number for DECL_IGNORED_P functions
2021-08-11 Ian Lance Taylorcompiler: don't crash on a, b := int(0)
2021-08-11 liuhongtExtend ldexp{s,d}f3 to vscalefs{s,d} when TARGET_AVX512...
2021-08-11 Hans-Peter... gcc.dg/uninit-pred-9_b.c: Xfail for CRIS too
2021-08-11 GCC AdministratorDaily bump.
2021-08-10 Jakub Jelinekopenmp: Fix up cp/parser.c build with GCC 4.8 to 6
2021-08-10 Martin Liskamklog: support '-b c/101343' format.
2021-08-10 Tobias Burnusgfortran: Fix in-build-tree testing [PR101305, PR101660]
next