[all-commits] [llvm/llvm-project] 4c8fdc: [nfc][BoundsChecking] Rename BoundsCheckingOptions...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Jan 9 21:39:25 PST 2025
Branch: refs/heads/users/vitalybuka/spr/main.nfcubsan-add-local-bounds-test
Home: https://github.com/llvm/llvm-project
Commit: 4c8fdc29549f9c7c3c710e3ada2cb00a70af609e
https://github.com/llvm/llvm-project/commit/4c8fdc29549f9c7c3c710e3ada2cb00a70af609e
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
Log Message:
-----------
[nfc][BoundsChecking] Rename BoundsCheckingOptions into Options (#122359)
Commit: 73dd730fb9403ca648a46b489bf04e27b2a93840
https://github.com/llvm/llvm-project/commit/73dd730fb9403ca648a46b489bf04e27b2a93840
Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/struct_iovec.h
M libc/include/CMakeLists.txt
A libc/include/sys/uio.h.def
A libc/include/sys/uio.yaml
M libc/src/sys/CMakeLists.txt
A libc/src/sys/uio/CMakeLists.txt
A libc/src/sys/uio/linux/CMakeLists.txt
A libc/src/sys/uio/linux/writev.cpp
A libc/src/sys/uio/writev.h
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/uio/CMakeLists.txt
A libc/test/src/sys/uio/writev_test.cpp
Log Message:
-----------
[libc] implement sys/uio/writev (#122233)
implement sys/uio/writev according to POSIX standard. This vectorized IO
API is needed by many logging libraries to achieve atomic logging
multiple strings.
Commit: a4394d9d42fb6e60e3702588fb56bec243038c49
https://github.com/llvm/llvm-project/commit/a4394d9d42fb6e60e3702588fb56bec243038c49
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M clang/test/CodeGen/allow-ubsan-check.c
Log Message:
-----------
[NFC][ubsan] Rename prefixes in test
Looks like update_cc_test_checks is being confused if
it creates vars with the name matching prefix.
Issue triggered with #122415
Commit: 05578f8118e1d1fd1869913fcba1b548e49dd9c6
https://github.com/llvm/llvm-project/commit/05578f8118e1d1fd1869913fcba1b548e49dd9c6
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M clang/test/CodeGen/allow-ubsan-check.c
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/struct_iovec.h
M libc/include/CMakeLists.txt
A libc/include/sys/uio.h.def
A libc/include/sys/uio.yaml
M libc/src/sys/CMakeLists.txt
A libc/src/sys/uio/CMakeLists.txt
A libc/src/sys/uio/linux/CMakeLists.txt
A libc/src/sys/uio/linux/writev.cpp
A libc/src/sys/uio/writev.h
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/uio/CMakeLists.txt
A libc/test/src/sys/uio/writev_test.cpp
M llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Compare: https://github.com/llvm/llvm-project/compare/0021fbc549fc...05578f8118e1
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