| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-26 | [WebAssembly] Implement %llvm.thread.pointer intrinsic (#117817) | Sam Clegg | |
| We can simply use the `__tls_base` global for this which is guaranteed to be non-zero and unique per thread. Fixes: #117433 | |||
![]() |
index : llvm-project.git | |
| Unnamed repository; edit this file 'description' to name the repository. | thomasg |
| summaryrefslogtreecommitdiff |
| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-26 | [WebAssembly] Implement %llvm.thread.pointer intrinsic (#117817) | Sam Clegg | |
| We can simply use the `__tls_base` global for this which is guaranteed to be non-zero and unique per thread. Fixes: #117433 | |||