2024-09-25 |
Thomas Koenig | Fix testsuite failure on 32-bit targets. |
commit | commitdiff | tree |
2024-09-25 |
Andrew Pinski | Add an alternative testcase for PR 70740 |
commit | commitdiff | tree |
2024-09-25 |
Andrew Pinski | match: Fix `a != 0 ? a * b : 0` patterns for things... |
commit | commitdiff | tree |
2024-09-25 |
Jakub Jelinek | c++: Add testcase for DR 2874 |
commit | commitdiff | tree |
2024-09-25 |
Jakub Jelinek | c++: Add testcase for DR 2836 |
commit | commitdiff | tree |
2024-09-25 |
Jakub Jelinek | c++: Add testcase for DR 2728 |
commit | commitdiff | tree |
2024-09-25 |
Konstantinos... | match: Fix A || B not optimized to true when !B implies... |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | Speed up get_bitmask_from_range |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | Speed up wide_int_storage::operator=(wide_int_storage... |
commit | commitdiff | tree |
2024-09-25 |
Marek Polacek | c++: use TARGET_EXPR accessors |
commit | commitdiff | tree |
2024-09-25 |
Konstantinos... | match: Change (A * B) + (-C) to (B - C/A) * A, if C... |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | remove dominator recursion from reassoc |
commit | commitdiff | tree |
2024-09-25 |
Aldy Hernandez | Remove recursion in simplify_control_stmt_condition_1... |
commit | commitdiff | tree |
2024-09-25 |
Jason Merrill | libstdc++: #ifdef out #pragma GCC system_header |
commit | commitdiff | tree |
2024-09-25 |
Jason Merrill | libstdc++: more #pragma diagnostic |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | Use tree view for find_always_executed_bbs result |
commit | commitdiff | tree |
2024-09-25 |
Tobias Burnus | OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_tar... |
commit | commitdiff | tree |
2024-09-25 |
Pan Li | RISC-V: Cleanup debug code for SAT_* testcases [NFC] |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | rtl-optimization/114855 - slow add_store_equivs in IRA |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | Disable add_store_equivs when -fno-expensive-optimizations |
commit | commitdiff | tree |
2024-09-25 |
Richard Biener | tree-optimization/114855 - slow VRP due to equiv oracle... |
commit | commitdiff | tree |
2024-09-25 |
Pan Li | RISC-V: Refine the testcase of vector SAT_TRUNC |
commit | commitdiff | tree |
2024-09-25 |
Pan Li | RISC-V: Refine the testcase of vector SAT_SUB |
commit | commitdiff | tree |
2024-09-25 |
Pan Li | RISC-V: Refine the testcase of vector SAT_ADD |
commit | commitdiff | tree |
2024-09-25 |
Lingling Kong | i386: Update the comment for mapxf option |
commit | commitdiff | tree |
2024-09-25 |
Sandra Loosemore | OpenMP: Fix testsuite failure on x86 with -m32 |
commit | commitdiff | tree |
2024-09-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2024-09-24 |
Thomas Koenig | Add random numbers and fix some bugs. |
commit | commitdiff | tree |
2024-09-24 |
Thomas Koenig | Implement IANY, IALL and IPARITY for unsigned. |
commit | commitdiff | tree |
2024-09-24 |
Jakub Jelinek | options: Regenerate c.opt.urls |
commit | commitdiff | tree |
2024-09-24 |
Thomas Koenig | Implement SUM and PRODUCT for unsigned. |
commit | commitdiff | tree |
2024-09-24 |
Thomas Koenig | Implement MATMUL and DOT_PRODUCT for unsigned. |
commit | commitdiff | tree |
2024-09-24 |
Jakub Jelinek | c++: Implement C++23 P2718R0 - Wording for P2644R1... |
commit | commitdiff | tree |
2024-09-24 |
Iain Sandoe | libgcc, Darwin: Drop the legacy library build for macOS... |
commit | commitdiff | tree |
2024-09-24 |
Jakub Jelinek | i386: Fix comment typo |
commit | commitdiff | tree |
2024-09-24 |
Nina Dinka... | c++/contracts: ICE in build_contract_condition_function... |
commit | commitdiff | tree |
2024-09-24 |
Tobias Burnus | libgomp: with USM, init 'link' variables with host... |
commit | commitdiff | tree |
2024-09-24 |
Yixuan Chen | [PATCH] RISC-V: Fix FIXED_REGISTERS comment missing... |
commit | commitdiff | tree |
2024-09-24 |
Sandra Loosemore | OpenMP: Check additional restrictions on context select... |
commit | commitdiff | tree |
2024-09-24 |
Richard Biener | Simplify range-op shift mask generation |
commit | commitdiff | tree |
2024-09-24 |
Pan Li | Widening-Mul: Fix one ICE for SAT_SUB matching operand... |
commit | commitdiff | tree |
2024-09-24 |
Richard Biener | tree-optimization/116819 - SLP with !STMT_VINFO_RELEVAN... |
commit | commitdiff | tree |
2024-09-24 |
Robin Dapp | RISC-V: testsuite: Fix SELECT_VL SLP fallout. |
commit | commitdiff | tree |
2024-09-24 |
Robin Dapp | RISC-V: Add more vector-vector extract cases. |
commit | commitdiff | tree |
2024-09-24 |
Robin Dapp | RISC-V: Fix effective target check. |
commit | commitdiff | tree |
2024-09-24 |
Andre Vehreschild | Fortran: Allow to nullify caf token when not in ultimat... |
commit | commitdiff | tree |
2024-09-24 |
Jason Merrill | build: enable C++11 narrowing warnings |
commit | commitdiff | tree |
2024-09-24 |
Andre Vehreschild | Fortran: Assign allocated caf-memory to scalar members... |
commit | commitdiff | tree |
2024-09-24 |
Richard Biener | tree-optimization/114855 - more update_ssa speedup |
commit | commitdiff | tree |
2024-09-24 |
Aldy Hernandez | Alphabetize my entry in MAINTAINER's DCO list. |
commit | commitdiff | tree |
2024-09-24 |
Tobias Burnus | OpenMP: Add support for 'self_maps' to the 'require... |
commit | commitdiff | tree |
2024-09-24 |
Francois-Xavier... | Testsuite, darwin: account for macOS 15 |
commit | commitdiff | tree |
2024-09-24 |
Richard Biener | tree-optimization/115372 - failed store-lanes in some... |
commit | commitdiff | tree |
2024-09-24 |
Nathaniel Shead | libstdc++: Remove unnecessary 'static' from __is_specia... |
commit | commitdiff | tree |
2024-09-24 |
Richard Biener | tree-optimization/114855 - high update_ssa time |
commit | commitdiff | tree |
2024-09-24 |
Yangyu Chen | hosthooks.h: Fix GCC_HOST_HOOKS_H typo |
commit | commitdiff | tree |
2024-09-24 |
Prathamesh... | nvptx: Partial support for aliases to aliases. |
commit | commitdiff | tree |
2024-09-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2024-09-23 |
Gaius Mulley | modula2: Add noreturn attribute to m2/gm2-libs/M2RTS.mod |
commit | commitdiff | tree |
2024-09-23 |
Andrew Kreimer | libobjc: Fix typos |
commit | commitdiff | tree |
2024-09-23 |
Marek Polacek | c++: diagnose this specifier in requires expr [PR116798] |
commit | commitdiff | tree |
2024-09-23 |
Saurabh Jha | aarch64: Add codegen support for AdvSIMD faminmax |
commit | commitdiff | tree |
2024-09-23 |
Saurabh Jha | aarch64: Add AdvSIMD faminmax intrinsics |
commit | commitdiff | tree |
2024-09-23 |
Saurabh Jha | [MAINTAINERS] Fix myself in order and add username |
commit | commitdiff | tree |
2024-09-23 |
Jason Merrill | libstdc++: guard c++config pragmas |
commit | commitdiff | tree |
2024-09-23 |
Jason Merrill | libstdc++: operator new/delete are transaction_safe |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | dwarf2: store the RA state in CFI row |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | aarch64 testsuite: explain expectections for pr94515... |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | dwarf2: add hooks for architecture-specific CFIs |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATE |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | libgcc: hide CIE and FDE data for DWARF architecture... |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | aarch64: skip copy of RA state register into target... |
commit | commitdiff | tree |
2024-09-23 |
Matthieu Longo | aarch64: store signing key and signing method in DWARF... |
commit | commitdiff | tree |
2024-09-23 |
Tobias Burnus | OpenMP: Fix omp_get_device_from_uid, minor cleanup |
commit | commitdiff | tree |
2024-09-23 |
Claudiu Zissulescu | arc: Remove mlra option [PR113954] |
commit | commitdiff | tree |
2024-09-23 |
Simon Martin | c++: Don't crash when mangling member with anonymous... |
commit | commitdiff | tree |
2024-09-23 |
Simon Martin | c++: Don't ICE due to artificial constructor parameters... |
commit | commitdiff | tree |
2024-09-23 |
Saurabh Jha | Add myself to write after approval |
commit | commitdiff | tree |
2024-09-23 |
Richard Biener | tree-optimization/116810 - out-of-bound access to matches[] |
commit | commitdiff | tree |
2024-09-23 |
Richard Biener | tree-optimization/116796 - virtual LC SSA broken after... |
commit | commitdiff | tree |
2024-09-23 |
Tamar Christina | middle-end: Insert invariant instructions before the... |
commit | commitdiff | tree |
2024-09-23 |
Richard Biener | tree-optimization/116791 - Elementwise SLP vectorization |
commit | commitdiff | tree |
2024-09-23 |
Tobias Burnus | gcn/mkoffload.cc: Re-add fprintf for #include of stdlib... |
commit | commitdiff | tree |
2024-09-23 |
Pan Li | Genmatch: Fix ICE for binary phi cfg mismatching [PR116795] |
commit | commitdiff | tree |
2024-09-23 |
Andrew Pinski | gimple: Simplify gimple_seq_nondebug_singleton_p |
commit | commitdiff | tree |
2024-09-23 |
Andrew Pinski | gimple: Remove custom remove_pointer |
commit | commitdiff | tree |
2024-09-23 |
Andrew Pinski | Remove commented out PHI_ARG_DEF macro defition |
commit | commitdiff | tree |
2024-09-23 |
Aldy Hernandez | Update email in MAINTAINERS file. |
commit | commitdiff | tree |
2024-09-23 |
Pan Li | Match: Support form 2 for vector signed integer .SAT_ADD |
commit | commitdiff | tree |
2024-09-23 |
Pan Li | RISC-V: Add testcases for form 2 of signed vector SAT_ADD |
commit | commitdiff | tree |
2024-09-23 |
Hans-Peter... | testsuite/gfortran.dg/unsigned_22.f90: Add missing... |
commit | commitdiff | tree |
2024-09-23 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2024-09-22 |
Pan Li | RISC-V: Add testcases for form 4 of signed scalar SAT_ADD |
commit | commitdiff | tree |
2024-09-22 |
Pan Li | RISC-V: Add testcases for form 3 of signed scalar SAT_ADD |
commit | commitdiff | tree |
2024-09-22 |
Iain Sandoe | testsuite, coroutines: Add tests for non-supension... |
commit | commitdiff | tree |
2024-09-22 |
Iain Sandoe | libgcc, Darwin: From macOS 11, make that the earliest... |
commit | commitdiff | tree |
2024-09-22 |
Jonathan Wakely | libstdc++: Disable std::formatter<char8_t, C> specializ... |
commit | commitdiff | tree |
2024-09-22 |
Jonathan Wakely | libstdc++: Fix condition for ranges::copy to use memmov... |
commit | commitdiff | tree |
2024-09-22 |
Jonathan Wakely | libstdc++: Fix formatting of most negative chrono:... |
commit | commitdiff | tree |
2024-09-22 |
Jonathan Wakely | libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXP... |
commit | commitdiff | tree |
next |