platform/upstream/gcc.git
2022-06-28 Xi Ruoyaoloongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REG...
2022-06-28 Aldy HernandezAllow all types supported by ranger in loop-ch.
2022-06-28 Richard Bienermiddle-end/106053 - fold_sign_changed_comparison and...
2022-06-28 Martin Liskalibgomp: fix typo in mold linker detection
2022-06-28 Jonathan Wakelylibstdc++: testsuite: Guard use of C99 std::log2
2022-06-28 konglin1MAINTAINERS: Add myself for write after approval
2022-06-28 Kewen Linrs6000: Simplify *rotl<mode>3_insert_4 by removing...
2022-06-28 GCC AdministratorDaily bump.
2022-06-27 Sergei Trofimovichc++: avoid <memory> poisoning on musl [PR106102]
2022-06-27 David MalcolmAdd 'final' and 'override' in various places
2022-06-27 David Malcolmi386: add 'final' and 'override' to scalar_chain vfunc...
2022-06-27 David Malcolmtree-switch-conversion.h: use final/override for cluste...
2022-06-27 David Malcolmexpr.cc: use final/override on op_by_pieces_d vfuncs
2022-06-27 David MalcolmAdd 'final' and 'override' on dom_walker vfunc impls
2022-06-27 David MalcolmAdd 'final' and 'override' to opt_pass vfunc impls
2022-06-27 Ian Lance Taylorlibbacktrace: replace fgrep with grep in configure...
2022-06-27 Marek Polacekc++: Add fixed test [PR89197]
2022-06-27 Ian Lance Taylorcompiler: don't use sink as parameter in method express...
2022-06-27 Ian Lance Taylorcompiler: always initialize mpfr in integer import
2022-06-27 Andrew Stubbsamdgcn: test global constructors
2022-06-27 Jakub Jelinektestsuite: Fix up pr106070.c test [PR106070]
2022-06-27 Alexandre Olivalibstdc++: testsuite: use cmath long double overloads
2022-06-27 Alexandre Olivalibstdc++: testsuite: require cmath for exp simd
2022-06-27 Alexandre Olivalibstdc++: testsuite: complex proj requirements
2022-06-27 Alexandre Olivatestsuite: pthread: call sched_yield for non-preemptive...
2022-06-27 Alexandre Olivalibstdc++: check for openat with dirfd in std::filesystem
2022-06-27 Alexandre Olivalibstdc++: testsuite: conditionalize another symlink...
2022-06-27 Alexandre Olivalibstdc++: xfail experimental/net tests on rtems
2022-06-27 Andrew Stubbsamdgcn: remove obsolete assembler workarounds
2022-06-27 Jonathan Wakelylibstdc++: testsuite: Add missing <string> header
2022-06-27 Joel Brobeckerlibstdc++: testsuite: avoid predicable mkstemp
2022-06-27 Jonathan Wakelylibstdc++: Make std::move_only_function never valueless...
2022-06-27 Jonathan Wakelylibstdc++: Simplify std::variant construction using...
2022-06-27 Jonathan Wakelylibstdc++: Simplify fs::path construction using variabl...
2022-06-27 Jonathan Wakelylibstdc++: Invert relationship between std::is_clock...
2022-06-27 Tom de Vries[gdb/build] Fix gdbserver build with -fsanitize=thread
2022-06-27 Martin Liskalto-plugin: make claim_file_handler thread-safe
2022-06-27 Roger SayleImplement __imag__ of float _Complex using shufps on...
2022-06-27 Roger Sayle[PATCH] PR tree-optimization/94026: Simplify (X>>8...
2022-06-27 Prathamesh... Emit asmname if set for decl with -fdump-statistics...
2022-06-27 Takayuki 'January... xtensa: Optimize integer constant addition that is...
2022-06-27 GCC AdministratorDaily bump.
2022-06-26 Harald AnlaufFortran: fix simplification of INDEX(str1,str2) [PR105691]
2022-06-26 Harald AnlaufFortran: handle explicit-shape specs with constant...
2022-06-26 Vineet Gupta[PATCH] testsuite: constraint some of fp tests to hard_...
2022-06-26 Simon MarchiMake it easier to rebuild configure files.
2022-06-26 Lewis Hyattlibcpp: Update cpp_wcwidth() to Unicode 14.0.0
2022-06-26 Dimitar Dimitrovtestsuite: Adjust btf-bitfields-1.c for default_packed
2022-06-26 Aldy HernandezXFAIL a test in g++.dg/warn/Wstringop-overflow-4.C
2022-06-26 Iain Sandoeconfigure, Darwin: Correct a pasto in host-shared proce...
2022-06-26 GCC AdministratorDaily bump.
2022-06-25 Aldy HernandezConvert DOM to use Ranger rather than EVRP
2022-06-25 Jeff LawRemove long deprecated tilegx and tilepro ports
2022-06-25 Iain Sandoetestsuite, Darwin: Fix darwin-comm-1.c error messages...
2022-06-25 Roger SayleIterating cprop_hardreg... Third time's a charm.
2022-06-25 Xi Ruoyaointl: stop using fgrep for exgettext
2022-06-25 GCC AdministratorDaily bump.
2022-06-24 Jason Merrillc++: Include -Woverloaded-virtual in -Wall [PR87729]
2022-06-24 Dimitar Dimitrovtestsuite: Skip btf-bitfields-1.c if int is less than...
2022-06-24 Harald AnlaufFortran: fix checking of arguments to UNPACK when MASK...
2022-06-24 Dimitar Dimitrovtestsuite: Handle default_packed for gcc.dg/builtin...
2022-06-24 Dimitar Dimitrovtestsuite: Rename test-defined macros
2022-06-24 Dimitar Dimitrovtestsuite: Remove reliance on argc in lto/pr101868_0.c
2022-06-24 Iain Buclawd: Give consistent error message when attribute argumen...
2022-06-24 Iain Buclawd: Add `@register' attribute to compiler and library.
2022-06-24 Iain Buclawd: Construct indexes of ARRAY_TYPE using ARRAY_REF.
2022-06-24 Iain Buclawd: Merge upstream dmd 529110f66, druntime 148608b7.
2022-06-24 Iain Buclawtilegx: Fix infinite loop in gen-mul-tables generator
2022-06-24 Ian Lance Taylorcompiler: use bool for comma-ok if not already boolean
2022-06-24 David Malcolmanalyzer: consolidate call_string instances
2022-06-24 David Malcolmanalyzer: whitespace cleanups
2022-06-24 Will Schmidt[PATCH,RS6000 5/5] Replace MASK_<xxxx> usage with OPTIO...
2022-06-24 Will Schmidt[PATCH,RS6000 4/5] Replace MASK_<xxxx> with OPTION_MASK...
2022-06-24 Will Schmidt[PATCH,RS6000 3/5] Rework the RS6000_BTM defines, conti...
2022-06-24 Will Schmidt[PATCH,RS6000 2/5] Rework the RS6000_BTM defines.
2022-06-24 Will Schmidt[PATCH,RS6000 1/5] Clean-up MASK_<xxxx> and RS6000_BTM_...
2022-06-24 Richard Bienermiddle-end/106070 - bogus cond-expr folding
2022-06-24 Xi Ruoyaolibstdc++: use grep -E instead of egrep in scripts
2022-06-24 Jan HubickaFix stmt_kills_ref_p WRT external throws
2022-06-24 Martin Liskaprofile-count: fix /= and *= operators
2022-06-24 Roger SaylePR target/105930: Split *xordi3_doubleword after reload...
2022-06-24 Alexandre Olivalibstdc++: check for openat
2022-06-24 Alexandre Olivalibstdc++: xfail rename tests on rtems
2022-06-24 Alexandre Olivalibstdc++: testsuite: skip fs last_write_time tests...
2022-06-24 Alexandre Olivalibstdc++: testsuite: skip fs space tests on dummy...
2022-06-24 Alexandre Olivalibstdc++: testsuite: conditionalize symlink tests
2022-06-24 Alexandre OlivaIntroduce -nostdlib++ option
2022-06-24 Alexandre Olivalibstdc++: testsuite: avoid predictable mkstemp
2022-06-24 Alexandre Olivalibstdc++: testsuite: tolerate non-cancelling sleep
2022-06-24 Alexandre Olivalibstdc++: testsuite: use -lbsd for net_ts on RTEMS
2022-06-24 Alexandre Olivaaarch64: testsuite: symbol-range fallback to compile
2022-06-24 GCC AdministratorDaily bump.
2022-06-23 Jason Merrillc++: designated init cleanup [PR105925]
2022-06-23 Jason Merrillc++: anon union designated init [PR105925]
2022-06-23 Patrick Palkac++: constexpr folding in unevaluated context [PR105931]
2022-06-23 Patrick Palkac++: context completion in lookup_template_class [PR105982]
2022-06-23 zhangjiancompiler: in Sort_bindings return false if comparing...
2022-06-23 Ian Lance Taylorcompiler: unalias types for hash/equality functions
2022-06-23 David Malcolmdiagnostics: add ability to associate diagnostics with...
2022-06-23 Jonathan Wakelylibstdc++: Properly remove temporary directories in...
next