Age | Commit message (Expand) | Author | Files | Lines |
2024-09-27 | c++/modules: Use decl_linkage in maybe_record_mergeable_decl | Nathaniel Shead | 1 | -8/+1 |
2024-09-27 | c++: Update decl_linkage for C++11 | Nathaniel Shead | 3 | -37/+60 |
2024-09-27 | testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion | Hans-Peter Nilsson | 1 | -1/+0 |
2024-09-27 | Daily bump. | GCC Administrator | 6 | -1/+130 |
2024-09-26 | c++: tweak for -Wrange-loop-construct [PR116731] | Marek Polacek | 2 | -3/+62 |
2024-09-26 | testsuite: XFAIL gfortran.dg/initialization_25.f90 properly | Sam James | 1 | -2/+2 |
2024-09-26 | doc: Remove index reference to removed documentation in fortran manual | Mikael Morin | 1 | -1/+0 |
2024-09-26 | Add virtual destructor to AbstractExpr | Owen Avery | 1 | -0/+2 |
2024-09-26 | tree-optimization/114855 - speed up dom_oracle::register_transitives | Richard Biener | 3 | -18/+44 |
2024-09-26 | Fortran/OpenMP: Middle-end support for mapping of DT with allocatable components | Tobias Burnus | 5 | -26/+265 |
2024-09-26 | pretty-print: Fix up allocate_object | Jakub Jelinek | 1 | -1/+1 |
2024-09-26 | testsuite: fix hyphen typos | Sam James | 2 | -3/+3 |
2024-09-26 | testsuite: fix comment-only directive typos | Sam James | 4 | -4/+4 |
2024-09-26 | doc: Remove MinGW note on binutils 2.16 | Gerald Pfeifer | 1 | -4/+0 |
2024-09-26 | [match.pd] Handle abs pattern with convert | Kugan Vivekanandarajah | 3 | -21/+61 |
2024-09-26 | x86: Extend AVX512 Vectorization for Popcount in Various Modes | Levy Hsu | 2 | -0/+73 |
2024-09-26 | Define VECTOR_STORE_FLAG_VALUE | liuhongt | 2 | -1/+30 |
2024-09-26 | testsuite: Fix testcase g++.dg/modules/indirect-1_b.C [PR116846] | Nathaniel Shead | 1 | -5/+2 |
2024-09-26 | RISC-V: Add testcases for form 3 of signed vector SAT_ADD | Pan Li | 9 | -0/+126 |
2024-09-26 | Match: Support form 3 for vector signed integer .SAT_ADD | Pan Li | 1 | -1/+3 |
2024-09-26 | Daily bump. | GCC Administrator | 12 | -1/+390 |
2024-09-26 | gfortran testsuite: Remove unit-files in files having open-statements, PR116701 | Hans-Peter Nilsson | 3 | -0/+24 |
2024-09-25 | testsuite: XFAIL g++.dg/modules/indirect-1_b.C | Sam James | 1 | -4/+5 |
2024-09-25 | testsuite: fix dejagnu typos with underscores | Sam James | 4 | -15/+15 |
2024-09-25 | doc: Remove @code wrapping of fortran option names [PR116801] | Mikael Morin | 9 | -226/+556 |
2024-09-25 | i386: Add GENERIC and GIMPLE folders of __builtin_ia32_{min,max}* [PR116738] | Jakub Jelinek | 3 | -0/+266 |
2024-09-26 | x86: Don't use address override with segment regsiter | H.J. Lu | 2 | -1/+56 |
2024-09-25 | Fix testsuite failure on 32-bit targets. | Thomas Koenig | 1 | -3/+3 |
2024-09-25 | Add an alternative testcase for PR 70740 | Andrew Pinski | 1 | -0/+41 |
2024-09-25 | match: Fix `a != 0 ? a * b : 0` patterns for things that trap [PR116772] | Andrew Pinski | 4 | -2/+54 |
2024-09-25 | c++: Add testcase for DR 2874 | Jakub Jelinek | 1 | -0/+13 |
2024-09-25 | c++: Add testcase for DR 2836 | Jakub Jelinek | 1 | -0/+30 |
2024-09-25 | c++: Add testcase for DR 2728 | Jakub Jelinek | 1 | -0/+20 |
2024-09-25 | match: Fix A || B not optimized to true when !B implies A [PR114326] | Konstantinos Eleftheriou | 3 | -0/+140 |
2024-09-25 | Speed up get_bitmask_from_range | Richard Biener | 1 | -4/+1 |
2024-09-25 | Speed up wide_int_storage::operator=(wide_int_storage const&) | Richard Biener | 1 | -3/+3 |
2024-09-25 | c++: use TARGET_EXPR accessors | Marek Polacek | 6 | -36/+37 |
2024-09-25 | match: Change (A * B) + (-C) to (B - C/A) * A, if C multiple of A [PR109393] | Konstantinos Eleftheriou | 2 | -1/+43 |
2024-09-25 | remove dominator recursion from reassoc | Richard Biener | 1 | -13/+32 |
2024-09-25 | Remove recursion in simplify_control_stmt_condition_1 [PR114855]. | Aldy Hernandez | 1 | -118/+0 |
2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 3 | -0/+3 |
2024-09-25 | Use tree view for find_always_executed_bbs result | Richard Biener | 1 | -0/+1 |
2024-09-25 | OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interop | Tobias Burnus | 5 | -5/+15 |
2024-09-25 | RISC-V: Cleanup debug code for SAT_* testcases [NFC] | Pan Li | 1 | -5/+0 |
2024-09-25 | rtl-optimization/114855 - slow add_store_equivs in IRA | Richard Biener | 1 | -1/+2 |
2024-09-25 | Disable add_store_equivs when -fno-expensive-optimizations | Richard Biener | 1 | -1/+1 |
2024-09-25 | tree-optimization/114855 - slow VRP due to equiv oracle queries | Richard Biener | 1 | -0/+1 |
2024-09-25 | RISC-V: Refine the testcase of vector SAT_TRUNC | Pan Li | 24 | -328/+46 |
2024-09-25 | RISC-V: Refine the testcase of vector SAT_SUB | Pan Li | 44 | -496/+92 |
2024-09-25 | RISC-V: Refine the testcase of vector SAT_ADD | Pan Li | 52 | -532/+130 |