[clang-format] Harden star and amp annotation (#212856)
At this point we can't (or won't) decide wether this is a template
argument or just an expression, opt out of the specialized (and in the
test cases wrong) assignment.
Fixes #212622
[CIR][NFC] Remove unnecessary casts in LowerToLLVM (#216395)
Remove unnecessary casts for Op with TypeConstraints and known type for
operands in the LowerToLLVM
[GlobalISel] Add G_SEXT_INREG(G_ZEXT) -> G_SEXT combine. (#213606)
This converts a G_ZEXT or G_ANYEXT to a G_SEXT if we will G_SEXT_INREG
the bits away.
[JITLink][ORC] Add ppc64 to generic stub API; use it in DLLImportDefinitionGenerator (#207968)
`getAnonymousPointerCreator` and `getPointerJumpStubCreator` provide
arch-neutral factory functions for pointer slots and PLT jump stubs, but
ppc64/ppc64le were missing from both switch tables.
Add ppc64 support: `createAnonymousPointer` maps directly, while
`createAnonymousPointerJumpStub` requires a lambda wrapper to fix the
endianness template parameter and supply _LongBranchSaveR2_ as the stub
kind (the correct default for external calls that must preserve the TOC
pointer). Callers needing a different stub kind can construct a
`PointerJumpStubCreator` lambda directly. Update
`DLLImportDefinitionGenerator::createStubsGraph` to use these
arch-neutral factories instead of calling jitlink::x86_64:: directly,
completing part of the work tracked in issue
https://github.com/llvm/llvm-project/issues/57162
sysutils/rsyslog8: Add pgsql and mysql flavours
These new flavours enable the pre-existing PGSQL or MYSQL options so
that a package with RDBMS support is available.
PR: 297415
cq-cli: import cq-cli-0.17.0 as wip/cq-cli
An open standard for shared agent learning -- structured knowledge that
prevents AI agents from repeating each other's mistakes.
The term **cq** is derived from two sources: *colloquy*, a structured
exchange of ideas where understanding emerges through dialogue rather than
one-way output, and **CQ**, a radio call sign ("any station, respond"),
capturing the same model: open invitation, response, and collective signal
built through interaction. Both capture the same idea: agents broadcasting
what they've learned and listening for what others already know.
[ADT] Mark deprecated APInt constructor deleted (#216371)
Mark deprecated APInt constructor, taking uint64_t[] deleted instead of
removing it as the comment suggests.
resterm: Update to 1.1.0
Changelog
Path completion
Resterm now shows matching files and directories in the open and save dialogs, and while entering supported commands.