aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-27c++/modules: Use decl_linkage in maybe_record_mergeable_declNathaniel Shead1-8/+1
2024-09-27c++: Update decl_linkage for C++11Nathaniel Shead3-37/+60
2024-09-27testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletionHans-Peter Nilsson1-1/+0
2024-09-27Daily bump.GCC Administrator6-1/+130
2024-09-26c++: tweak for -Wrange-loop-construct [PR116731]Marek Polacek2-3/+62
2024-09-26testsuite: XFAIL gfortran.dg/initialization_25.f90 properlySam James1-2/+2
2024-09-26doc: Remove index reference to removed documentation in fortran manualMikael Morin1-1/+0
2024-09-26Add virtual destructor to AbstractExprOwen Avery1-0/+2
2024-09-26tree-optimization/114855 - speed up dom_oracle::register_transitivesRichard Biener3-18/+44
2024-09-26Fortran/OpenMP: Middle-end support for mapping of DT with allocatable componentsTobias Burnus5-26/+265
2024-09-26pretty-print: Fix up allocate_objectJakub Jelinek1-1/+1
2024-09-26testsuite: fix hyphen typosSam James2-3/+3
2024-09-26testsuite: fix comment-only directive typosSam James4-4/+4
2024-09-26doc: Remove MinGW note on binutils 2.16Gerald Pfeifer1-4/+0
2024-09-26[match.pd] Handle abs pattern with convertKugan Vivekanandarajah3-21/+61
2024-09-26x86: Extend AVX512 Vectorization for Popcount in Various ModesLevy Hsu2-0/+73
2024-09-26Define VECTOR_STORE_FLAG_VALUEliuhongt2-1/+30
2024-09-26testsuite: Fix testcase g++.dg/modules/indirect-1_b.C [PR116846]Nathaniel Shead1-5/+2
2024-09-26RISC-V: Add testcases for form 3 of signed vector SAT_ADDPan Li9-0/+126
2024-09-26Match: Support form 3 for vector signed integer .SAT_ADDPan Li1-1/+3
2024-09-26Daily bump.GCC Administrator12-1/+390
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-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 Merrill3-0/+3
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