[all-commits] [llvm/llvm-project] 02663a: [Support] Remove PowerOf2Floor and ByteSwap_{16, 32...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jun 5 13:18:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02663a0d7f6bbc7522218d494135aba7d0b1db8d
https://github.com/llvm/llvm-project/commit/02663a0d7f6bbc7522218d494135aba7d0b1db8d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/include/llvm/Support/MathExtras.h
M llvm/include/llvm/Support/SwapByteOrder.h
Log Message:
-----------
[Support] Remove PowerOf2Floor and ByteSwap_{16,32,64}
These functions have been deprecated since:
commit b49b429fde3a282664289d7a2155d994085eb232
Author: Kazu Hirata <kazu at google.com>
Date: Sun Feb 12 21:42:07 2023 -0800
Differential Revision: https://reviews.llvm.org/D152111
Commit: 857fa70e1458b2d44f2444f87a909117d449c2ba
https://github.com/llvm/llvm-project/commit/857fa70e1458b2d44f2444f87a909117d449c2ba
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/include/llvm/Support/MathExtras.h
Log Message:
-----------
[Support] Remove {Bits,Float,Double}To{Bits,Float,Double}
These functions have been deprecated since:
commit 0f52c1f86c62dadf69a7b732779abf59edea3d5c
Author: Kazu Hirata <kazu at google.com>
Date: Tue Feb 14 09:52:36 2023 -0800
Differential Revision: https://reviews.llvm.org/D152110
Commit: 1117d806ca4d9b5b04263456dcb1ced76ade78cb
https://github.com/llvm/llvm-project/commit/1117d806ca4d9b5b04263456dcb1ced76ade78cb
Author: Kazu Hirata <kazu at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M llvm/include/llvm/ADT/StringRef.h
Log Message:
-----------
[ADT] Deprecate StringRef::{starts,ends}with_insensitive
This patch deprecates StringRef::{starts,ends}with_insensitive as
their uses have migrated to {starts,ends}_with_insensitive,
respectively.
Differential Revision: https://reviews.llvm.org/D152108
Compare: https://github.com/llvm/llvm-project/compare/8a4636929fd6...1117d806ca4d
More information about the All-commits
mailing list