SSiva Chandra Reddy[libc] Add implementations of pthread_equal and pthread_self.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Add TLS image initialization to aarch64 startup code. The TLS loader test has been enabled for aarch64. Handling of PT_TLS' filesz and memsz for x86_64 has also been fixed. Reviewed By: jeffbailey Differential Revision: https://reviews.llvm.org/D128032 | 3 年前 | |
[libc][obvious] add aligned_alloc as entrypoint This patch adds aligned_alloc as an entrypoint. Previously it was being included implicitly. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D122362 | 4 年前 | |
[libc] Add implementations of pthread_equal and pthread_self. Reviewed By: michaelrj, lntue Differential Revision: https://reviews.llvm.org/D129729 | 3 年前 | |
[libc][NFC] Convert threads unittests in to integration tests. This is mostly a mechanical change. In a future pass, all tests from pthread which create threads will also be converted to integration tests. Some of thread related features are tightly coupled with the loader. So, they can only be tested with the in-house loader. Hence, going forward, all tests which create threads will have to be integration tests. Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D128381 | 3 年前 | |
[libc] Use real objects and archives in integration tests. Previously, we used empty, non-ELF crti.o, crtn.o, libm.a and libc++.a files. Instead, we now still use dummies but they are real ELF object files and archives. | 4 年前 |