platform/upstream/gcc.git
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 Andrew Stubbsamdgcn: fix up offload debug linking with LLVM 13
2021-10-15 Stefan Schulze... tree-optimization/102752: Fix determining precission...
2021-10-15 Aldy HernandezMake signness explicit in tree-ssa/pr102736.c
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 Richard BienerAlways default to DWARF2_DEBUG if not specified, warn...
2021-10-15 Richard Bienerc/102763 - fix ICE with invalid input to GIMPLE FE
2021-10-15 Richard Bieneripa/102762 - fix ICE with invalid __builtin_va_arg_pack...
2021-10-15 Hongyu WangAVX512FP16: Enhance vector shuffle builtins
2021-10-15 Richard Bienermiddle-end/102682 - avoid invalid subreg on the LHS
2021-10-15 Hongyu WangAVX512FP16: Fix ICE for 2 v4hf vector concat
2021-10-15 Hongyu WangAVX512FP16: Fix testcase for complex intrinsic
2021-10-15 Jason Merrillc++: instantiate less for constant folding
2021-10-15 Andrew MacLeodAdd target int128 to testcase.
2021-10-15 GCC AdministratorDaily bump.
2021-10-14 Aldy HernandezAdd ability to use full resolving path solver in the...
2021-10-14 Aldy HernandezCleanup --params for backward threader.
2021-10-14 Aldy HernandezMinor cleanups to backward threader.
2021-10-14 Jonathan Wakelylibstdc++: Simplify variant access functions
2021-10-14 Jonathan Wakelylibstdc++: Make filesystem::path(path&&) always noexcept
2021-10-14 Joseph Myersc-family: Support DFP printf/scanf formats for C2X
2021-10-14 Raphael Moreira... libgcc: Add a backchain fallback to _Unwind_Backtrace...
2021-10-14 Harald AnlaufFortran: generate error message for negative elements...
2021-10-14 Harald AnlaufFortran: fix order of checks for the SHAPE intrinsic
2021-10-14 Andrew MacLeodSimplification for right shift.
2021-10-14 Kwok Cheung... openmp: Mark declare variant directive in documentation...
2021-10-14 Luís Ferreiralibiberty: d-demangle: Add test case for function literals
2021-10-14 Luís Ferreiralibiberty: d-demangle: add test cases for simple specia...
2021-10-14 Kwok Cheung... openmp, fortran: Add support for OpenMP declare variant...
2021-10-14 Richard Sandifordrs6000: Fix memory leak in rs6000_density_test
2021-10-14 Richard Sandifordarm: Remove add_stmt_cost hook
2021-10-14 Martin JamborAdd forgotten documentation of param ipa-cp-recursive...
2021-10-14 Jeff LawFix mips testsuite fallout from vectorizer changes
2021-10-14 Jonathan Wakelylibstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]
2021-10-14 Jonathan Wakelylibstdc++: Use more descriptive feature test macro
2021-10-14 Tamar Christinasve: optimize add reduction patterns
2021-10-14 Jan HubickaFix ICE in insert_access.
2021-10-14 Aldy HernandezAdd FIXME note to backward threader.
2021-10-14 Jeff LawFix predcom-3.c on arc-elf after vectorizer changes
2021-10-14 Richard Bienertree-optimization/102659 - really avoid undef overflow...
2021-10-14 Martin LiskaEliminate AUTODETECT_VALUE usage in options.
2021-10-14 Jonathan Wrightaarch64: Fix pointer parameter type in LD1 Neon intrinsics
2021-10-14 Aldy HernandezDo not call range_on_path_entry for SSAs defined within...
2021-10-14 Iain SandoeDarwin: Update quotes in driver warning messages.
2021-10-14 Martin Jamboripa-cp: Propagation boost for recursion generated values
2021-10-14 Richard Sandifordaarch64: Remove redundant flag_vect_cost_model test
2021-10-14 Aldy HernandezAdd debug helpers for auto_bitmap.
2021-10-14 Jonathan Wakelylibstdc++: Fix test for feature test macro
2021-10-14 Jonathan Wakelylibstdc++: Add missing constexpr to std::optional ...
2021-10-14 Alexandre Oliva[Ada] reenable ada83 library unit renaming error
2021-10-14 Hongyu WangAVX512FP16: Adjust builtin for mask complex fma
2021-10-14 liuhongtAdjust testcase for O2 vectorization[Wuninitialized]
2021-10-14 John David... Fix TARGET_SOFT_FLOAT patterns in pa.md
2021-10-14 GCC AdministratorDaily bump.
2021-10-13 Jonathan Wakelylibstdc++: Fix regression in memory use when constructi...
2021-10-13 Jonathan Wakelylibstdc++: Rename files with the wrong extensions
2021-10-13 Jonathan Wakelylibstdc++: Refactor filesystem::path encoding conversions
2021-10-13 Jonathan Wakelylibstdc++: Fix dangling string_view in filesystem:...
2021-10-13 Roger Saylex86_64: Some SUBREG related optimization tweaks to...
2021-10-13 Indu Bhagatctfc: remove redundant comma in enumerator list
2021-10-13 Indu Bhagatdwarf2ctf: fix typo in comment
2021-10-13 Martin SeborCheck to see if null pointer is dereferenceable [PR102630].
2021-10-13 Iain Sandoecollect2: Fix missing cleanups.
2021-10-13 Andre Vieira[arm] Fix MVE addressing modes for VLDR[BHW] and VSTR...
2021-10-13 John David... Add support for 32-bit hppa targets in muldi3 expander
2021-10-13 Martin Liskagcov: make profile merging smarter
2021-10-13 Richard BienerAdd GSI_LAST_NEW_STMT iterator update
2021-10-13 Martin LiskaFix handling of flag_rename_registers by a target.
2021-10-13 Richard Bienertree-optimization/102659 - avoid undefined overflow...
2021-10-13 Tobias BurnusFortran: dump-parse-tree.c fixes for OpenMP
2021-10-13 Jonathan Wakelylibstdc++: Ensure language linkage of std::__terminate()
2021-10-13 Richard Bieneripa/102714 - IPA SRA eliding volatile
2021-10-13 Jose E. Marchesidwarf2ctf: fix typo in comment
2021-10-13 Kewen Linrs6000/test: Adjust test cases due to O2 vect [PR102658]
2021-10-13 GCC AdministratorDaily bump.
2021-10-12 Joseph Myersc-family: Support format checking C2X %b, %B formats
2021-10-12 Bill Schmidtrs6000: Fix vec_cpsgn parameter order (PR101985)
2021-10-12 Eric GallagerMark certain subdirectories as missing TAGS targets.
2021-10-12 Uros Bizjaki386: Improve workaround for PR82524 LRA limitation...
2021-10-12 David Edelsohndoc: Update MinGW and mingw-64 download links.
2021-10-12 Jonathan Wakelylibstdc++: Fix test that fails for C++20
2021-10-12 Jonathan Wakelylibstdc++: Fix move construction of std::tuple with...
2021-10-12 Jonathan Wakelylibstdc++: Improve diagnostics for misuses of output...
2021-10-12 Daniel Le Duc... doc: Fix typos in alloc_size documentation
2021-10-12 Luís Ferreira[PATCH v2] libiberty: d-demangle: remove parenthesis...
2021-10-12 Julian Brownlibgomp: Release device lock on cbuf error path
2021-10-12 Richard Bienertree-optimization/102696 - fix SLP discovery for failed...
2021-10-12 Richard Bienertree-optimization/102572 - fix gathers with invariant...
2021-10-12 Tamar Christinasve: combine inverted masks into NOTs
2021-10-12 Eric BotcazouFix PR target/102588
2021-10-12 Tobias BurnusFortran version of libgomp.c-c++-common/icv-{3,4}.c
2021-10-12 Tobias BurnusFortran: Various CLASS + assumed-rank fixed [PR102541]
2021-10-12 Jakub Jelinekopenmp: Avoid calling clear_type_padding_in_mask in...
2021-10-12 Jakub Jelinekopenmp: Add documentation for omp_{get_max, set_num...
2021-10-12 Jakub Jelinekopenmp: Fix up warnings on libgomp.info build
2021-10-12 Jakub Jelinekopenmp: Add testsuite coverage for omp_{get_max,set_num...
2021-10-12 Jakub Jelineklibgomp: alloc* test fixes [PR102628, PR102668]
next