platform/upstream/gcc.git
2022-09-19 Torbjörn SVENSSONImprove sorry message for -fzero-call-used-regs
2022-09-19 Francois-Xavier... Fortran: F2018 rounding modes changes
2022-09-19 Georg-Johann LayFix PR target/99184: Wrong cast from double to 16-bit...
2022-09-19 GCC AdministratorDaily bump.
2022-09-18 Julian BrownOpenMP: Push attaches to end of clause list in "target...
2022-09-18 Thomas NeumannRemove dependency on uintptr_t in libgcc
2022-09-18 Palmer DabbeltRISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c
2022-09-18 Jakub Jelinek[PR106831] Avoid propagating long doubles that may...
2022-09-18 Aldy HernandezRewrite NAN and sign handling in frange
2022-09-18 GCC AdministratorDaily bump.
2022-09-17 Jan-Benedict... Fix unsigned comparison warning
2022-09-17 Patrick Palkac++: modules ICE with typename friend
2022-09-17 Jakub Jelinekreassoc: Fix up recent regression in optimize_range_tes...
2022-09-17 GCC AdministratorDaily bump.
2022-09-16 Eugene RozenfeldFix for an AutoFDO test.
2022-09-16 Thomas Neumanneliminate mutex in fast path of __register_frame
2022-09-16 Jonathan Wakelylibstdc++: Add preprocessor conditions for freestanding...
2022-09-16 Jonathan Wakelylibstdc++: Move allocator-related helpers to <bits...
2022-09-16 Jonathan Wakelylibstdc++: Make more internal headers include their...
2022-09-16 Jonathan Wakelylibstdc++: Fix compare_exchange_padding.cc test for...
2022-09-16 Patrick Palkac++: 'mutable' member within constexpr [PR92505]
2022-09-16 Jonathan Wakelylibstdc++: Fix tr1::variate_generator::engine_value_type
2022-09-16 Jonathan Wakelylibstdc++: Do not use nullptr in C++03-compatible code
2022-09-16 Jonathan Wakelylibstdc++: Remove __alloc_neq helper
2022-09-16 Jonathan Wakelylibstdc++: Fix Doxygen commands
2022-09-16 Jason Merrillc++: member fn in omp loc list [PR106858]
2022-09-16 Jonathan Wakelylibstdc++: Document new libstdc++.so symbol versions
2022-09-16 liuhongtModernize ix86_builtin_vectorized_function with corresp...
2022-09-16 GCC AdministratorDaily bump.
2022-09-15 Jonathan Wakelylibstdc++: Remove unnecessary header from <memory>
2022-09-15 Harald AnlaufFortran: catch NULL pointer dereferences while simplify...
2022-09-15 Harald AnlaufFortran: error recovery for bad deferred character...
2022-09-15 Joseph Myersfloat.h: Do not define INFINITY for C2x when infinities...
2022-09-15 Jonathan Wakelylibstdc++: Tweak TSan annotations for std::atomic<share...
2022-09-15 Patrick Palkalibstdc++: Implement ranges::chunk_by_view from P2443R1
2022-09-15 François Dumontlibstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune...
2022-09-15 François Dumontlibstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versio...
2022-09-15 Torbjörn SVENSSONMAINTAINERS: Add myself to Write After Approval
2022-09-15 Richard Bienertree-optimization/106922 - PRE and virtual operand...
2022-09-15 Richard BienerMove void_list_node init to common code
2022-09-15 Julian BrownFix c-c++-common/gomp/target-50.c test
2022-09-15 Julian BrownFix c-c++-common/goacc/mdc-2.c and g++.dg/goacc/mdc...
2022-09-15 Jiufu Guors6000: Using pli(paddi) and rotate to build 64bit...
2022-09-15 GCC AdministratorDaily bump.
2022-09-14 Jonathan Wakelylibstdc++: Add TSan annotations to std::atomic<shared_p...
2022-09-14 Jonathan Wakelylibstdc++: Add missing <new> header to <bits/stl_tempbuf.h>
2022-09-14 Jonathan Wakelylibstdc++: Add comment to 17_intro/names.cc test
2022-09-14 Jonathan Wakelylibstdc++: Add assertion to std::promise::set_exception...
2022-09-14 Jonathan Wakelylibstdc++: Document LWG 1203 API change in manual
2022-09-14 Philipp Fentlibstdc++: Add pretty printer for std::stringstreams
2022-09-14 Aldy Hernandezfrange: add both zeros to ranges when there's the possi...
2022-09-14 Aldy HernandezPass full range to build_* in range-op-float.cc
2022-09-14 Aldy HernandezUse frange::set_nan() from the generic frange::set().
2022-09-14 Aldy HernandezProvide cleaner set_nan(), clear_nan(), and update_nan...
2022-09-14 Aldy HernandezMinor fixes to frange.
2022-09-14 Julian BrownOpenMP/OpenACC: mapping group list-handling improvements
2022-09-14 Julian BrownOpenMP/OpenACC struct sibling list gimplification exten...
2022-09-14 Richard Bienertree-optimization/106938 - cleanup abnormal edges after...
2022-09-14 Aldy Hernandez[PR106936] Remove assert from get_value_range.
2022-09-14 Jan-Benedict... Drop unused variable
2022-09-14 Julian BrownOpenMP 5.0: Clause ordering for OpenMP 5.0 (topological...
2022-09-14 Robin Dapptestsuite/s390: Add -mzarch to ifcvt test cases.
2022-09-14 Robin Dapptestsuite/s390: Fix vperm-rev testcases.
2022-09-14 Jakub JelinekDisallow pointer operands for |, ^ and partly & [PR106878]
2022-09-14 Richard Bienertree-optimization/106934 - avoid BIT_FIELD_REF of bitfields
2022-09-14 liuhongtCheck another epilog variable peeling case in vectoriza...
2022-09-14 Torbjörn SVENSSONtestsuite: gluefile file need to be prefixed
2022-09-14 GCC AdministratorDaily bump.
2022-09-13 Roger SaylePR target/106877: Robustify reg-stack to malformed...
2022-09-13 Jakub Jelineklibgomp: Appease some static analyzers [PR106906]
2022-09-13 Patrick Palkalibstdc++: Implement ranges::slide_view from P2442R1
2022-09-13 Patrick Palkalibstdc++: Implement ranges::chunk_view from P2442R1
2022-09-13 Patrick Palkalibstdc++: Implement LWG 3569 changes to join_view...
2022-09-13 Patrick Palkalibstdc++: Avoid -Wparentheses warning with debug iterators
2022-09-13 Patrick Palkac++: remove single-parameter version of mark_used
2022-09-13 Patrick Palkac++: two-parameter version of cxx_constant_value
2022-09-13 Patrick Palkac++: some missing-SFINAE fixes
2022-09-13 Max FilippovRevert "xtensa: Implement new target hook: TARGET_CONST...
2022-09-13 Kewen Linrs6000: Fix the check of bif argument number [PR104482]
2022-09-13 Kewen.Linrs6000: Handle unresolved overloaded builtin [PR105485]
2022-09-13 Kewen Linrs6000: Suggest unroll factor for loop vectorization
2022-09-13 Richard Bienermiddle-end/106909 - CTRL altering flag after folding
2022-09-13 Richard Bienertree-optimization/106913 - ICE with -da and -Wuninitialized
2022-09-13 Richard Sandifordaarch64: Vector move fixes for +nosimd
2022-09-13 Richard Sandifordaarch64: Disassociate ls64 from simd
2022-09-13 Tobias Burnuslibgomp.texi: move item from gcn to nvptx
2022-09-13 GCC AdministratorDaily bump.
2022-09-12 Patrick Palkac++: remove '_sfinae' suffix from functions
2022-09-12 Patrick Palkac++: template-id arguments are evaluated [PR101906]
2022-09-12 Jason Merrillc++: auto member function and auto variable [PR106893]
2022-09-12 Jason Merrillc++: cast to array of unknown bound [PR93259]
2022-09-12 Takayuki 'January... xtensa: Implement new target hook: TARGET_CONSTANT_OK_F...
2022-09-12 Patrick Palkalibstdc++: Add already-accepted <ranges> testcase ...
2022-09-12 Jason Merrillc++: lambda capture of array with deduced bounds [PR106567]
2022-09-12 Jonathan Wakelyc++: Refer to internal linkage for -Wsubobject-linkage...
2022-09-12 Joseph Myersstdatomic.h: Do not define ATOMIC_VAR_INIT for C2x
2022-09-12 Tobias Burnusnvptx/mkoffload.cc: Warn instead of error when reverse...
2022-09-12 Aldy Hernandezfrange::set_signbit: Avoid changing sign when already...
2022-09-12 Max Filippovxtensa: gcc: fix builtin_apply return value
2022-09-12 Jonathan Wakelylibstdc++: Fix comments in tests to match code
next