aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-03-23amdgcn: Fix register size bugAndrew Stubbs1-0/+13
2023-03-23amdgcn: vec_extract no-op insnsAndrew Stubbs4-9/+78
2023-03-23tree-vect-generic: Fix up expand_vector_condition [PR109176]Jakub Jelinek2-0/+21
2023-03-23RISC-V: Bugfix for rvv bool mode size adjustmentPan Li6-10/+33
2023-03-23RISC-V: Fix loss of function to script 'multilib-generator'Songhe Zhu1-1/+1
2023-03-22c++: local class in nested generic lambda [PR109241]Jason Merrill2-4/+21
2023-03-23RISC-V: Fix LRA issue for LMUL < 1 vector spillings [PR109244]Ju-Zhe Zhong15-319/+751
2023-03-23RISC-V: Implement __riscv_vlenb PR109228Ju-Zhe Zhong7-0/+98
2023-03-23RISC-V: Fix wrong vsetvli fusion for vmv.s.xJu-Zhe Zhong19-22/+6710
2023-03-23RISC-V: Fix wrong RTL pattern for ternary instructions.Ju-Zhe Zhong6-196/+671
2023-03-23RISC-V: Add riscv_vector target checkKito Cheng1-0/+12
2023-03-23Remove TARGET_GEN_MEMSET_SCRATCH_RTX since it's not used anymore.liuhongt7-37/+5
2023-03-23Daily bump.GCC Administrator7-1/+169
2023-03-22testsuite: always use UTF-8 in scan-sarif-file[-not] [PR105959]David Malcolm3-14/+43
2023-03-22compiler: add missing Slice_info_expression::do_traverseIan Lance Taylor2-1/+5
2023-03-22c++: array bound partial ordering [PR108390]Jason Merrill2-3/+11
2023-03-22Fortran: improve checking of FINAL subroutine arguments [PR104572]Harald Anlauf2-0/+21
2023-03-22LRA: Do not repeat inheritance and live range splitting in case of asm errorVladimir N. Makarov2-1/+29
2023-03-22modula2: Add cwd to include path. Include m2cor before m2pim.Gaius Mulley2-4/+13
2023-03-22c++: attribute on dtor in template [PR108795]Jason Merrill2-0/+15
2023-03-22c++: Avoid duplicate diagnostic calling unavailable function [PR109177]Alex Coplan2-4/+12
2023-03-22analyzer: fix false +ves from -Wanalyzer-deref-before-check due to inlining [...David Malcolm4-4/+203
2023-03-22amdgcn: Add instruction patterns for complex number operations.Andrew Jenner5-0/+975
2023-03-22frange: Implement nan_state class [PR109008]Aldy Hernandez2-3/+77
2023-03-22configure: regenerateMartin Liska1-1/+1
2023-03-22PR modula2/107630 Remove M2LINK and remove some cross linkingGaius Mulley14-243/+71
2023-03-22Daily bump.GCC Administrator6-1/+189
2023-03-21stor-layout: Set TYPE_TYPELESS_STORAGE consistently for type variantsJoseph Myers1-0/+3
2023-03-21Fortran: reject MODULE PROCEDURE outside generic module interface [PR99036]Harald Anlauf2-3/+13
2023-03-21c++: DMI in template with virtual base [PR106890]Jason Merrill2-0/+32
2023-03-21Terminate GORI calculations if a relation is not relevant.Andrew MacLeod2-6/+32
2023-03-21tree-optimization/109219 - avoid looking at STMT_SLP_TYPERichard Biener4-4/+23
2023-03-21testsuite: Remove obsolete comments [PR108898]Jakub Jelinek3-6/+3
2023-03-21testsuite: Fix up vect-simd-clone1[678]*.c tests [PR108898]Jakub Jelinek8-14/+11
2023-03-21tree: Fix up component_ref_sam_type handling of arrays of 0 sized elements [P...Jakub Jelinek3-12/+44
2023-03-21html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports itArsen Arsenović3-3/+59
2023-03-21docs: Fix up new instances of index reorderingArsen Arsenović2-3/+3
2023-03-21doc: Remove the @gol macro/aliasArsen Arsenović6-1770/+1756
2023-03-21doc: Update texinfo.texArsen Arsenović1-2925/+4688
2023-03-21docs: Add @defbuiltin family of helpersArsen Arsenović2-781/+793
2023-03-21doc: Fix a few minor errors spotted by testersArsen Arsenović2-2/+9
2023-03-21docs: Create Indices appendixArsen Arsenović1-10/+18
2023-03-21tree-optimization/109170 - bogus use-after-free with __builtin_expectRichard Biener4-4/+48
2023-03-21Fortran: Fix regression caused by PR37336 patch [PR109206]Paul Thomas1-1/+4
2023-03-21Fortran: Fix regression caused by PR37336 patch [PR109209]Paul Thomas2-0/+81
2023-03-21[modula2] Add $(CXX_FLAGS) to the bootstrap tool rules.Gaius Mulley1-4/+4
2023-03-21Daily bump.GCC Administrator6-1/+95
2023-03-20Update gcc sv.poJoseph Myers1-433/+292
2023-03-20Fortran: fix documentation of -fno-underscoring [PR109216]Harald Anlauf1-2/+2
2023-03-20c++: explicit ctor and list-initialization [PR109159]Marek Polacek2-1/+21