JJoseph Huber[libc] Treat the locks array as a bitfield
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Treat the locks array as a bitfield Currently we keep an internal buffer of device memory that is used to indicate ownership of a port. Since we only use this as a single bit we can simply turn this into a bitfield. I did this manually rather than having a separate type as we need very special handling of the masks used to interact with the locks. Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D155511 | 2 年前 | |
[libc][NFC] Rename files This patch mostly renames files so it better reflects the function they declare. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D155607 | 2 年前 | |
[libc][NFC] Rename "loader" to "startup". Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D140049 | 3 年前 |