aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown52-71/+5182
2024-01-09Fix internal error on function call returning extension of limited interfaceEric Botcazou5-77/+147
2024-01-09Fix internal error on function call returning extension of limited interfaceEric Botcazou2-3/+4
2024-01-09vect: Ensure both NITERSM1 and NITERS are INTEGER_CSTs or neither of them [PR...Jakub Jelinek2-0/+26
2024-01-09Fix internal error on anonymous access type equalityEric Botcazou2-8/+14
2024-01-09Fix segfault during delay slot scheduling passEric Botcazou2-5/+40
2024-01-09libgomp: Use absolute pathname to testsuite/flock [PR113192]Jakub Jelinek2-2/+2
2024-01-09i386: PR target/112992: Optimize mode for broadcast of constants.Roger Sayle20-66/+114
2024-01-09arm: Add Arm Cortex-M52 CPU documentation.Chung-Ju Wu1-13/+13
2024-01-09arm: Add support for Arm Cortex-M52 CPU.Chung-Ju Wu3-3/+27
2024-01-09i386: Fix recent testcase failHaochen Jiang2-2/+2
2024-01-09LoongArch: Implement vec_init<M><N> where N is a LSX vector modeJiahao Xu3-7/+128
2024-01-09RISC-V: Fix comments of segment load/store intrinsic [NFC]Juzhe-Zhong1-2/+2
2024-01-09RISC-V: Add crypto vector api-testing cases.Feng Wang12-0/+548
2024-01-09RISC-V: Add crypto vector builtin function.Feng Wang8-3/+633
2024-01-09Daily bump.GCC Administrator9-1/+291
2024-01-08xfail dg-final "Sunk statements: 5" on hppa*64*-*-*John David Anglin1-1/+1
2024-01-08Skip gfortran.dg/dec_math.f90 on hppaJohn David Anglin1-0/+1
2024-01-08hppa: Fix bind_c_coms.f90 and bind_c_vars.f90 tests on hppaJohn David Anglin2-0/+2
2024-01-08GCN: Add pre-initial support for gfx1100: 'EF_AMDGPU_MACH_AMDGCN_GFX1100'Thomas Schwinge1-1/+2
2024-01-08MAINTAINERS: Update my email addressJoseph Myers1-8/+8
2024-01-08asan: Do not call asan_function_start () without the current function [PR113251]Ilya Leoshkevich1-1/+3
2024-01-08bpf: Correct BTF for kernel_helper attributed declsCupertino Miranda2-0/+22
2024-01-08btf: print string offset in commentCupertino Miranda1-2/+5
2024-01-08OpenMP: Support accelerated 2D/3D memory copies for AMD GCNJulian Brown1-0/+362
2024-01-08Fortran: SIZE optional DIM argument having OPTIONAL+VALUE attributes [PR113245]Harald Anlauf2-3/+32
2024-01-08libstdc++: Remove std::__unicode::__null_sentinelJonathan Wakely2-2/+1
2024-01-08amdgcn: Add gfx1100 to new XNACK defaults in mkoffloadTobias Burnus1-0/+1
2024-01-08GCN: Add pre-initial support for gfx1100Tobias Burnus11-38/+74
2024-01-08Clarify -mmovbe documentationRichard Biener1-2/+2
2024-01-08tree-optimization/113026 - avoid vector epilog in more casesRichard Biener4-1/+66
2024-01-08gimplify: Fix ICE in recalculate_side_effects [PR113228]Jakub Jelinek2-0/+20
2024-01-08lower-bitint: Fix up lowering of huge _BitInt 0 PHI args [PR113120]Jakub Jelinek2-2/+38
2024-01-08lower-bitint: Punt .*_OVERFLOW optimization if cast from IMAGPART_EXPR appear...Jakub Jelinek2-1/+42
2024-01-08AVR: PR target/112952: Fix attribute "address", "io" and "io_low"Georg-Johann Lay6-51/+259
2024-01-08libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056]Thomas Schwinge2-4/+8
2024-01-08amdgcn: Match new XNACK defaults in mkoffloadAndrew Stubbs1-2/+21
2024-01-08amdgcn: Don't double-count AVGPRsAndrew Stubbs1-29/+0
2024-01-08RISC-V: Fix testsuiteKito Cheng1-2/+6
2024-01-08i386: [APX] Add missing document for APXHongyu Wang2-1/+8
2024-01-08libstdc++: Implement P2918R0 "Runtime format strings II" for C++26Jonathan Wakely2-0/+59
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely16-47/+93
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely14-62/+4776
2024-01-08libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20Jonathan Wakely4-73/+118
2024-01-08RISC-V: Fix avl-type operand index error for ZVBCFeng Wang1-2/+2
2024-01-08Daily bump.GCC Administrator6-1/+200
2024-01-07AVR: Fix some test options. Skip tests with address-space on Reduced Tiny.Georg-Johann Lay10-7/+21
2024-01-07libgfortran: Emit a space at beginning of internal unit NML.Jerry DeLisle4-3/+5
2024-01-07i386: PR target/113231: Improved costs in Scalar-To-Vector (STV) pass.Roger Sayle2-176/+196
2024-01-07arm: Add Advanced SIMD cbranch implementationTamar Christina9-6/+200