1. af0cf36 [PATCH][RISC-V][PR rtl-optimization/125731] Improving sequences for conditional xor with a constant by Shreya Munnangi · 74 minutes ago master trunk
  2. d5634bb c++: INIT_EXPR trial constexpr folding by Patrick Palka · 2 hours ago
  3. b3bca9f c++: is_const_eval init folding inside lambda scope [PR126483] by Patrick Palka · 2 hours ago
  4. 9b0341a c++: testsuite: Add some opt/is_constant_evaluated3.C variants by Patrick Palka · 2 hours ago
  5. 038a334 fortran: Fix minor memleak with GMP variables by Harald Anlauf · 3 hours ago
  6. 0e74517 c++: ICE w/ maybe_warn_nodiscard on non-dep call [PR123495, PR126860] by Patrick Palka · 4 hours ago
  7. 7363617 c: fix checking ICE on pointer to a VLA of a tagged type [PR126284] by Martin Uecker · 4 weeks ago
  8. 6221413 Add new relation before starting search by Andrew MacLeod · 28 hours ago
  9. 836cb4e fold_using_range should set the current query. by Andrew MacLeod · 2 days ago
  10. dc09485 Use logical_depth limit in fast vrp. by Andrew MacLeod · 2 days ago
  11. 21c8ddd Limit the number of iterations in phi analyzer. by Andrew MacLeod · 2 days ago
  12. 23797f8 match.pd: fold the inequality spelling of divisibility by Kyrylo Tkachov · 4 days ago
  13. dcf3406 testsuite, X86: Fix missing U_L_P on pr126293-1b.c. by Iain Sandoe · 8 hours ago
  14. 3620be7 testsuite, Darwin: Update cfstring testa to account for fix in [PR126723] by Iain Sandoe · 8 hours ago
  15. c7282ce gcc/mingw32: Do not export `HOST_EXTRA_OBJS_SYMBOL` by LIU Hao · 5 days ago
  16. 654eb1f c++: constexpr class access in generic lambda [PR126754] by Jason Merrill · 3 days ago
  17. 34fd4c4 c++: clarify reshape_init designator handling by Jason Merrill · 10 days ago
  18. 39d3259 cobol: Route MOVE <intermediate_e> to __gg__move(). by Robert Dubner · 10 hours ago
  19. 478c185 testsuite/gfortran.dg: Gate tests on effective_target fd_truncate by Hans-Peter Nilsson · 21 hours ago
  20. c8545a3 tree-optimization/126865 - SLP node with trapping stmt in wrong BB by Richard Biener · 12 hours ago
  21. e5efa9e libgomp: Revise libgomp/Fortran support conditionals by Thomas Schwinge · 2 weeks ago
  22. 2026474 tree-optimization/126862 - fix live lane extract dominance check for PHIs by Richard Biener · 13 hours ago
  23. d42b8b1 tree-optimization/126861 - ICE with SLP schedule at explicit region start by Richard Biener · 14 hours ago
  24. b190388 match.pd: Fold umin(a, 1) | umin(b, 1) into umin(a | b, 1) [PR126646] by Reshma Roy · 4 days ago
  25. 6a000bf tree-optimization/126852 - verify SLP schedule also for PHIs by Richard Biener · 13 hours ago
  26. bbf1dfa match.pd: combine a pair of vector comparisons against zero by Kyrylo Tkachov · 2 weeks ago
  27. 4f1c608 Fortran: Fix ICE with recursively defined derived type [PR104048] by Paul Thomas · 2 days ago
  28. 8d004ef match: Try to remove casts for `(int)-(unsigned)a`[PR107765] by Andrea Pinski · 3 weeks ago
  29. b6477e6 debug/126355 - preserve debug info for IPA ICF wrappers by Longjun Luo · 3 weeks ago
  30. 729eb68 tree-optimization: Fold canonicalized vector min/max conditionals [PR98602] by Naveen · 17 hours ago
  31. 0cfd3de [RISC-V][PR target/108031] Adjust cost of LO_SUM expression slightly by Jeff Law · 19 hours ago
  32. 1b94203 lto: testsuite: Fix incr-link tests on wrapped targets by Lewis Hyatt · 20 hours ago
  33. d0aa674 x86: Update cpuid.h to pass leaf to __get_cpuid_max by H.J. Lu · 8 days ago
  34. 090baea [PR rtl-optimization/126426] Handle vector mode uses conservatively in ext-dce by Jeff Law · 22 hours ago
  35. 70bbb9a Daily bump. by GCC Administrator · 22 hours ago
  36. 864a074 tree-optimization: Remove dead code in tree-ssa-forwprop.cc. [PR120582] by Kael Andrew Alonzo Franco · 2 days ago
  37. e34e364 sanitizer: Remove dead code in sancov.cc. [PR120581] by Kael Andrew Alonzo Franco · 2 days ago
  38. e407d1b tree-optimization: Remove dead code in gimple-ssa-nonnull-compare.cc. [PR120580] by Kael Andrew Alonzo Franco · 2 days ago
  39. a03b3ab4 c++/modules: ICE with GMF variable later defined inline [PR126783] by Patrick Palka · 24 hours ago
  40. 7f549ea tree-optimization: Remove dead code in gimple.cc. [PR120579] by Kael Andrew Alonzo Franco · 2 days ago
  41. 3ecb59a tree-optimization: Remove dead code in tree-ssa-math-opts.cc. [PR120477] by Kael Andrew Alonzo Franco · 2 days ago
  42. 3e43b55 backwards threader: handle SSA names occurring in abnormal PHIs by Aldy Hernandez · 36 hours ago
  43. 6cda72b range: remove the abnormal-PHI restriction from gimple_range_ssa_p by Aldy Hernandez · 2 days ago
  44. 6294f1d Re: [PATCH] RISC-V: Don't emit a separate multilib for the default march/mabi by Jim Lin · 28 hours ago
  45. ea9ca5b testsuite: Add a returns_twice testcase for PR126815 [PR126815] by Andrea Pinski · 29 hours ago
  46. 2bfe853 RISC-V: Add Ascalon XG cpu support by Peter Bergner · 2 days ago
  47. 67ec3f5 PR rtl-optimization/126315: Failure of gcc.target/arm/pr42879.c on armv7-a. by Roger Sayle · 31 hours ago
  48. 194c8f2 libstdc++: Remove trailing whitespace in src/c++23/std.cc.in. by Tomasz Kamiński · 33 hours ago
  49. 4c136e1 Add vector integer support to double-conversion patterns by Richard Biener · 2 days ago
  50. 6481867 ipa: Implement a summary for callback edges by Josef Melcr · 4 days ago
  51. 4af34d3 libstdc++: Ignore filesystem::canonical errors for /etc/localtime [PR125467] by Tomasz Kamiński · 2 days ago
  52. 26ba7ae fortran: Fix element size in CO_BROADCAST implementation [PR126799] by Mikael Morin · 2 days ago
  53. fbc3584 fortran: Fix element size in collective subroutines implementation [PR126799] by Mikael Morin · 2 days ago
  54. 424bd64 dce: Fix check for no_delete for removing the lhs of a call by Andrea Pinski · 2 days ago
  55. 1374c26 dce: Don't remove lhs for calls for no_delete case [PR126815] by Andrea Pinski · 2 days ago
  56. ad3f5b0 libcpp: add an AArch64 SVE2 search_line_fast by Kyrylo Tkachov · 9 days ago
  57. 542d7ea [PATCH v3] simplify-rtx: widen the memory attributes when folding "c ? a : a" [PR125683] by Rohith Kapelli · 2 days ago
  58. c5d147d RISC-V: Add more test cases for vwmacc[u].vv by Pan Li · 3 days ago
  59. 4f75092d RISC-V: Add test cases for vwmaccu.vv reg overlap by Pan Li · 3 days ago
  60. 55afdf3 RISC-V: Add test cases for vwmacc.vv reg overlap by Pan Li · 3 days ago
  61. 2be327c RISC-V: Allow RVV register overlap for vwmacc[u].vv by Pan Li · 7 days ago
  62. ee9c991 Daily bump. by GCC Administrator · 2 days ago
  63. 15acadc cobol: Refactor the use of cbl_char_t for big-endian architecture. by Robert Dubner · 2 days ago
  64. 1c03a15 Darwin: Amend linker-visibility of strings [PR126723]. by Iain Sandoe · 3 days ago
  65. 15d6098 testsuite, aarch64: Gate CFI/CFA tests on the cfi effective target. by Iain Sandoe · 2 years, 10 months ago
  66. 2aeac73 testsuite, aarch64: Add dg-requires for mabi=ilp32. by Iain Sandoe · 4 weeks ago
  67. cc08be7 c++: do not hash TYPENAME_TYPEs on pointers [PR124811] by Patrick Palka · 2 days ago
  68. 7f4f4b9 [frange] Convert range_operator::fold_range to sub-ranges. by Aldy Hernandez · 11 days ago
  69. f296bb3 i386: Fix some minor issues with BT patterns by Uros Bizjak · 2 days ago
  70. 21d8d36 AVR: Tidy round insns for 1- and 2-byte modes. by Georg-Johann Lay · 2 days ago
  71. 5ad734d AVR: Support saturating fixed-point shifts. by Georg-Johann Lay · 2 days ago
  72. 6bf1714 doc: Update link to RISC-V Vector Intrinsics specification by Gerald Pfeifer · 2 days ago
  73. 610f116 match: Fix recent pattern for signed integer overflow dealing with - [PR126418] by Andrea Pinski · 3 weeks ago
  74. c4910435 [PATCH v2] alpha: enable gnu-indirect-function support for alpha-linux by Matt Turner · 2 days ago
  75. 019ccd0 aarch64: use [SU]DOT for the byte to word step of a widening sum by Kyrylo Tkachov · 10 days ago
  76. 98298f0 aarch64: use [SU]ADDLP/[SU]ADALP for widening sum reductions by Kyrylo Tkachov · 12 days ago
  77. d9e21f7 x86-64: Add -m128bit-atomic by H.J. Lu · 4 weeks ago
  78. 2e722bc vect: For now restrict vect_validate_multiplication_commutative to only 4 forms [PR126589] by Tamar Christina · 2 days ago
  79. d9b2948 vect: Support another form of COMPLEX_FMS which the testcases point out [PR126589] by Tamar Christina · 2 days ago
  80. b3275d4 PR modula2/125129: Many tests fail to link on FreeBSD by Gaius Mulley · 2 days ago
  81. f49cb89 aarch64: Add SME2p3/SVE2p3 x2 narrowing right shift intrinsics by Abhishek Kaushik · 4 days ago
  82. 75f5723 match.pd: fold a round up spelled with inclusive or by Kyrylo Tkachov · 4 days ago
  83. eaca0fd doc: describe the lane freedom of reduc_widen_[us]sum and WIDEN_SUM_EXPR by Kyrylo Tkachov · 9 days ago
  84. 31fd60b optabs: rename widen_[us]sum to reduc_widen_[us]sum by Kyrylo Tkachov · 9 days ago
  85. adc20f1 tree-optimization/126099 - SLP subgraph merging with low/highpart extracts by Richard Biener · 11 days ago
  86. 9b1c9b6 Verify BB SLP scheduling by Richard Biener · 11 days ago
  87. 5e63fb5 tree-optimization/126028 - vector placement and live lane extracts by Richard Biener · 4 weeks ago
  88. a3732e7 Remove dead code from vectorizable_condition by Richard Biener · 3 days ago
  89. 81b7d7b aarch64: accept x8-x15 in aarch64_general_reg by Kyrylo Tkachov · 5 days ago
  90. a7bdb51 aarch64: Define __ARM_FEATURE_CSSC ACLE macro by Kyrylo Tkachov · 3 days ago
  91. 5d12345 tree-optimization/126789 - MMX and SSE mask interaction with AVX512 by Richard Biener · 3 days ago
  92. f6a1e69 Add attribute and pragma for coverage suppression by Jørgen Kvalsvik · 11 months ago
  93. 2185755 Thread paths ending in a computed goto by Aldy Hernandez · 4 days ago
  94. 89c1412 c++: Change alignof (decltype (^^::)) from 1 to alignof (void *) by Jakub Jelinek · 3 days ago
  95. 67c9a2c vect: fix virtual PHI after header rewrite [PR126778] by Tamar Christina · 3 days ago
  96. 475e9ef i386: Disallow APX EGPR in FMA4/XOP insns [PR target/126787] by Hongyu Wang · 4 days ago
  97. b3ef2a6 RISC-V: Widen fusion pair bitmask to unsigned HOST_WIDE_INT by Jin Ma · 4 weeks ago
  98. 2d3a1b4 Daily bump. by GCC Administrator · 3 days ago
  99. d829764 Use ssa-names rather than versions in the relation oracle. by Andrew MacLeod · 3 days ago
  100. 4882e4e Segregate relation creation code. by Andrew MacLeod · 4 weeks ago