aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Daily bump.GCC Administrator14-1/+762
2024-09-26gfortran testsuite: Remove unit-files in files having open-statements, PR116701Hans-Peter Nilsson3-0/+24
2024-09-25testsuite: XFAIL g++.dg/modules/indirect-1_b.CSam James1-4/+5
2024-09-25testsuite: fix dejagnu typos with underscoresSam James4-15/+15
2024-09-25doc: Remove @code wrapping of fortran option names [PR116801]Mikael Morin9-226/+556
2024-09-25i386: Add GENERIC and GIMPLE folders of __builtin_ia32_{min,max}* [PR116738]Jakub Jelinek3-0/+266
2024-09-26x86: Don't use address override with segment regsiterH.J. Lu2-1/+56
2024-09-25ltmain.sh: allow more flags at link-timeSam James1-12/+34
2024-09-25libstdc++: testsuite: fix dg-bogus directive syntaxSam James3-3/+3
2024-09-25Fix testsuite failure on 32-bit targets.Thomas Koenig1-3/+3
2024-09-25Add an alternative testcase for PR 70740Andrew Pinski1-0/+41
2024-09-25match: Fix `a != 0 ? a * b : 0` patterns for things that trap [PR116772]Andrew Pinski4-2/+54
2024-09-25c++: Add testcase for DR 2874Jakub Jelinek1-0/+13
2024-09-25c++: Add testcase for DR 2836Jakub Jelinek1-0/+30
2024-09-25c++: Add testcase for DR 2728Jakub Jelinek1-0/+20
2024-09-25match: Fix A || B not optimized to true when !B implies A [PR114326]Konstantinos Eleftheriou3-0/+140
2024-09-25Speed up get_bitmask_from_rangeRichard Biener1-4/+1
2024-09-25Speed up wide_int_storage::operator=(wide_int_storage const&)Richard Biener1-3/+3
2024-09-25c++: use TARGET_EXPR accessorsMarek Polacek6-36/+37
2024-09-25match: Change (A * B) + (-C) to (B - C/A) * A, if C multiple of A [PR109393]Konstantinos Eleftheriou2-1/+43
2024-09-25remove dominator recursion from reassocRichard Biener1-13/+32
2024-09-25Remove recursion in simplify_control_stmt_condition_1 [PR114855].Aldy Hernandez1-118/+0
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill355-18/+703
2024-09-25libstdc++: more #pragma diagnosticJason Merrill2-0/+10
2024-09-25Use tree view for find_always_executed_bbs resultRichard Biener1-0/+1
2024-09-25OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interopTobias Burnus5-5/+15
2024-09-25RISC-V: Cleanup debug code for SAT_* testcases [NFC]Pan Li1-5/+0
2024-09-25rtl-optimization/114855 - slow add_store_equivs in IRARichard Biener1-1/+2
2024-09-25Disable add_store_equivs when -fno-expensive-optimizationsRichard Biener1-1/+1
2024-09-25tree-optimization/114855 - slow VRP due to equiv oracle queriesRichard Biener1-0/+1
2024-09-25RISC-V: Refine the testcase of vector SAT_TRUNCPan Li24-328/+46
2024-09-25RISC-V: Refine the testcase of vector SAT_SUBPan Li44-496/+92
2024-09-25RISC-V: Refine the testcase of vector SAT_ADDPan Li52-532/+130
2024-09-25i386: Update the comment for mapxf optionLingling Kong1-1/+1
2024-09-25OpenMP: Fix testsuite failure on x86 with -m32Sandra Loosemore1-1/+1
2024-09-25Daily bump.GCC Administrator13-1/+573
2024-09-24Add random numbers and fix some bugs.Thomas Koenig8-7/+534
2024-09-24Implement IANY, IALL and IPARITY for unsigned.Thomas Koenig5-13/+99
2024-09-24options: Regenerate c.opt.urlsJakub Jelinek1-0/+3
2024-09-24Implement SUM and PRODUCT for unsigned.Thomas Koenig36-507/+537
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig28-1073/+1207
2024-09-24c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...Jakub Jelinek28-31/+961
2024-09-24libgcc, Darwin: Drop the legacy library build for macOS >= 15 [PR116809].Iain Sandoe4-10/+10
2024-09-24i386: Fix comment typoJakub Jelinek1-1/+1
2024-09-24c++/contracts: ICE in build_contract_condition_function [PR116490]Nina Dinka Ranns2-3/+65
2024-09-24libgomp: with USM, init 'link' variables with host addressTobias Burnus3-0/+110
2024-09-24[PATCH] RISC-V: Fix FIXED_REGISTERS comment missing return address registerYixuan Chen1-1/+1
2024-09-24OpenMP: Check additional restrictions on context selector propertiesSandra Loosemore11-24/+176
2024-09-24Simplify range-op shift mask generationRichard Biener1-1/+1
2024-09-24Widening-Mul: Fix one ICE for SAT_SUB matching operand checkingPan Li2-1/+13