]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2023-02-11  Jonathan Yonggcc/testsuite: fix excess warnings for mingw-w64
2023-02-11  Gerald Pfeiferlibstdc++: Update link to "Worst-case efficient priorit...
2023-02-11  niXmanlibiberty: fix lrealpath on Windows NTFS symlinks
2023-02-11  GCC AdministratorDaily bump.
2023-02-10  David Malcolmanalyzer: don't warn for deref-before-check for checks...
2023-02-10  Joseph MyersRegenerate .pot files
2023-02-10  Vladimir N... RA: Use caller save equivalent memory only for LRA
2023-02-10  Vladimir N... RA: Use simple LRA for huge functions
2023-02-10  Andrew MacLeodQuery rangers cache in readonly mode only from within
2023-02-10  Andrew MacLeodAdd function context for querying global ranges.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vand.vx C++ API test.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vdiv.vx C++ API test.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vdivu.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmax.vx C++ API tests.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmaxu.vx C++ API tests.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmin.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vminu.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmul.vx C++ API testcase
2023-02-10  Ju-Zhe ZhongRISC-V: Add vor.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vrem.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vremu.vx C++ API tests.
2023-02-10  Ju-Zhe ZhongRISC-V: Add vadd.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vrsub.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vsub.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vxor.vx C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add binary op vx constraint tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vadd.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vand.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vdiv.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vdivu C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmax.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmaxu.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmin.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vminu.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmul.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vor.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vrem.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vremu.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vrsub.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vsub.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vxor.vx C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmul.vv C++ API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add vmul.vv C API tests
2023-02-10  Ju-Zhe ZhongRISC-V: Add binary vx C/C++ support
2023-02-10  Richard Bienertree-optimization/108724 - vectorized code getting...
2023-02-10  Jakub JelinekRevert "docs: add caveat for __builtin_cpu_supports"
2023-02-10  Flavio CruzAdd x86_64-gnu target to contrib/config-list.mk
2023-02-10  Andrew Pinskitree-optimization: [PR108684] ICE in verify_ssa due...
2023-02-10  Joseph Myersc: Allow conversions of null pointer constants to nullptr_t
2023-02-10  Hans-Peter... testsuite: XFAIL g++.dg/pr71488.C and warn/Warray-bound...
2023-02-10  Hans-Peter... testsuite: XFAIL bogus g++.dg/warn/Wstringop-overflow...
2023-02-10  GCC AdministratorDaily bump.
2023-02-10  Marek Polacekc++: ICE initing lifetime-extended constexpr var [PR107079]
2023-02-09  David Malcolmanalyzer: fix further overzealous state purging [PR108733]
2023-02-09  Vladimir N... RA: Implement reuse of equivalent memory for caller...
2023-02-09  Harald AnlaufFortran: catch invalid kind in character conversion...
2023-02-09  Jakub Jelineki386: Call get_available_features for all CPUs with...
2023-02-09  Jakub Jelinekmatch.pd: Simplify BFR of insert when extracting exactl...
2023-02-09  Andrew Pinskimatch.pd: When simplifying BFR of an insert, require...
2023-02-09  Tobias BurnusOpenMP/Fortran: Partially fix non-rect loop nests ...
2023-02-09  Martin Liskadocs: add caveat for __builtin_cpu_supports
2023-02-09  Tobias BurnusOpenMP: Parse align clause in allocate directive in...
2023-02-09  Tobias BurnusFortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'
2023-02-09  Andreas Schwablto-wrapper: Pass through -funwind-tables and -fasynchr...
2023-02-09  Jakub Jelinekc++: Mangle EXCESS_PRECISION_EXPR <REAL_CST> as fold_co...
2023-02-09  Richard Bienertree-optimization/26854 - slow bitmap operations
2023-02-09  GCC AdministratorDaily bump.
2023-02-08  Joseph Myersc: Update checks on constexpr pointer initializers
2023-02-08  Gerald Pfeiferdoc: Change fsf.org to www.fsf.org
2023-02-08  Hans-Peter... testsuite: Fix asm-goto-with-outputs tests; limit to...
2023-02-08  David Malcolmanalyzer: fix overzealous state purging with on-stack...
2023-02-08  Srinath Parvathaneniarm: Optimize arm-mlib.h header inclusion [pr108505].
2023-02-08  Steve KarglFortran: error handling of global entity appearing...
2023-02-08  Jakub Jelinekvect-patterns: Fix up vect_widened_op_tree [PR108692]
2023-02-08  Andrea Coralloaarch64: Fix return_address_sign_ab_exception.C regression
2023-02-08  Richard Sandifordtestsuite: Import objc-dg-prune in execute.exp
2023-02-08  Richard Sandifordvect: Check gather/scatter offset types [PR108316]
2023-02-08  Vladimir N... Revert "RA: Implement reuse of equivalent memory for...
2023-02-08  Jakub Jelinektestsuite: Fix up PR108525 test [PR108525]
2023-02-08  Jakub Jelinektree.def: Remove outdated comment on SAD_EXPR
2023-02-08  GCC AdministratorDaily bump.
2023-02-07  Thomas SchwingeFix 'libgomp.fortran/reverse-offload-6.f90' nvptx offlo...
2023-02-07  David Malcolmanalyzer: fix -Wanalyzer-use-of-uninitialized-value...
2023-02-07  Harald AnlaufFortran: ASSOCIATE variables should not be TREE_STATIC...
2023-02-07  Marek Polacekdoc: Update -fchar8_t documentation
2023-02-07  Vladimir N... RA: Implement reuse of equivalent memory for caller...
2023-02-07  Richard Bienertree-optimization/26854 - compile-time hog in SSA forwprop
2023-02-07  Jakub Jelinekipa-split: Don't split returns_twice functions [PR106923]
2023-02-07  Jakub Jelinekcgraph: Handle simd clones in cgraph_node::set_{const...
2023-02-07  Jakub Jelinektestsuite: Expect -Wdeprecated warning in warn/Wstrict...
2023-02-07  Jan HubickaEnable 512 bit vector for zen4
2023-02-07  GCC AdministratorDaily bump.
2023-02-06  Gaius MulleyModula2 meets clang [PR108135]
2023-02-06  Arsen Arsenovićlibstdc++: Document P1642 and extensions
2023-02-06  Gaius MulleyFormat error in m2pp.cc (m2pp_integer_cst) [PR107234]
2023-02-06  Andrew Stubbsamdgcn: Pass -mstack-size through to runtime
2023-02-06  Gaius MulleyRemove unused variables and procedures.
2023-02-06  Alex Coplanaarch64: Fix up bfmlal lane pattern [PR104921]
2023-02-06  Jonathan Wakelylibstdc++: Fix non-reserved name for template parameter
2023-02-06  Jonathan Wakelylibstdc++: Fix testsuite warnings about new C++23 depre...
next