[all-commits] [llvm/llvm-project] d2413d: [lldb][windows] fix undeclared identifier error (#...
Steven Wu via All-commits
all-commits at lists.llvm.org
Thu Oct 9 11:31:35 PDT 2025
Branch: refs/heads/users/cachemeifyoucan/spr/cas-add-ondiskgraphdb-and-ondiskkeyvaluedb
Home: https://github.com/llvm/llvm-project
Commit: d2413d973c8de07427bc87b93cf106c6ff9073e8
https://github.com/llvm/llvm-project/commit/d2413d973c8de07427bc87b93cf106c6ff9073e8
Author: Charles Zablit <c_zablit at apple.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M lldb/tools/driver/Driver.cpp
Log Message:
-----------
[lldb][windows] fix undeclared identifier error (#162705)
This patch fixes the `'LLDB_PYTHON_DLL_RELATIVE_PATH': undeclared
identifier` error introduced by
https://github.com/llvm/llvm-project/pull/162509.
Commit: b6fbf66e5936f47137ab24d0a123ae39ea73f6fc
https://github.com/llvm/llvm-project/commit/b6fbf66e5936f47137ab24d0a123ae39ea73f6fc
Author: Artem Belevich <tra at google.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
A llvm/test/CodeGen/NVPTX/i32x2-instructions.ll
Log Message:
-----------
[NVPTX] properly expand operations that we do not support on v2i32 (#162391)
Follow-up on #153478 and #161715.
v2i32 register class exists mostly to facilitate v2f32's use of integer
registers. There are no actual instructions that can apply to v2i32
directly (except bitwise logical ops). Everything else must be done
elementwise.
Commit: 2c3f0e541d0d96eaf284abf6992ae55db2a5035a
https://github.com/llvm/llvm-project/commit/2c3f0e541d0d96eaf284abf6992ae55db2a5035a
Author: Grigory Pastukhov <99913765+grigorypas at users.noreply.github.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
A llvm/test/CodeGen/X86/pgo-profile-o0.ll
M llvm/tools/llc/llc.cpp
Log Message:
-----------
[CodeGen] Preserve branch weights from PGO profile during instruction selection at -O0 (#161620)
Branch probabilities from PGO profile data were not preserved during
instruction selection at -O0 because BranchProbabilityInfo was only
requested when OptLevel != None.
Commit: 1b627da8cfb6188c5bcf3f9a3bd35501387a462b
https://github.com/llvm/llvm-project/commit/1b627da8cfb6188c5bcf3f9a3bd35501387a462b
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenCXXABI.h
M clang/lib/CIR/CodeGen/CIRGenClass.cpp
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/test/CIR/CodeGen/dtors.cpp
Log Message:
-----------
[CIR] Call base class destructors (#162562)
This adds handling for calling virtual and non-virtual base class
destructors. Non-virtual base class destructors are call from the base
(D2) destructor body for derived classes. Virtual base class destructors
are called only from the complete (D1) destructor.
Commit: fbca588e0d30cabc8806521a9f5799a59509ded0
https://github.com/llvm/llvm-project/commit/fbca588e0d30cabc8806521a9f5799a59509ded0
Author: Steven Wu <stevenwu at apple.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenCXXABI.h
M clang/lib/CIR/CodeGen/CIRGenClass.cpp
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/test/CIR/CodeGen/dtors.cpp
M lldb/tools/driver/Driver.cpp
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
A llvm/test/CodeGen/NVPTX/i32x2-instructions.ll
A llvm/test/CodeGen/X86/pgo-profile-o0.ll
M llvm/tools/llc/llc.cpp
Log Message:
-----------
clang-format
Created using spr 1.3.7
Compare: https://github.com/llvm/llvm-project/compare/145bb5e6223b...fbca588e0d30
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list