]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2022-09-23  Aldy Hernandezfrange: Make the setter taking trees a wrapper.
2022-09-23  Jonathan Wakelylibstdc++: Enable constexpr std::bitset for debug mode
2022-09-23  Jonathan Wakelylibstdc++: Optimize std::bitset<N>::to_string
2022-09-23  Kyrylo Tkachovaarch64: Add Arm Neoverse V2 support
2022-09-23  Paul-Antoine... MAINTAINERS: Add myself to Write After Approval
2022-09-23  Tamar Christinatestsuite: make check-functions-body dump expected...
2022-09-23  Aldy Hernandezfrange: drop endpoints to min/max representable numbers...
2022-09-23  Aldy HernandezAdd debug functions for REAL_VALUE_TYPE.
2022-09-23  Aldy Hernandezfrange: dump hex values when dumping FP numbers.
2022-09-23  Martin Liskaopts: fix --help=common with '\t' description
2022-09-23  Jakub Jelinektestsuite: Fix up pr106922.C test
2022-09-23  Jakub Jelinekattribs: Improve diagnostics
2022-09-23  Hu, Lin1i386: Optimize code generation of __mm256_zextsi128_si2...
2022-09-23  Marek Polacekc++: ICE-on-invalid with designated initializer [PR106983]
2022-09-23  GCC AdministratorDaily bump.
2022-09-22  Thomas NeumannAvoid depending on destructor order
2022-09-22  Joseph MyersUpdate gcc fr.po
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_PARITY to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_GOACC_DIM_* to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_STRLEN to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_UBSAN_CHECK_* to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_CLRSB to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_CTZ builtins to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_CLZ builtins to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_FFS and CFN_POPCOUNT to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_TOUPPER and TOLOWER to range-ops.
2022-09-22  Andrew MacLeodConvert CFN_BUILT_IN_SIGNBIT to range-ops.
2022-09-22  Andrew MacLeodAdd range-ops support for builtin functions.
2022-09-22  Andrew MacLeodAlways check the return value of fold_range.
2022-09-22  Andrew MacLeodAdd missing float fold_range prototype for floats.
2022-09-22  Andrew MacLeodFix calc_op1 for undefined op2_range.
2022-09-22  Andrew MacLeodCreate gimple_range_op_handler in a new source file.
2022-09-22  Andrew MacLeodAdjust range_op_handler to store the handler directly.
2022-09-22  Andrew MacLeodReplace another snippet with a call to gimple_range_ssa...
2022-09-22  José Rui Faustino... Fortran: Fix automatic reallocation inside select rank...
2022-09-22  Harald AnlaufFortran: fix ICE in generate_coarray_sym_init [PR82868]
2022-09-22  Jonathan Wakelylibiberty: Refer to Bugzilla in README
2022-09-22  Jonathan Wakelylibstdc++: Implement constexpr std::bitset for C++23...
2022-09-22  Jonathan Wakelylibstdc++: Rearrange tests for <bitset>
2022-09-22  Ian Lance Taylorcmd/cgo: add and use runtime/cgo.Incomplete instead...
2022-09-22  Richard Bienertree-optimization/102801 - testcase for uninit diagnostic
2022-09-22  Patrick Palkac++ modules: partial variable template specializations...
2022-09-22  Martin Liskaremove -gz=zlib-gnu option value
2022-09-22  David Malcolmc: fix uninitialized c_expr::m_decimal [PR106830]
2022-09-22  Richard Bienertree-optimization/106922 - missed FRE/PRE
2022-09-22  Max Filippovxtensa: gcc: enable section anchors support
2022-09-22  Max Filippovxtensa: gcc: implement MI thunk generation for call0 ABI
2022-09-22  Richard Bienertree-optimization/99407 - DSE with data-ref analysis
2022-09-22  Richard BienerSome VN TLC
2022-09-22  liuhongtFix typo in floorv2sf2, should be register_operand...
2022-09-22  François Dumontlibstdc++: Remove useless gdb printer registrations
2022-09-22  GCC AdministratorDaily bump.
2022-09-21  Jonathan Wakelylibstdc++: Fix accidental duplicate test [PR91456]
2022-09-21  Jonathan Wakelylibstdc++: Remove main() from some compile-only tests
2022-09-21  Jonathan Wakelylibstdc++: Update <memory> synopsis test for C++11...
2022-09-21  Aldy Hernandez[PR106967] Set known NANs to undefined for flag_finite_...
2022-09-21  Aldy HernandezClear unused flags in frange for undefined ranges.
2022-09-21  Richard Bienertree-optimization/106984 - tsan and COND_EXPR GIMPLE
2022-09-21  Francois-Xavier... Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODE
2022-09-21  Kyrylo Tkachovaarch64: Rewrite -march=native to -mcpu if no other...
2022-09-21  Aldy Hernandez[PR106967] frange: revamp relational operators for...
2022-09-21  Francois-Xavier... Fortran: add symbols in version map for IEEE_GET_MODES...
2022-09-21  liuhongtDon't check can_vec_perm_const_p for nonlinear iv_init...
2022-09-21  Jonathan Wakelylibstdc++: Remove trailing whitespace in documentation...
2022-09-21  Jonathan Wakelylibstdc++: Add _Exit to <stdlib.h> for freestanding
2022-09-21  Jonathan Wakelylibstdc++: Qualify std::abort() in test
2022-09-21  Jonathan Wakelylibstdc++: Add <initializer_list> to ranges_base.h...
2022-09-21  GCC AdministratorDaily bump.
2022-09-20  Tobias BurnusFortran: F2018 type(*),dimension(*) with scalars [PR104143]
2022-09-20  Harald AnlaufFortran: error recovery on invalid ARRAY argument to...
2022-09-20  Harald AnlaufFortran: NULL pointer dereference in invalid simplifica...
2022-09-20  Patrick Palkac++: xtreme-header modules tests cleanups
2022-09-20  Patrick Palkac++: modules and non-dependent auto deduction
2022-09-20  José Rui Faustino... Fortran: Fix function attributes [PR100132]
2022-09-20  Aldy Hernandezfrange::maybe_isnan() should return FALSE for undefined...
2022-09-20  Aldy Hernandezfrange::set_nonnegative should not contain -NAN.
2022-09-20  Martin Liskafortran: add link to ISO_VARYING_STRING module [PR106636]
2022-09-20  Richard Sandifordaarch64: Fix GTY markup for arm_sve.h [PR106491]
2022-09-20  Richard Sandifordvect: Fix SLP layout handling of masked loads [PR106794]
2022-09-20  Richard Sandifordvect: Fix missed gather load opportunity
2022-09-20  Aldy Hernandez[PR106970] New test for PR that has already been fixed.
2022-09-20  Patrick Palkac++: stream PACK_EXPANSION_EXTRA_ARGS [PR106761]
2022-09-20  Martin Liskareplace "the the" typos
2022-09-20  Jonathan Wakelylibstdc++: Fix typo in <cstdlib> for freestanding
2022-09-20  Martin Liskafortran: remove 2 dead links [PR106636]
2022-09-20  Martin Liskacontrib: skip new egrep warning
2022-09-20  liuhongtSupport 64-bit vectorization for single-precision float...
2022-09-20  konglin1middle-end: handle bitop with an invariant induction...
2022-09-20  Xi RuoyaoLoongArch: Prepare static PIE support
2022-09-20  Aldy Hernandezfrange: flush denormals to zero
2022-09-20  liuhongtAdjust issue_rate for latest Intel processors.
2022-09-20  konglin1i386: Fixed vec_init_dup_v16bf [PR106887]
2022-09-20  GCC AdministratorDaily bump.
2022-09-19  Marek Polacekc: Stray inform note with -Waddress [PR106947]
2022-09-19  Francois-Xavier... Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_S...
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...
next