[all-commits] [llvm/llvm-project] 3d83c5: [ADT] Simplify SmallSet
Victor Campos via All-commits
all-commits at lists.llvm.org
Fri Sep 20 05:23:55 PDT 2024
Branch: refs/heads/users/vhscampos/smallset-insert-perfect-forwarding
Home: https://github.com/llvm/llvm-project
Commit: 3d83c5456c35f891aefa65f7cc6b37795af99c32
https://github.com/llvm/llvm-project/commit/3d83c5456c35f891aefa65f7cc6b37795af99c32
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M clang/lib/Basic/TargetID.cpp
M llvm/include/llvm/ADT/SmallSet.h
Log Message:
-----------
[ADT] Simplify SmallSet
- Remove dependence on `STLExtras.h`.
- Remove unused header inclusions.
- Make `count` use `contains` for deduplication.
- Replace hand-written linear scans on Vector by `std::find`.
Commit: e9587c009d3a0b4d547d7c430155df427055eafe
https://github.com/llvm/llvm-project/commit/e9587c009d3a0b4d547d7c430155df427055eafe
Author: Victor Campos <victor.campos at arm.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M clang/lib/Basic/TargetID.cpp
M llvm/include/llvm/ADT/SmallSet.h
Log Message:
-----------
Merge branch 'users/vhscampos/smallset-simplify' into users/vhscampos/smallset-insert-perfect-forwarding
Compare: https://github.com/llvm/llvm-project/compare/a2eb49509529...e9587c009d3a
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