aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-12c++: __integer_pack with class argument [PR111357]Jason Merrill2-0/+40
2023-09-12c++: ICE with -fno-exceptions and array init [PR107198]Jason Merrill2-1/+19
2023-09-12math-opts: Add dbgcounter for FMA formationMartin Jambor2-0/+5
2023-09-12MAINTAINERS: Add myself to write after approvalEdwin Lu1-0/+1
2023-09-12RISC-V: Finish Typing Un-Typed Instructions and Turn on AssertEdwin Lu2-3/+2
2023-09-12libstdc++: Fix std::not_fn perfect forwarding [PR111327]Patrick Palka2-2/+37
2023-09-12libstdc++: Fix std::bind_front perfect forwarding [PR111327]Patrick Palka2-0/+57
2023-09-12libstdc++: Remove std::bind_front specialization for no bound argsPatrick Palka1-62/+1
2023-09-12aarch64: Make stack smash canary protect saved registersRichard Sandiford3-6/+168
2023-09-12aarch64: Remove below_hard_fp_saved_regs_sizeRichard Sandiford2-31/+21
2023-09-12aarch64: Explicitly record probe registers in frame infoRichard Sandiford3-18/+64
2023-09-12aarch64: Simplify probe of final frame allocationRichard Sandiford4-13/+9
2023-09-12aarch64: Put LR save probe in first 16 bytesRichard Sandiford4-42/+233
2023-09-12aarch64: Tweak stack clash boundary conditionRichard Sandiford2-1/+58
2023-09-12aarch64: Minor initial adjustment tweakRichard Sandiford1-3/+2
2023-09-12aarch64: Simplify top of frame allocationRichard Sandiford1-15/+8
2023-09-12aarch64: Measure reg_offset from the bottom of the frameRichard Sandiford2-29/+27
2023-09-12aarch64: Tweak frame_size commentRichard Sandiford1-2/+2
2023-09-12aarch64: Rename hard_fp_offset to bytes_above_hard_fpRichard Sandiford2-16/+16
2023-09-12aarch64: Rename locals_offset to bytes_above_localsRichard Sandiford2-6/+6
2023-09-12aarch64: Only calculate chain_offset if there is a chainRichard Sandiford1-5/+5
2023-09-12aarch64: Tweak aarch64_save/restore_callee_savesRichard Sandiford2-32/+28
2023-09-12aarch64: Add bytes_below_hard_fp to frame infoRichard Sandiford2-3/+8
2023-09-12aarch64: Add bytes_below_saved_regs to frame infoRichard Sandiford2-35/+41
2023-09-12aarch64: Explicitly handle frames with no saved registersRichard Sandiford1-3/+5
2023-09-12aarch64: Avoid a use of callee_offsetRichard Sandiford1-3/+1
2023-09-12aarch64: Use local frame vars in shrink-wrapping codeRichard Sandiford1-59/+64
2023-09-12MATCH: Simplify (a CMP1 b) ^ (a CMP2 b)Andrew Pinski4-0/+237
2023-09-12RISC-V: Remove unused structure in cost modelPan Li1-7/+0
2023-09-12contrib: Quote variable in test expression [PR111360]Jonathan Wakely1-1/+1
2023-09-12libstdc++: Format Python code according to PEP8Jonathan Wakely2-263/+446
2023-09-12RISC-V: Support Dynamic LMUL Cost modelJuzhe-Zhong37-1/+2216
2023-09-12fold-const: Handle BITINT_TYPE in range_check_typeJakub Jelinek1-1/+6
2023-09-12sccvn: Avoid ICEs on _BitInt load BIT_AND_EXPR mask [PR111338]Jakub Jelinek2-1/+13
2023-09-12modula2: new option -Wcase-enum and associated fixesGaius Mulley22-353/+692
2023-09-12nvptx: stack size limits are relevant for execution onlyThomas Schwinge2-0/+20
2023-09-12riscv: Add support for str(n)cmp inline expansionChristoph Müllner12-3/+772
2023-09-12riscv: Add support for strlen inline expansionChristoph Müllner16-3/+366
2023-09-12libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tr...Thomas Schwinge8-43/+27
2023-09-12Pass 'SYSROOT_CFLAGS_FOR_TARGET' down to target libraries [PR109951]Thomas Schwinge2-0/+2
2023-09-12OpenMP (C only): For 'omp allocate', really walk tree for 'alloctor' checkTobias Burnus1-41/+61
2023-09-12RISC-V: Add missed cond autovec testcasesLehua Ding33-222/+635
2023-09-12nvptx 'TARGET_USE_LOCAL_THUNK_ALIAS_P', 'TARGET_SUPPORTS_ALIASES'Thomas Schwinge1-0/+5
2023-09-12testsuite: Port 'check-function-bodies' to nvptxThomas Schwinge2-19/+66
2023-09-12fortran: Undo new symbols in all namespaces [PR110996]Mikael Morin3-14/+63
2023-09-12OpenMP (C only): omp allocate - extend parsing support, improve diagnosticTobias Burnus12-42/+491
2023-09-12RISC-V: Elimilate warning in class vcreatexuli1-2/+2
2023-09-12c: reorganize recursive type checkingMartin Uecker1-161/+121
2023-09-12RISC-V: Add vcreate intrinsics for RVV tuple typesxuli7-0/+228
2023-09-12RISC-V: enable muti push and pop for Zcmp when shrink-wrap-separate is ineffe...Fei Gao7-8/+207