]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-02-18  Xi RuoyaoLoongArch: Fix multiarch tuple canonization
2023-02-18  Andrew PinskiRemove #if GIMPLE around 1 - a pattern
2023-02-18  Andrew PinskiSupport get_range_query with a nullptr argument
2023-02-18  GCC AdministratorDaily bump.
2023-02-17  Thomas Schwinge'#include "tm_p.h"' in 'gcc/rust/backend/rust-tree.cc'
2023-02-17  Siddhesh Poyarekardoc: Fix typo in -Wall description
2023-02-17  Patrick Palkac++: speculative constexpr and is_constant_evaluated...
2023-02-17  Patrick Palkac++: make manifestly_const_eval tri-state
2023-02-17  Uros Bizjakii386: Generate QImode binary ops with high-part input...
2023-02-17  Uros Bizjaksimplify-rtx: Fix VOIDmode operand handling in simplify...
2023-02-17  Rainer Orthfixincludes: Bypass solaris_math_12 on newer Solaris...
2023-02-17  Rainer Orthcontrib: Fix make_sunver.pl warning
2023-02-17  Richard Bienertree-optimization/108821 - store motion and volatiles
2023-02-17  Richard BienerFix wrong-code issue in VN
2023-02-17  Jerry DeLisleFortran test: Modify test cases to pass on mingw.
2023-02-17  Ju-Zhe ZhongRISC-V: Fix vmnot asm check (Should check vmnot.m inste...
2023-02-17  Ju-Zhe ZhongRISC-V: Add RVV all mask C/C++ intrinsics support
2023-02-17  Ju-Zhe ZhongRISC-V: Rename tu_preds to none_tu_preds [NFC]
2023-02-17  Ju-Zhe ZhongRISC-V: Normalize SEW = 64 handling into a simplified...
2023-02-17  Ju-Zhe ZhongRISC-V: Rearrange the organization of declarations...
2023-02-17  Ju-Zhe ZhongRISC-V: Move saturating add/subtract md pattern locatio...
2023-02-17  Ju-Zhe ZhongRISC-V: Remove "extern" for namespace [NFC]
2023-02-17  Ju-Zhe ZhongRISC-V: Replace simm32_p with immediate_operand (Pmode)
2023-02-17  Jerry DeLisleFortran Tests: Allow passing on mingw.
2023-02-17  GCC AdministratorDaily bump.
2023-02-16  David Malcolmanalyzer: respect some conditions from bit masks [PR108806]
2023-02-16  Gerald Pfeiferdoc: Reword how to get possible values of a parameter
2023-02-16  Iain Sandoetestsuite, objective-c: Cater for Windows intptr type.
2023-02-16  Patrick Palkac++: TYPENAME_TYPE lookup ignoring non-types [PR107773]
2023-02-16  Martin LiskaMAINTAINERS: stepping down from my positions
2023-02-16  Patrick Palkadon't declare header-defined functions both static...
2023-02-16  Matthias Kretzlibstdc++: Fix incorrect function call in -ffast-math...
2023-02-16  Matthias Kretzlibstdc++: Fix incorrect __builtin_is_constant_evaluate...
2023-02-16  Matthias Kretzlibstdc++: printf format string fix in testsuite
2023-02-16  Matthias Kretzlibstdc++: Use a PCH to speed up check-simd
2023-02-16  Matthias Kretzlibstdc++: Document timeout and timeout-factor of simd...
2023-02-16  Matthias Kretzlibstdc++: Annotate most lambdas with always_inline
2023-02-16  Matthias Kretzlibstdc++: Ensure __builtin_constant_p isn't lost on...
2023-02-16  Jonathan Wakelylibstdc++: Replace non-ascii character in test
2023-02-16  Jonathan Wakelylibstdc++: Implement <experimental/synchronized_value...
2023-02-16  Jonathan Wakelylibstdc++: Fix name of <experimental/optional> in comment
2023-02-16  Jonathan Wakelylibstdc++: Enable CTAD for std::basic_format_args ...
2023-02-16  Jonathan Wakelylibstdc++: Implement P2255R2 dangling checks for std...
2023-02-16  Jakub Jelinektree-ssa-dse: Fix up handling of lhs of internal calls...
2023-02-16  Jonathan Wakelylibstdc++: Make names_pstl.cc require et tbb_backend
2023-02-16  Jonathan Wakelydoc: Suggest fix for -Woverloaded-virtual warnings
2023-02-16  Jonathan Wakelylibstdc++: Fix non-reserved names in <ext/throw_allocat...
2023-02-16  Jonathan Wakelylibstdc++: Add missing space after effective-target...
2023-02-16  Jonathan Wakelylibstdc++: Fix non-reserved names in PSTL headers
2023-02-16  Jakub Jelineklibgomp: Fix up some typos in libgomp.texi
2023-02-16  Jakub Jelineklibgomp: Fix comment typo
2023-02-16  Jonathan Wakelylibstdc++: Fix uses of non-reserved names in headers
2023-02-16  Jakub Jelinekreassoc: Fix up (ab) handling in eliminate_redundant_co...
2023-02-16  Richard Bienertree-optimization/108791 - checking ICE with sloppy...
2023-02-16  Hans-Peter... objs-gcc.sh: Only bootstrap if source-directory contain...
2023-02-16  Hans-Peter... testsuite: Add CRIS to check_effective_target_lra non...
2023-02-16  GCC AdministratorDaily bump.
2023-02-15  Eric BotcazouFix PR target/90458
2023-02-15  Jan-Benedict... Fix an accidental double space
2023-02-15  Steve KarglFortran: error recovery on checking procedure argument...
2023-02-15  Steve KarglFortran: error recovery on invalid assumed size referen...
2023-02-15  Uros Bizjaki386: Relax extract location operand mode requirements
2023-02-15  David Malcolmanalyzer: fix uninit false +ves [PR108664,PR108666...
2023-02-15  Uros Bizjaktestsuite/i386: Cleanup target selectors in i386 target...
2023-02-15  Uros Bizjaki386: Rename extr_register_operand to int248_register_o...
2023-02-15  Richard BienerSpeedup DF dataflow solver
2023-02-15  Marek Polacekwarn-access: wrong -Wdangling-pointer with labels ...
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vv c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vx rv64 c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vx rv32 c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmadd vv c++ api test
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmadd vx C++ api test
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac vv c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac vx C++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac vx rv64 C++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vv c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vx rv32 c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vx rv64 c++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vwmacc vv C++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vwmacc vx C++ api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add ternary constraint tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vv c api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vx rv32 c api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmacc vx c api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmadd vv C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmadd vx c api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmadd vx rv64 c api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac vv C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac vx C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsac rv64 C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vx rv32 C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vx rv64 C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vnmsub vv C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vwmacc vv C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vwmacc vx C api tests
2023-02-15  Ju-Zhe ZhongRISC-V: Finish all integer C/C++ intrinsics
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmseq vv C++ tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmseq vx C++ tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmsge vv C++ tests
2023-02-15  Ju-Zhe ZhongRISC-V: Add vmsge vx C++ api tests
next