[lldb][DWARFASTParserClang][NFC] Remove obsolete DEBUG_PRINTF
Uncommenting `ENABLE_DEBUG_PRINTF` wasn't compiling on top-of-tree. This code may have been useful for debugging locally in the past but it doesn't seem compelling to keep this in the source-tree. Especially because it doesn't compile, indicating it's most likely not used.
This patch removes `DEBUG_PRINTF` entirely.
[AMDGPU][NFC] Templatise and round-trip gfx11_asm_vop3_dpp8.s (#176450)
Prepared as a series of smaller commits as the cumulative diff is pretty
much unreviewable.
Supposed to help getting rid of lots of differences in the disassembler
counterpart of this test sitting downstream in the True16 branch.
I tried to make sure all important cases that were on the disassembler
side of the test, both upstream and downstream, are reflected in the
combined asm/disasm test.
[InstCombine] Fix crash on large integers in visitShl (#176723)
Do not call getExtendedType without first checking if the type can be
extended.
Solves SWDEV-547672
[lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule (#176325)
No caller sets this to `true`. Initially added for and set by
`SymbolFileDWARFDebugMap` (see
`616f490777a4f35269a23abee851680134050065`). This was then removed
shortly after in:
```
commit 762f7135e290696595b6c7233245581f59eeb07c
Author: Greg Clayton <gclayton at apple.com>
Date: Sun Sep 18 18:59:15 2011 +0000
Don't put modules for .o files into the global shared module list. We
used to do this because we needed to find the shared pointer for a .o
file when the .o file's module was needed in a SymbolContext since the
module in a symbol context was a shared pointer. Now that we are using
intrusive pointers we don't have this limitation anymore since any
instrusive shared pointer can be made from a pointer to an object
all on its own.
```
[3 lines not shown]
[VPlan] Strip VPWidenSelectSC from VPRecipeTy (NFC) (#176722)
WidenSelect has been removed in 16830b2 ([VPlan] Remove
VPWidenSelectRecipe, use VPWidenRecipe instead, #174234).
[mlir][math] Fix the semantics of math.clampf (#175012)
The `math.clampf` op is semantically incorrect when compared to both the
CUDA reference implementation and the SPIRV spec, both of which have a
clamp op.
- Fix the definition of `math.clampf` to agree with CUDA and SPIRV
- Explicitly state when `math.clampf` produces `ub.poison`
- Update the ExpandOps pass to reflect the corrected semantics
symlink.7: add a new section "mount options"
Add a new section "mount options" to explain
the mount option nosymfollow in more details.
Differential Revision: https://reviews.freebsd.org/D54530
[lldb] add a marker before hidden frames (#167550)
**This patch adds a marker to make hidden frames more explicit.**
---
Hidden frames can be confusing for some users, who see that the indexes
of the frames in a backtrace are not contiguous. This patch aims to
lessen the confusion by adding a delimiter for the first and last non
hidden frame, i.e the boundaries.
IDE's like Xcode and VSCode represent those in the UI by having the
hidden frames either greyed out or collapsed.
It's not possible to do this in the CLI, therefore, this patch makes use
of 2 unicode characters to mark the beginning and end of the hidden
frames range.
This patch depends on:
[19 lines not shown]
p11-kit: update to 0.26.0.
0.26.0 (stable)
* pkcs11: Update PKCS11 headers to version 3.2 [PR#731]
* trust: Lookup DNs in reverse order (RFC4514 section 2.1) [PR#732]
* Update translations [PR#734]
libheif: update to 1.21.2.
This release contains various bug fixes and these new features:
build script for JS/WASM now supports building with JPEG2000 and "ISO23001-17 Uncompressed" support.
image sequence SAI data now works when using the OpenH264 decoder plugin