[all-commits] [llvm/llvm-project] b2e752: [ORC] Fix some typos in comments in MachOPlatform.
lhames via All-commits
all-commits at lists.llvm.org
Thu Nov 16 16:14:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2e752731856dc0dcd8948cf5518b8ca62d91c83
https://github.com/llvm/llvm-project/commit/b2e752731856dc0dcd8948cf5518b8ca62d91c83
Author: Lang Hames <lhames at gmail.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
[ORC] Fix some typos in comments in MachOPlatform.
Commit: b2bbe8cc1c7653fb33f8aef69bbf77c1d3af4f26
https://github.com/llvm/llvm-project/commit/b2bbe8cc1c7653fb33f8aef69bbf77c1d3af4f26
Author: Lang Hames <lhames at gmail.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
A compiler-rt/lib/orc/bitmask_enum.h
M compiler-rt/lib/orc/stl_extras.h
M compiler-rt/lib/orc/tests/unit/CMakeLists.txt
A compiler-rt/lib/orc/tests/unit/bitmask_enum_test.cpp
Log Message:
-----------
[ORC-RT] Add bitmask-enum and bit_ceil utilities to the ORC runtime.
bitmask_enum.h is essentially a copy of llvm/ADT/BitmaskEnum.h, with some minor
cleanup and renaming.
The bit_ceil function is a placeholder for std::bit_ceil, which we can use once
compiler-rt can use c++20.
These utilities will be used to simplify bitfield enum usage in upcoming
ORC-RT patches.
Commit: c11be311047c4ae4a79f0b95af0323c1d99a14dd
https://github.com/llvm/llvm-project/commit/c11be311047c4ae4a79f0b95af0323c1d99a14dd
Author: Lang Hames <lhames at gmail.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M llvm/include/llvm-c/Orc.h
Log Message:
-----------
[C-API] Fix typo in comment.
Compare: https://github.com/llvm/llvm-project/compare/484a27e41229...c11be311047c
More information about the All-commits
mailing list