]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2023-06-09 Andrew MacLeodAlso check type being cast to
2023-06-09 Andrew MacLeodRelocate range_cast to header, and add a generic version.
2023-06-09 Jason Merrillc++: fix 32-bit spaceship failures [PR110185]
2023-06-09 Jason Merrillc++: diagnose auto in template arg
2023-06-09 Jason Merrillc++: init-list of uncopyable type [PR110102]
2023-06-09 Marek Polacekdoc: Clarification for -Wmissing-field-initializers
2023-06-09 Andrew PinskiAdd Plus to the op list of `(zero_one == 0) ? y : z...
2023-06-09 Andrew PinskiChange the `(zero_one ==/!= 0) ? y : z <op> y` patterns...
2023-06-09 Andrew PinskiMATCH: Allow unsigned types for `X & -Y -> X * Y` pattern
2023-06-09 Andrew PinskiMATCH: Fix zero_one_valued_p not to match signed 1...
2023-06-09 Lehua Dingtestsuite: fix the condition bug in tsvc s176
2023-06-09 Jonathan Wakelylibstdc++: Remove duplicate definition of _Float128...
2023-06-09 Jonathan Wakelylibstdc++: Add preprocessor checks to <experimental...
2023-06-09 Jonathan Wakelylibstdc++: Bump library version to libstdc++.so.6.0.33
2023-06-09 Jonathan Wakelylibstdc++: Fix P2510R3 "Formatting pointers" [PR110149]
2023-06-09 Jonathan Wakelylibstdc++: Optimize std::to_array for trivial types...
2023-06-09 Richard Bienermiddle-end/110182 - TYPE_PRECISION on VECTOR_TYPE cause...
2023-06-09 Jonathan Wakelylibstdc++: Improve tests for emplace member of sequence...
2023-06-09 Pan LiRISC-V: Refactor requirement of ZVFH and ZVFHMIN.
2023-06-09 Pan LiRISC-V: Fix one warning of frm enum.
2023-06-09 Jakub Jelinekfortran: Fix ICE on pr96024.f90 on big-endian hosts...
2023-06-09 liuhongtExplicitly view_convert_expr mask to signed type when...
2023-06-09 liuhongtFold _mm{,256,512}_abs_{epi8,epi16,epi32,epi64} into...
2023-06-09 GCC AdministratorDaily bump.
2023-06-08 Gaius MulleyPR modula2/110126 variables are reported as unused...
2023-06-08 Andrew MacLeodProvide a new dispatch mechanism for range-ops.
2023-06-08 Andrew MacLeodUnify range_operators to one class.
2023-06-08 Andrew MacLeodRemove tree_code from range-operator.
2023-06-08 Andrew MacLeodFix floating point bug in fold_range.
2023-06-08 Pan LiRISC-V: Add more test cases for RVV FP16
2023-06-08 Benjamin Priouranalyzer: Standalone OOB-warning [PR109437, PR109439]
2023-06-08 Jakub Jelinekoptabs: Implement double-word ctz and ffs expansion
2023-06-08 Jakub Jelineki386: Fix endless recursion in ix86_expand_vector_init_...
2023-06-08 Paul ThomasFortran: Fix some more blockers in associate meta-bug...
2023-06-08 Alexandre Oliva[testsuite] bump some tsvc timeouts
2023-06-08 GCC AdministratorDaily bump.
2023-06-07 Roger Sayle[Committed] Bug fix to new wi::bitreverse_large function.
2023-06-07 Roger SayleAdd support for stc and cmc instructions in i386.md
2023-06-07 Jason Merrillc++: allow NRV and non-NRV returns [PR58487]
2023-06-07 Andrew PinskiMATCH: Fix comment for `(zero_one ==/!= 0) ? y : z...
2023-06-07 Jeff LawRISC-V: Eliminate extension after for *w instructions
2023-06-07 Dimitar Dimitrovriscv: Fix scope for memory model calculation
2023-06-07 Dimitar Dimitrovriscv: Fix insn cost calculation
2023-06-07 Jakub Jelineklibstdc++: Fix up 20_util/to_chars/double.cc test for...
2023-06-07 Jakub Jelinekmatch.pd: Improve zero_one_valued_p
2023-06-07 Alex Coplanaarch64: Allow compiler to define ls64 builtins [PR110132]
2023-06-07 Alex Coplanaarch64: Fix wrong code with st64b builtin [PR110100]
2023-06-07 Alex Coplanaarch64: Fix whitespace in ls64 builtin implementation...
2023-06-07 Florian Weimerlibgcc: Fix eh_frame fast path in find_fde_tail
2023-06-07 Jonathan Wakelylibstdc++: Restore accidentally removed version in...
2023-06-07 Jonathan Wakelylibstdc++: Fix some tests that fail with -fno-exceptions
2023-06-07 Jonathan Wakelylibstdc++: Fix some tests that fail with -fexcess-preci...
2023-06-07 Vladimir N... RA: Constrain class of pic offset table pseudo to gener...
2023-06-07 Kyrylo Tkachovaarch64: Represent SQXTUN with RTL operations
2023-06-07 Kyrylo Tkachovaarch64: Improve RTL representation of ADDP instructions
2023-06-07 Jonathan WakelyRevert "libstdc++: Use AS_IF in configure.ac"
2023-06-07 Jeff LawFix expected test output on hppa
2023-06-07 Tobias Burnustestsuite/libgomp.*/target-present-*.{c,f90}: Improve...
2023-06-07 Thomas SchwingeSupport 'UNSUPPORTED: [...]: exception handling disable...
2023-06-07 Jakub Jelinekmodula2: Fix bootstrap
2023-06-07 Juzhe-ZhongRISC-V: Support RVV VLA SLP auto-vectorization
2023-06-07 Andrew PinskiHandle const_int in expand_single_bit_test
2023-06-07 Andrew PinskiImprove do_store_flag for single bit when there is...
2023-06-07 Andrew PinskiFor the `-A CMP -B -> B CMP A` pattern allow EQ/NE...
2023-06-07 Costas Argyrislibiberty: writeargv: Simplify function error mode.
2023-06-07 Andrew PinskiAdd match patterns for `a ? onezero : onezero` where...
2023-06-07 Andrew PinskiMatch: zero_one_valued_p should match 0 constants too
2023-06-07 Pan LiRISC-V: Fix ICE when include riscv_vector.h with rv64gcv
2023-06-07 Jason Merrillc++: Add -Wnrvo
2023-06-07 Jason Merrillc++: enable NRVO from inner block [PR51571]
2023-06-07 Jason Merrillc++: NRV and goto [PR92407]
2023-06-07 Jason Merrillc++: fix throwing cleanup with label
2023-06-07 Jason Merrillc++: fix contracts with NRV
2023-06-07 Jason Merrillc++: add NRV testcase [PR58050]
2023-06-07 Gaius MulleyPR modula2/110019 Reported line numbers off by 1 when...
2023-06-07 GCC AdministratorDaily bump.
2023-06-06 Roger SayleAdd RTX codes for BITREVERSE and COPYSIGN.
2023-06-06 Uros Bizjakreload1: Change return type of predicate function from...
2023-06-06 Tobias Burnuslibgomp: plugin-gcn - support 'unified_address'
2023-06-06 Jonathan Wakelylibstdc++: Update list of known symbol versions for...
2023-06-06 Jonathan Wakelylibstdc++: Make std::numeric_limits<__float128> more...
2023-06-06 Jonathan Wakelylibstdc++: Use AS_IF in configure.ac
2023-06-06 Juzhe-ZhongRISC-V: Add RVV vwmacc/vwmaccu/vwmaccsu combine lowerin...
2023-06-06 Tobias Burnusopenmp: Add support for the 'present' modifier
2023-06-06 Matthias Kretzlibstdc++: Avoid vector casts while still avoiding...
2023-06-06 Matthias Kretzlibstdc++: Replace use of incorrect non-temporal store
2023-06-06 Segher Boessenkoolrs6000: genfusion: Delete dead code
2023-06-06 Segher Boessenkoolrs6000: genfusion: Rewrite load/compare code
2023-06-06 Matthias Kretzlibstdc++: Protect against macros
2023-06-06 Jonathan Wakelylibstdc++: Fix ambiguous expression in std::array<T...
2023-06-06 Joseph Faullslibstdc++: Do not assume existence of char8_t codecvt...
2023-06-06 Jonathan Wakelylibstdc++: Use close-on-exec for file descriptors in...
2023-06-06 Jonathan Wakelylibstdc++: Make std::filesystem::copy_file work for...
2023-06-06 Jannik Glückertlibstdc++: Use copy_file_range for filesystem::copy_file
2023-06-06 Jannik Glückertlibstdc++: Also use sendfile for big files
2023-06-06 Jeevitha Palanisamyrs6000: Remove duplicate expression [PR106907]
2023-06-06 Kyrylo Tkachovaarch64: Improve representation of vpaddd intrinsics
2023-06-06 Kyrylo Tkachovaarch64: Reimplement URSHR,SRSHR patterns with standard...
2023-06-06 Kyrylo Tkachovaarch64: Simplify SHRN, RSHRN expanders and patterns
2023-06-06 Kyrylo Tkachovaarch64: Improve representation of ADDLV instructions
next
This page took 0.089791 seconds and 5 git commands to generate.