platform/upstream/gcc.git
2022-11-20 Patrick Palkac++: remove coerce_innermost_template_parms
2022-11-20 Jakub Jelinekreg-stack: Fix a -fcompare-debug bug in reg-stack ...
2022-11-20 Martin Liskagcc-changelog: temporarily disable check_line_start
2022-11-20 Jeff Law[PR other/104044] Remove extraneous semicolons
2022-11-20 Jeff Law Fix test to not depend on DECL_UIDs
2022-11-19 Jonathan Wakelylibstdc++: Add always_inline to trivial range access...
2022-11-19 Andrew Pinskiconstexprify some tree variables
2022-11-19 Jonathan Wakelylibstdc++: Fix -Wsign-compare warnings in std::format
2022-11-19 Jonathan Wakelylibstdc++: Fix Doxygen warning
2022-11-19 Jonathan Wakelylibstdc++: Fix one more malformed requires-clause ...
2022-11-19 Thomas Schwingenvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel'
2022-11-19 Bernhard Reutner... libcpp: Add missing config for --enable-valgrind-annota...
2022-11-19 Jonathan Wakelyjit: Use std::mutex instead of pthread_mutex_t
2022-11-19 Tobias Burnuslibgomp/gcn: Prepare for reverse-offload callback handling
2022-11-19 Jakub Jelineki386: Outline fast BF -> SF conversion and fix up sNaN...
2022-11-19 Jakub Jelinekc++: Implement C++23 P2647R1 - Permitting static conste...
2022-11-19 Jeff Chapman IIc++: implement P1492 contracts
2022-11-19 Jeff Chapman IIlibstdc++: add experimental Contracts support
2022-11-19 David Malcolmanalyzer: fix feasibility false +ve on jumps through...
2022-11-18 David Malcolmanalyzer: move more impl_* to known_function
2022-11-18 Philipp TomsichRISC-V: No extensions for SImode min/max against safe...
2022-11-18 Philipp TomsichRISC-V: Handle "(a & twobits) == singlebit" in branches...
2022-11-18 Philipp TomsichRISC-V: Use bseti/bclri/binvi to extend reach of ori...
2022-11-18 Philipp TomsichRISC-V: Optimize slli(.uw)? + addw + zext.w into sh...
2022-11-18 Philipp TomsichRISC-V: split to allow formation of sh[123]add before...
2022-11-18 Philipp TomsichRISC-V: Optimize branches testing a bit-range or a...
2022-11-18 Philipp TomsichRISC-V: allow bseti on SImode without sign-extension
2022-11-18 Richard Purdielibcpp: Avoid remapping filenames within directives
2022-11-18 Jakub JelinekManually add entries for r13-4128.
2022-11-18 Harald AnlaufFortran: reject NULL actual argument without explicit...
2022-11-18 GCC AdministratorDaily bump.
2022-11-18 Jakub JelinekAdd another commit to ignore
2022-11-18 Andrew PinskiFix PR middle-end/107705: ICE after reclaration error
2022-11-18 Andrew PinskiFix PRs 106764, 106765, and 107307, all ICE after inval...
2022-11-18 Yixuan ChenFix testcase for architectures that use .srodata
2022-11-18 Kyrylo Tkachovaarch64: Fix LDAPURS assembly output
2022-11-18 Torbjörn SVENSSONtestsuite: Verify that module-mapper is available
2022-11-18 Kyrylo Tkachovaarch64: Fix up LDAPR codegen
2022-11-18 Jakub Jelinekc++: Implement CWG2635 - Constrained structured bindings
2022-11-18 Richard Bienertree-optimization/107647 - avoid FMA from SLP with...
2022-11-18 Jinyang HeLoongArch: Fix atomic_exchange expanding [PR107713]
2022-11-18 Marek Polacekc++: constinit on pointer to function [PR104066]
2022-11-17 Bernhard Reutner... c: Set the locus of the function result decl
2022-11-17 Bernhard Reutner... Fortran: Remove double spaces in open() warning [PR99884]
2022-11-17 Andrew PinskiFix PR 107734: valgrind errors with sbitmap in match.pd
2022-11-17 Aldy Hernandez[PR tree-optimization/107732] [range-ops] Handle attemp...
2022-11-17 David Malcolmc, analyzer: fix ICE with -fanalyzer and -Wunused-macro...
2022-11-17 Philipp TomsichRISC-V: Optimize masking with two clear bits not a...
2022-11-17 Philipp TomsichRISC-V: bitmanip: add splitter to use bexti for "(a...
2022-11-17 mtsamisEnable shrink wrapping for the RISC-V target.
2022-11-17 Kyrylo Tkachovaarch64: Add mode size check on LDAPR-extend patterns
2022-11-17 Aldy Hernandez[PR68097] Try to avoid recursing for floats in gimple_s...
2022-11-17 Lili Cuix86: Enable 256 move by pieces for ALDERLAKE machine.
2022-11-17 Tamar Christinamiddle-end: ensure that VEC_PERM operands get lowered...
2022-11-17 Tamar Christinamiddle-end: replace GET_MODE_WIDER_MODE with GET_MODE_N...
2022-11-17 Aldy Hernandez[range-ops] Minor readability fix.
2022-11-17 Kewen LinFix typo in gimple_fold_partial_load_store_mem_ref
2022-11-17 Jia-Wei ChenRISC-V: Optimize RVV epilogue logic.
2022-11-17 Jeff LawFix multiple recent sh3/sh3eb regressions
2022-11-17 Jonathan Wakelylibstdc++: Ensure std::to_chars overloads all declared...
2022-11-17 GCC AdministratorDaily bump.
2022-11-16 David Malcolmanalyzer: more test coverage for named constants
2022-11-16 David Malcolmanalyzer: log the stashing of named constants [PR107711]
2022-11-16 Steve KarglFortran: ICE on procedure arguments with non-integer...
2022-11-16 Marek Polacekc++: P2448 - Relaxing some constexpr restrictions ...
2022-11-16 Jonathan Wakelylibstdc++: Fix dumb typos in ALT128 support in <format...
2022-11-16 Jonathan Wakelylibstdc++: Improve performance of chrono::utc_clock...
2022-11-16 Jonathan Wakelylibstdc++: Adjust <format> for Clang compatibility...
2022-11-16 Jonathan Wakelylibstdc++: Disable std::format of _Float128 if std...
2022-11-16 Harald AnlaufFortran: error recovery after reference to bad CLASS...
2022-11-16 Harald AnlaufFortran: ICE in simplification of array expression...
2022-11-16 Philipp TomsichRISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext...
2022-11-16 Philipp TomsichRISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext...
2022-11-16 Hans-Peter... testsuite: Fix mistransformed gcov
2022-11-16 Richard Bienertree-optimization/107686 - fix bitfield ref through...
2022-11-16 Richard Bienermiddle-end/107679 - fix SSA rewrite of clobber of parameter
2022-11-16 Jonathan Wakelylibstdc++: Add test for chrono::utc_clock leap second...
2022-11-16 Martin Liskalibatomic: regenerate Makefile.in
2022-11-16 Patrick Palkalibstdc++: Fix stream initialization with static librar...
2022-11-16 Jakub Jelinekc++: Alignment changes to layout compatibility/common...
2022-11-16 Jakub Jelineklibstdc++: Fix up <complex> for extended floating point...
2022-11-16 Jakub Jelinekc++: Fix up calls to static operator() or operator...
2022-11-16 Alexander Monakovdoc: fix description of -mrelax-cmpxchg-loop [PR 107676]
2022-11-16 Alexander Monakovi386: correct x87&SSE multiplication modeling in znver.md
2022-11-16 Alexander Monakovi386: correct x87&SSE division modeling in znver.md
2022-11-16 Jonathan Wakelylibstdc++: Fix std::any pretty printer
2022-11-16 Jonathan Wakelylibstdc++: Improve comments on pretty printer code
2022-11-16 Tobias Burnusgcn: Add __builtin_gcn_kernarg_ptr
2022-11-16 David Malcolmanalyzer: use known_function to simplify region_model...
2022-11-16 David Malcolmanalyzer: split out checker-path.cc into a new checker...
2022-11-16 Max Filippovgcc: m68k: fix PR target/107645
2022-11-16 Christoph Müllnerdoc: invoke: pru/riscv: Fix option list formatting
2022-11-16 Jakub Jelinekc++: Implement CWG 2654 - Un-deprecation of compound...
2022-11-16 Tobias Burnusnvptx/mkoffload.cc: Fix "$nohost" check
2022-11-16 Jakub Jelinekc++: Allow attributes on concepts - DR 2428
2022-11-16 Jakub Jelinekragen-op-float: Fix up float_binary_op_range_finish...
2022-11-16 François Dumontlibstdc++: Fix gdb FilteringTypePrinter
2022-11-16 Kewen Linrtl: Try to remove EH edges after {pro,epi}logue genera...
2022-11-16 GCC AdministratorDaily bump.
2022-11-15 Marek Polacekc++: Disable -Wignored-qualifiers for template args...
next