md5: Don't generate test cases just to skip them
Don't waste time generating Perl test cases for algorithms that are not
supported in Perl mode only to skip them when they are run.
MFC after: 1 week
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D56687
[LoopInfo] Remove redundant LLVM_ABI from Loop member functions (#195863)
Remove redundant `LLVM_ABI` from `addStringLoopAttribute` and
`addIntLoopAttribute`.
Addresses post-merge feedback on #194676.
This patch was generated with the help of Claude and reviewed by a
human.
Co-authored-by: Claude Opus 4 (1M context) <noreply at anthropic.com>
clang: Print effective triple in -ccc-print-bindings
Previously this would print the original triple, rather
than the adjusted triple for the tool invocation which I found
confusing.
devel/sem: Add port
sem is a semantic version control tool that works on top of Git. It
parses your code with tree-sitter, extracts every function, class, and
method as an entity, and diffs at the entity level instead of lines.
This means you see "function blahh was modified" instead of "lines x-y
changed."
It works in any Git repo with no setup. It can run as the default
`git diff` tool; see the WWW for setup instructions.
https://github.com/Ataraxy-Labs/semhttps://ataraxy-labs.github.io/sem