| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Add localtime_r to baremetal entrypoints (#166677) | 8 个月前 | |
[libc] Baremetal version of clock (#146417) This is analogous to the baremetal version of timespec_get using the __llvm_libc_timespec_get_active embedding interface. | 1 年前 | |
[libc] implement template functions for localtime (#110363) This is an implementation for template functions of localtime. Update for this pull request: Implementation as been removed from this pull request and will be added to a new one. This is because this pull request is getting big. This pull request will only contain template functions in order to implement localtime. Update: The implementation is available in https://github.com/zimirza/llvm-project/tree/localtime_implementation. --------- Co-authored-by: Зишан Мирза <zmirza@tutanota.de> Co-authored-by: Zishan Mirza <zmirza@posteo.de> | 10 个月前 | |
[libc] implement template functions for localtime (#110363) This is an implementation for template functions of localtime. Update for this pull request: Implementation as been removed from this pull request and will be added to a new one. This is because this pull request is getting big. This pull request will only contain template functions in order to implement localtime. Update: The implementation is available in https://github.com/zimirza/llvm-project/tree/localtime_implementation. --------- Co-authored-by: Зишан Мирза <zmirza@tutanota.de> Co-authored-by: Zishan Mirza <zmirza@posteo.de> | 10 个月前 | |
[libc] Implement timespec_get (#116102) timespec_get is C standard counterpart to POSIX clock_gettime. On Linux we simply use clock_gettime. On baremetal we introduce a new external API __llvm_libc_timespec_get_utc that should be implemented by the vendor. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 个月前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 1 年前 |