aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-01[contrib] validate_failures.py: Add "--expiry_date YYYYMMDD" optionlinaro-local/validate_failuresMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Add new option --invert_matchMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Improve error outputThiago Bauermann
2023-06-01[contrib] validate_failures.py: Support "$tool:" prefix in exp namesChristophe Lyon
2023-06-01[contrib] validate_failures.py: Use exit code "2" to indicate regressionMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Be more stringent in parsing result linesMaxim Kuvyrkov
2023-06-01[contrib] Add more verbosity levels to control validate_failures.py outputMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Simplify GetManifestPath()Maxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Read in manifest when comparing build dirsMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Support expiry attributes in manifestsMaxim Kuvyrkov
2023-06-01[contrib] validate_failures.py: Avoid testsuite aliasingMaxim Kuvyrkov
2023-06-01libstdc++: Fix condition for supported SIMD types on ARMv8Matthias Kretz
2023-06-01aarch64: Add =r,m and =m,r alternatives to 64-bit vector move patternsKyrylo Tkachov
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus
2023-06-01RISC-V: Introduce vfloat16m{f}*_t and their machine mode.Pan Li
2023-06-01libstdc++: Reduce <functional> inclusion to <stl_algobase.h>François Dumont
2023-05-31c++: make -fpermissive avoid -Werror=narrowingJason Merrill
2023-06-01Daily bump.GCC Administrator
2023-06-01RISC-V: Add RVV FRM enum for floating-point rounding mode intriniscsJuzhe-Zhong
2023-05-31Refactor wi::bswap as a function (instead of a method).Roger Sayle
2023-05-31libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...Jonathan Wakely
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely
2023-05-31libstdc++: Express std::vector's size() <= capacity() invariant in codeJonathan Wakely
2023-05-31libstdc++: Fix build for targets without _Float128 [PR109921]Jonathan Wakely
2023-05-31libstdc++: Fix configure test for 32-bit targetsJonathan Wakely
2023-05-31testsuite: rename force_conventional_outputBernhard Reutner-Fischer
2023-05-31aarch64: PR target/99195 Annotate dot-product patterns for vec-concat-zeroKyrylo Tkachov
2023-05-31aarch64: PR target/99195 Annotate saturating mult patterns for vec-concat-zeroKyrylo Tkachov
2023-05-31btf: improve -dA comments for testsuiteDavid Faust
2023-05-31btf: be clear when record size/type is not usedDavid Faust
2023-05-31emit-rtl: Change return type of predicate functions from int to boolUros Bizjak
2023-05-31alias: Change return type of predicate functions from int to boolUros Bizjak
2023-05-31RISC-V: Add vwadd<u>/vwsub<u>/vwmul<u>/vwmulsu.vv lowering optimizaiton for R...Juzhe-Zhong
2023-05-31RISC-V: Add testcase for vrsub.vi auto-vectorizationJuzhe-Zhong
2023-05-31RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)Juzhe-Zhong
2023-05-31RISC-V: Remove FRM for vfwcvt.f.x<u>.v (RVV integer to float widening convers...Juzhe-Zhong
2023-05-31RISC-V: Remove FRM for vfncvt.rod instructionJuzhe-Zhong
2023-05-31aarch64: Add pattern for bswap + rotate [PR 110039]Christophe Lyon
2023-05-31libstdc++: Do not include <exception> in <mutex>Jonathan Wakely
2023-05-31libstdc++: Replace obsolete shell syntax in configure.acJonathan Wakely
2023-05-31libstdc++: Add missing noexcept to std::scoped_allocator_adaptorJonathan Wakely
2023-05-31libstdc++: Add std::numeric_limits<__float128> specialization [PR104772]Jonathan Wakely
2023-05-31libstdc++: Disable embedded tzdata for all 16-bit targetsJonathan Wakely
2023-05-31libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]Jonathan Wakely
2023-05-31libstdc++: Deprecate std::setfill for std::basic_istream [PR109922]Jonathan Wakely
2023-05-31ipa/109983 - (IPA) PTA speedupRichard Biener
2023-05-31IPA PTA stats enhancement and non-details dump slimmingRichard Biener
2023-05-31aarch64: Simplify output template emission code for a few patternsKyrylo Tkachov
2023-05-31xtensa: Improve "*shlrd_reg" insn pattern and its variantTakayuki 'January June' Suwa
2023-05-31Fix ICE in rewrite_expr_tree_parallelCui, Lili