aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-23Fortran: avoid ICE on invalid array subscript triplets [PR108501]Harald Anlauf2-7/+30
2023-01-23Fortran: fix ICE in check_charlen_present [PR108420]Harald Anlauf2-3/+16
2023-01-23c++: result location and explicit inst [PR108496]Jason Merrill2-1/+20
2023-01-23libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checksFrançois Dumont3-16/+87
2023-01-23modula-2, driver, Front end: Revise handling of I and L paths [PR108182].Iain Sandoe5-270/+304
2023-01-23modula-2: Fix stack size request in initPreemptive [PR108405]Iain Sandoe1-1/+4
2023-01-23arm: Documentation fix for -mbranch-protection option.Srinath Parvathaneni1-2/+1
2023-01-23sparc: Don't add crtfastmath.o for -sharedRichard Biener5-5/+5
2023-01-23arm: Add support for new frame unwinding instruction "0xb5".Srinath Parvathaneni1-2/+13
2023-01-23arm: Add support for dwarf debug directives and pseudo hard-register for PAC ...Srinath Parvathaneni6-21/+160
2023-01-23arm: Add pacbti related multilib support for armv8.1-m.main.Srinath Parvathaneni7-18/+106
2023-01-23arm: Add support for Arm Cortex-M85 CPU.Srinath Parvathaneni5-16/+64
2023-01-23tree-optimization/108482 - remove stray .LOOP_DIST_ALIAS callsRichard Biener2-0/+26
2023-01-23[PATCH 12/15] arm: implement bti injectionAndrea Corallo12-4/+181
2023-01-23[PATCH 11/15] aarch64: Make bti pass generic so it can be used by the arm bac...Andrea Corallo7-62/+77
2023-01-23[PATCH 10/15] arm: Implement cortex-M return signing address codegenAndrea Corallo17-9/+305
2023-01-23[PATCH 8/15] arm: Introduce multilibs for PACBTI target featureAndrea Corallo2-2/+32
2023-01-23[PATCH 7/15] arm: Emit build attributes for PACBTI target featureAndrea Corallo5-0/+85
2023-01-23[PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtimeAndrea Corallo3-1/+62
2023-01-23[PATCH 5/15] arm: Implement target feature macros for PACBTIAndrea Corallo10-0/+153
2023-01-23[PATCH 4/15] arm: Add testsuite library support for PACBTI targetAndrea Corallo2-0/+26
2023-01-23[PATCH 3/15] arm: Add option -mbranch-protectionAndrea Corallo3-1/+52
2023-01-23[PATCH 2/15] arm: Add Armv8.1-M Mainline target feature +pacbtiAndrea Corallo3-0/+14
2023-01-23[PATCH 1/15] arm: Make mbranch-protection opts parsing common to AArch32/64Andrea Corallo13-321/+390
2023-01-23modula2/108144 - fix mistake in previous changeRichard Biener10-92/+92
2023-01-23libgomp.texi: Impl. status - non-rect loop nest only partialTobias Burnus1-1/+1
2023-01-23install.texi: Bump newlib version for nvptx + gcnTobias Burnus1-2/+2
2023-01-23tree-optimization/108449 - keep maybe_special_function_p behaviorRichard Biener2-2/+5
2023-01-23modula2/108144 - Fix multilib install of libgm2Richard Biener14-113/+183
2023-01-22c++: lifetime extension with .* expression [PR53288]Jason Merrill2-0/+77
2023-01-23Daily bump.GCC Administrator4-1/+55
2023-01-22Modula-2, testsuite: Remove use of concatenated paths.Iain Sandoe26-176/+200
2023-01-22pru: Fix CLZ expansion for QI and HI modesDimitar Dimitrov4-5/+74
2023-01-22[PATCH 1/2] select .rodata for const volatile variables.Cupertino Miranda1-1/+0
2023-01-22Darwin, libffi, testsuite: Ensure we pick up the convenience lib.Iain Sandoe1-0/+1
2023-01-22Daily bump.GCC Administrator4-1/+27
2023-01-21fortran: [PR102595]Jerry DeLisle4-10/+15
2023-01-21Darwin, fixincludes: Handle Apple Blocks in objc/runtime.h.Iain Sandoe3-5/+117
2023-01-21Darwin, fixincludes: Handle MacOS13 SDK Apple-specific deprecations [PR107568].Iain Sandoe3-5/+70
2023-01-21Daily bump.GCC Administrator5-1/+89
2023-01-20PR-108136 modula-2 meets cppcheck part 2Gaius Mulley8-13/+9
2023-01-20libbacktrace: change PC variables from uint64_t to uintptr_tIan Lance Taylor1-44/+44
2023-01-20PR-108135 Modula2 meets clang (remove dead code and bugfix m2.flex)Gaius Mulley16-131/+164
2023-01-20AArch64: Gate various crypto intrinsics availability based on featuresTejas Belagod10-27/+44
2023-01-20niter: Fix up unused var warning [PR108457]Jakub Jelinek1-17/+16
2023-01-20Daily bump.GCC Administrator9-1/+230
2023-01-19c++: Fix up handling of non-dependent subscript with static operator[] [PR108...Jakub Jelinek5-8/+102
2023-01-19c++: Fix up handling of references to anon union members in initializers [PR5...Jakub Jelinek2-0/+35
2023-01-19value-relation: Fix up relation_union [PR108447]Jakub Jelinek3-1/+26
2023-01-19x86: Check invalid third argument to __builtin_ia32_prefetchH.J. Lu2-0/+27