aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Avoid ICE in except.cc on targets that don't support exceptions.Roger Sayle1-3/+3
2024-05-22Fix mixed input kind permute optimizationRichard Biener1-0/+2
2024-05-22Avoid SLP_REPRESENTATIVE access for VEC_PERM in SLP schedulingRichard Biener1-12/+16
2024-05-22Avoid requiring VEC_PERM represenativesRichard Biener1-3/+22
2024-05-22web/115183 - fix typo in C++ docsRichard Biener1-1/+1
2024-05-22testsuite: Allow for non-SECTION_MERGE systems in gcc.dg/pr115066.c [PR115066]Tom de Vries1-1/+1
2024-05-22strlen: Fix up !si->full_string_p handling in count_nonzero_bytes_addr [PR115...Jakub Jelinek2-1/+21
2024-05-22ubsan: Use right address space for MEM_REF created for bool/enum sanitization...Jakub Jelinek2-1/+25
2024-05-22i386: Disable ix86_expand_vecop_qihi2 when !TARGET_AVX512BWHaochen Jiang2-0/+16
2024-05-22RISC-V: Enable vectorization for vect-early-break_124-pr114403.cxuli1-2/+2
2024-05-22c++: Strengthen checks on 'main'Nathaniel Shead10-16/+53
2024-05-22Daily bump.GCC Administrator6-1/+517
2024-05-21c++: Fix std dialect hint for std::to_address [PR107800]Jonathan Wakely3-3/+3
2024-05-21c++: folding non-dep enumerator from current inst [PR115139]Patrick Palka2-1/+14
2024-05-21RISC-V: avoid LUI based const mat in alloca epilogue expansionVineet Gupta1-7/+26
2024-05-21RISC-V: avoid LUI based const mat in prologue/epilogue expansion [PR/105733]Vineet Gupta11-17/+89
2024-05-21modula2: use groups in the type resolver of the bootstrap tool mcGaius Mulley9-165/+552
2024-05-21match: Disable `(type)zero_one_valuep*CST` for 1bit signed types [PR115154]Andrew Pinski3-2/+52
2024-05-21modula2: Pass --destdir for dir index during install of m2.info.Sam James1-1/+1
2024-05-21tree-optimization/115137 - more ptr-vs-ptr compare fixesRichard Biener2-0/+35
2024-05-21Cache the set of EH_RETURN_DATA_REGNOsRichard Sandiford4-15/+18
2024-05-21Fix Ada runtime library breakage on Solaris (bis)Eric Botcazou2-5/+2
2024-05-21tree-optimization/115149 - VOP live and missing PHIsRichard Biener2-2/+22
2024-05-21ada: Streamline implementation of simple nonbinary modular operationsEric Botcazou1-63/+28
2024-05-21ada: Simplify test for propagation of attributes to subtypesEric Botcazou1-4/+3
2024-05-21ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022Eric Botcazou1-1/+12
2024-05-21ada: Fix strict aliasing violation in parameter passing (continued)Eric Botcazou3-62/+159
2024-05-21ada: Make detection of useless copy for return more robustEric Botcazou1-2/+3
2024-05-21ada: Fix strict aliasing violation in parameter passingEric Botcazou2-18/+82
2024-05-21ada: Fix crash with aliased array and if expressionRonan Desplanques1-3/+5
2024-05-21ada: Minor typo fix in commentMarc Poulhiès1-1/+1
2024-05-21ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_ProcEric Botcazou1-8/+4
2024-05-21ada: Avoid temporary for conditional expression of discriminated record typeEric Botcazou1-2/+2
2024-05-21ada: Remove unused dependencies from gnatbind object listPiotr Trojanek1-5/+0
2024-05-21ada: Fix assembler error for gigantic library-level object on 64-bit WindowsEric Botcazou1-6/+21
2024-05-21ada: Fix crash on aliased constant with packed array type and -g switchEric Botcazou1-0/+3
2024-05-21ada: Fix small inaccuracy for Size attribute applied to objectsEric Botcazou1-3/+25
2024-05-21ada: Fix oversight in previous changeEric Botcazou1-2/+5
2024-05-21ada: Missing constraint check for initial value of object with address clauseSteve Baird1-0/+29
2024-05-21ada: Fix layout in a list of aspectsPiotr Trojanek1-8/+11
2024-05-21ada: Remove duplicate statementRonan Desplanques1-1/+0
2024-05-21ada: Remove useless trampolines caused by Unchecked_ConversionEric Botcazou1-13/+16
2024-05-21ada: Add elaboration switch tags to info messagesViljar Indus1-5/+8
2024-05-21ada: Simplify management of scopes while inliningPiotr Trojanek1-15/+4
2024-05-21ada: Remove some explicit yields in tasking run-timeRonan Desplanques2-36/+0
2024-05-21ada: Fix formatting in list of implemented Ada 2012 featuresPiotr Trojanek2-6/+6
2024-05-21ada: Sort list of implemented Ada 2012 featuresPiotr Trojanek2-1831/+1831
2024-05-21ada: Fix index entry for an implemented AI featurePiotr Trojanek2-2/+2
2024-05-21ada: Update documentation of warning messagesViljar Indus2-15/+15
2024-05-21ada: Do not leak tagged type names when Discard_Names is enabledPiotr Trojanek4-10/+41