aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-05-16ada: Fix bug in maintaining dimension infoSteve Baird1-0/+3
2024-05-16ada: Remove Aspect_Specifications field from N_Procedure_SpecificationPiotr Trojanek1-1/+0
2024-05-16ada: Reuse existing expression when rewriting aspects to pragmasPiotr Trojanek1-5/+5
2024-05-16ada: Cleanup reporting locations for Ada 2022 and GNAT extension aspectsPiotr Trojanek1-5/+5
2024-05-16ada: Fix alphabetic ordering of aspect identifiersPiotr Trojanek1-2/+2
2024-05-16ada: Fix ordering of code for pragma Preelaborable_InitializationPiotr Trojanek1-80/+80
2024-05-16ada: Fix casing in error messagesPiotr Trojanek2-2/+2
2024-05-16ada: Fix docs and comments about pragmas for Boolean-valued aspectsPiotr Trojanek3-73/+89
2024-05-15diagnostics: use unicode art for interprocedural depthDavid Malcolm5-142/+331
2024-05-15diagnostics: add warning emoji to events with VERB_dangerDavid Malcolm3-4/+57
2024-05-15diagnostics: simplify output of purely intraprocedural execution pathsDavid Malcolm16-877/+799
2024-05-15diagnostics: handle SGR codes in line_label::m_display_widthDavid Malcolm1-11/+17
2024-05-16RISC-V: Add Zvfbfwma extension to the -march= optionXiao Zeng6-0/+113
2024-05-16Set d.one_operand_p to true when TARGET_SSSE3 in ix86_expand_vecop_qihi_partial.liuhongt2-1/+36
2024-05-16Optimize ashift >> 7 to vpcmpgtb for vector int8.liuhongt2-0/+81
2024-05-16Daily bump.GCC Administrator9-1/+346
2024-05-15Add missing hunk in recent change.Jeff Law1-0/+177
2024-05-15analyzer: fix ICE seen with -fsanitize=undefined [PR114899]David Malcolm2-1/+17
2024-05-15[v2,2/2] RISC-V: strcmp expansion: Use adjust_address() for address calculationChristoph Müllner1-6/+4
2024-05-15[v2,1/2] RISC-V: Add cmpmemsi expansionChristoph Müllner7-14/+155
2024-05-15c++: ICE with reference NSDMI [PR114854]Marek Polacek2-5/+13
2024-05-15c++: DR 569, DR 1693: fun with semicolons [PR113760]Marek Polacek20-19/+480
2024-05-15c++: Optimize in maybe_clone_body aliases even when not at_eof [PR113208]Jakub Jelinek6-75/+78
2024-05-15combine: Fix up simplify_compare_const [PR115092]Jakub Jelinek3-2/+43
2024-05-15openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]Jakub Jelinek5-4/+59
2024-05-15tree-optimization/114589 - remove profile based sink heuristicsRichard Biener3-43/+42
2024-05-15middle-end/111422 - wrong stack var coalescing, handle PHIsRichard Biener1-4/+15
2024-05-15PR modula2/115057 TextIO.ReadRestLine raises an exception when buffer is exce...Gaius Mulley6-7/+71
2024-05-15c++: add test for DR 2855Marek Polacek1-0/+16
2024-05-15RISC-V: Test cbo.zero expansion for rv32Christoph Müllner1-26/+11
2024-05-15AArch64: Use UZP1 instead of INSWilco Dijkstra5-20/+20
2024-05-15Avoid pointer compares on TYPE_MAIN_VARIANT in TBAAJan Hubicka3-7/+5
2024-05-15testsuite: Require lto-plugin in gcc.dg/ipa/ipa-icf-38.c [PR85656]Rainer Orth1-0/+1
2024-05-15testsuite: i386: Fix g++.target/i386/pr97054.C on SolarisRainer Orth1-1/+1
2024-05-15RISC-V: Allow by-pieces to do overlapping accesses in block_move_straightChristoph Müllner5-27/+22
2024-05-15RISC-V: add tests for overlapping mem opsChristoph Müllner2-33/+20
2024-05-15RISC-V: Allow unaligned accesses in cpymemsi expansionChristoph Müllner3-28/+60
2024-05-15RISC-V: Add test cases for cpymem expansionChristoph Müllner4-0/+536
2024-05-15[prange] Default pointers_handled_p() to false.Aldy Hernandez1-1/+1
2024-05-15tree-cfg: Move the returns_twice check to be last statement only [PR114301]Andrew Pinski1-5/+9
2024-05-14[committed] Fix rv32 issues with recent zicboz workJeff Law2-3/+5
2024-05-15x86: Add 3-instruction subroutine vector shift for V16QI in ix86_expand_vec_p...Levy Hsu3-0/+89
2024-05-14c++: lvalueness of non-dependent assignment expr [PR114994]Patrick Palka2-1/+22
2024-05-14[to-be-committed,RISC-V] Remove redundant AND in shift-add sequenceJeff Law2-0/+41
2024-05-15Daily bump.GCC Administrator5-1/+559
2024-05-14c++: ICE in build_deduction_guide for invalid template [PR105760]Simon Martin2-0/+8
2024-05-14c++ comment adjustments for 114935Jason Merrill2-7/+13
2024-05-14pru: Implement TARGET_CLASS_LIKELY_SPILLED_P to fix PR115013Dimitar Dimitrov1-0/+14
2024-05-14RISC-V: avoid LUI based const materialization ... [part of PR/106265]Vineet Gupta9-0/+161
2024-05-14tree-optimization/99954 - redo loop distribution memcpy recognition fixRichard Biener4-2/+39