LLVM/project c9f6d26llvm/include/llvm/MC/MCParser MCAsmLexer.h AsmLexer.h, llvm/lib/MC/MCParser MCAsmLexer.cpp AsmLexer.cpp

[MC] Merge MCAsmLexer.{h,cpp} into AsmLexer.{h,cpp} (#134207)

2b11c7de4ae182496438e166cb6758d41b6e1740 introduced
`llvm/include/llvm/MC/MCAsmLexer.h` and made `AsmLexer` inherit from
`MCAsmLexer`, likely to allow target-specific parsers to depend solely
on `MCAsmLexer`. However, this separation now seems unnecessary and
confusing.

`MCAsmLexer` defines virtual functions with `AsmLexer` as its only
implementation, and `AsmLexer` itself has few extra public methods.

To simplify the codebase, this change merges MCAsmLexer.{h,cpp} into
AsmLexer.{h,cpp}. MCAsmLexer.h is temporarily kept as a forwarder.

Note: I doubt that a downstream lexer handling an assembly syntax
significantly different from the standard GNU Assembler syntax would
want to inherit from `MCAsmLexer`. Instead, it's more likely they'd
extend `AsmLexer` by adding new states and modifying its internal logic,
as seen with variables for MASM, M68k, and HLASM.
DeltaFile
+1-184llvm/include/llvm/MC/MCParser/MCAsmLexer.h
+168-2llvm/include/llvm/MC/MCParser/AsmLexer.h
+0-105llvm/lib/MC/MCParser/MCAsmLexer.cpp
+86-0llvm/lib/MC/MCParser/AsmLexer.cpp
+0-1llvm/lib/MC/MCParser/CMakeLists.txt
+0-1llvm/utils/gn/secondary/llvm/lib/MC/MCParser/BUILD.gn
+255-2936 files

LLVM/project 4088c70clang/lib/CodeGen CGHLSLBuiltins.cpp

CGHLSLBuiltins.cpp: Suppress a warning in #131237 [-Wunused-variable]
DeltaFile
+1-2clang/lib/CodeGen/CGHLSLBuiltins.cpp
+1-21 files

LLVM/project 4532512llvm/lib/Transforms/IPO FunctionImport.cpp, llvm/lib/Transforms/Utils FunctionImportUtils.cpp

[ctxprof] Move `MoveSymbolGUID` to address dependency issues (#134334)

See PR #134192
DeltaFile
+1-8llvm/lib/Transforms/IPO/FunctionImport.cpp
+8-1llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
+9-92 files

FreeBSD/ports 6e2d048math/sundials Makefile, science/code_saturne Makefile

science/hypre: update 2.32.0 → 2.33.0

Reported by:    portscout
DeltaFile
+6-7science/hypre/Makefile
+3-3science/hypre/distinfo
+2-1science/hypre/pkg-plist
+1-1science/serac/Makefile
+1-1math/sundials/Makefile
+1-1science/code_saturne/Makefile
+14-142 files not shown
+16-148 files

FreeBSD/ports 9288a0daudio/synthv1-lv2 distinfo Makefile

audio/synthv1-lv2: update 1.3.0 → 1.3.1
DeltaFile
+3-3audio/synthv1-lv2/distinfo
+1-1audio/synthv1-lv2/Makefile
+4-42 files

FreeBSD/ports 4924acfaudio/padthv1-lv2 distinfo Makefile

audio/padthv1-lv2: update 1.3.0 → 1.3.1
DeltaFile
+3-3audio/padthv1-lv2/distinfo
+1-1audio/padthv1-lv2/Makefile
+4-42 files

FreeBSD/ports 6f0194baudio/samplv1-lv2 distinfo Makefile

audio/samplv1-lv2: update 1.3.0 → 1.3.1
DeltaFile
+3-3audio/samplv1-lv2/distinfo
+1-1audio/samplv1-lv2/Makefile
+4-42 files

FreeBSD/ports 4d9832eaudio/drumkv1-lv2 distinfo Makefile

audio/drumkv1-lv2: update 1.3.0 → 1.3.1
DeltaFile
+3-3audio/drumkv1-lv2/distinfo
+1-1audio/drumkv1-lv2/Makefile
+4-42 files

FreeBSD/ports 07c3824cad/veryl distinfo Makefile

cad/veryl: update 0.14.1 → 0.15.0

Reported by:    portscout
DeltaFile
+201-151cad/veryl/distinfo
+100-75cad/veryl/Makefile
+301-2262 files

FreeBSD/ports cbb61d4x11-toolkits/kddockwidgets distinfo Makefile

x11-toolkits/kddockwidgets: update 2.2.1 → 2.2.3

Reported by:    portscout
DeltaFile
+3-3x11-toolkits/kddockwidgets/distinfo
+1-1x11-toolkits/kddockwidgets/Makefile
+1-1x11-toolkits/kddockwidgets/pkg-plist
+5-53 files

FreeBSD/ports f03850csecurity/rpm-sequoia distinfo Makefile

security/rpm-sequoia: update 1.7.0 → 1.8.0

Reported by:    portscout
DeltaFile
+227-191security/rpm-sequoia/distinfo
+113-96security/rpm-sequoia/Makefile
+340-2872 files

FreeBSD/ports 0ff1028sysutils/mise distinfo Makefile

sysutils/mise: update 2025.3.11 → 2025.4.0

Reported by:    portscout
DeltaFile
+29-23sysutils/mise/distinfo
+14-11sysutils/mise/Makefile
+43-342 files

FreeBSD/ports 8b3f041textproc/jnv distinfo Makefile

textproc/jnv: update 0.5.0 → 0.6.0

Reported by:    portscout
DeltaFile
+111-71textproc/jnv/distinfo
+55-36textproc/jnv/Makefile
+166-1072 files

FreeBSD/ports b9f7d47science/mctc-lib pkg-plist distinfo

science/mctc-lib: update 0.3.2 → 0.4.0

Reported by:    portscout
DeltaFile
+14-1science/mctc-lib/pkg-plist
+3-3science/mctc-lib/distinfo
+3-1science/mctc-lib/Makefile
+20-53 files

LLVM/project 2146826llvm/include/llvm/Transforms/Utils FunctionImportUtils.h, llvm/lib/Transforms/IPO FunctionImport.cpp

[ctxprof] Support for "move" semantics for the contextual root (#134192)

This PR finishes what PR #133992 started.
DeltaFile
+28-1llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
+5-20llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
+19-3llvm/test/ThinLTO/X86/ctxprof-separate-module.ll
+18-0llvm/lib/Transforms/IPO/FunctionImport.cpp
+70-244 files

LLVM/project b989171bolt/include/bolt/Core MCPlusBuilder.h, bolt/lib/Target/AArch64 AArch64MCPlusBuilder.cpp

[BOLT] Handle generation of compare and jump sequences (#131949)

This patch fixes the following two issues with the createCmpJE for
AArch64:
1. Avoids overwriting the value of the input register RegNo by use XZR
as the destination register.
   subs xzr, RegNo, #Imm
   which is equivalent to a simple
   cmp RegNo, #Imm
2. The immediate operand to the Bcc instruction must be EQ instead of
#Imm.

This patch also adds a new function for createCmpJNE and unit tests for
the both createCmpJE and createCmpJNE for X86 and AArch64.
DeltaFile
+92-0bolt/unittests/Core/MCPlusBuilder.cpp
+31-1bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
+12-0bolt/lib/Target/X86/X86MCPlusBuilder.cpp
+9-0bolt/include/bolt/Core/MCPlusBuilder.h
+144-14 files

LLVM/project ae5306fllvm/lib/Target/RISCV RISCVInstrInfoXqci.td, llvm/lib/Target/RISCV/MCTargetDesc RISCVAsmBackend.cpp RISCVFixupKinds.h

[RISCV] Add symbol parsing support for the Xqcibi branch immediate instructions (#134233)

This patch adds support for parsing symbols in the Xqcibi branch
immediate instructions. While the 32 bit branch instructions use the
same instruction format and relocation as the existing branch
instructions in RISCV, the 48 bit ones use the `InstFormatQC_EB`
instruction format and the `R_RISCV_QC_E_BRANCH` relocation that is
defined in `BinaryFormat/ELFRelocs/RISCV_nonstandard.def.`

Vendor relocation support will be added in a later patch.
DeltaFile
+44-0llvm/test/MC/RISCV/xqcibi-relocations.s
+3-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
+3-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
+2-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
+2-0llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
+1-1llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
+55-16 files

DragonFlyBSD/dports 8c3a96cdevel/wasi-libcxx17 Makefile

Bump devel/wasi-libcxx17 to version 17.0.6_2
DeltaFile
+1-1devel/wasi-libcxx17/Makefile
+1-11 files

DragonFlyBSD/dports 67bb12edevel/wasi-compiler-rt17 Makefile

Bump devel/wasi-compiler-rt17 to version 17.0.6_2
DeltaFile
+1-1devel/wasi-compiler-rt17/Makefile
+1-11 files

LLVM/project 7d05c23mlir/include/mlir/Dialect/Tosa/IR TosaOps.td

[mlir][tosa] Remove extra trailing whitespace (#134290)

Trivial change.

Signed-off-by: Jerry Ge <jerry.ge at arm.com>
DeltaFile
+1-1mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+1-11 files

LLVM/project fcfbef5mlir/include/mlir/Dialect/Tosa/IR TosaOps.td

[mlir][tosa] Remove extra declarations of MulOperandsAndResultElementType in TosaOps.td (#134300)

Minor code cleanup

Signed-off-by: Jerry Ge <jerry.ge at arm.com>
DeltaFile
+0-5mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+0-51 files

DragonFlyBSD/dports 36a76c4devel/llvm17 Makefile pkg-plist, devel/llvm17/files patch-backport-7bc7672925f81

Update devel/llvm17 to version 17.0.6_8
DeltaFile
+76-0devel/llvm17/files/patch-backport-7bc7672925f81
+7-12devel/llvm17/Makefile
+2-2devel/llvm17/pkg-plist
+85-143 files

DragonFlyBSD/dports 7e913d9audio/mda-lv2 Makefile distinfo

Update audio/mda-lv2 to version 1.2.10
DeltaFile
+7-4audio/mda-lv2/Makefile
+3-3audio/mda-lv2/distinfo
+10-72 files

DragonFlyBSD/dports 88ef1b5audio/espressivo-lv2 Makefile

Tweak audio/espressivo-lv2 version 0.1.639
DeltaFile
+1-1audio/espressivo-lv2/Makefile
+1-11 files

DragonFlyBSD/dports f8becaeaudio/vm-lv2 Makefile

Tweak audio/vm-lv2 version 0.14.0_2
DeltaFile
+1-1audio/vm-lv2/Makefile
+1-11 files

DragonFlyBSD/dports f869763audio/eteroj-lv2 Makefile

Tweak audio/eteroj-lv2 version 0.10.0_1
DeltaFile
+1-1audio/eteroj-lv2/Makefile
+1-11 files

DragonFlyBSD/dports 2cbc35afilesystems/pear-Horde_Vfs Makefile pkg-descr

Tweak filesystems/pear-Horde_Vfs version 2.4.2
DeltaFile
+24-0filesystems/pear-Horde_Vfs/Makefile
+11-0filesystems/pear-Horde_Vfs/pkg-descr
+3-0filesystems/pear-Horde_Vfs/distinfo
+38-03 files

DragonFlyBSD/dports 87dd06baudio/lv2proc Makefile

Tweak audio/lv2proc version 0.5.1_3
DeltaFile
+1-1audio/lv2proc/Makefile
+1-11 files

DragonFlyBSD/dports 0a803afmail/mu4e-maildirs Makefile

Bump mail/mu4e-maildirs to version 0.8.20201028_17
DeltaFile
+1-1mail/mu4e-maildirs/Makefile
+1-11 files

DragonFlyBSD/dports 6742d9bnet-mgmt/icingaweb2-module-vsphere Makefile

Tweak net-mgmt/icingaweb2-module-vsphere version 1.1.1_1
DeltaFile
+1-1net-mgmt/icingaweb2-module-vsphere/Makefile
+1-11 files