aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-09ada: Cannot requeue to a procedure implemented by an entryJavier Miranda2-0/+27
2024-01-09ada: Remove side effects depending on the context of subtype declarationPiotr Trojanek1-11/+63
2024-01-09ada: More aggressive inlining of subprogram calls in GNATprove modePiotr Trojanek2-5/+11
2024-01-09ada: Remove dead detection of recursive inlined subprogramsPiotr Trojanek1-19/+0
2024-01-09ada: Remove dead code for GNATprove inliningPiotr Trojanek1-13/+2
2024-01-09ada: Fix uses of not PresentPiotr Trojanek2-2/+2
2024-01-09ada: Fix bug in Sem_Util.Enclosing_DeclarationSteve Baird4-30/+8
2024-01-09ada: Error compiling Ada 2022 object renaming with no subtype markSteve Baird4-10/+40
2024-01-09ada: Fix precondition in Interfaces.C.StringsJoffrey Huguet1-4/+5
2024-01-09ada: Remove unreachable code in Resolve_Extension_AggregateEric Botcazou1-38/+1
2024-01-09ada: Avoid xref on out params of TSSBob Duff1-3/+9
2024-01-09ada: Document new SPARK aspect and pragma Always_TerminatesPiotr Trojanek5-2137/+2178
2024-01-09aarch64: Fix up GC of aarch64_simd_types [PR113270]Jakub Jelinek2-2/+4
2024-01-09tree-optimization/113026 - fix vector epilogue maximum iter boundRichard Biener1-32/+15
2024-01-09Fix outdated commentEric Botcazou1-5/+4
2024-01-09frontend: don't ice with pragma NOVECTOR if loop has no condition [PR113267]Tamar Christina2-1/+9
2024-01-09middle-end: rejects loops with nonlinear inductions and early breaks [PR113163]Tamar Christina2-0/+49
2024-01-09ARC: Table-driven ashlsi implementation for better code/rtx_costs.Roger Sayle1-32/+318
2024-01-09RISC-V: Fix loop invariant checkJuzhe-Zhong1-1/+1
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