Revert "[LoongArch] Support CTLZ with lsx/lasx"
[llvm-project.git] / libcxx / TODO.TXT
blobbc785546b48e8fb69b2630311e7c9791a7299b26
1 This is meant to be a general place to list things that should be done "someday"
3 CXX Runtime Library Tasks
4 =========================
5 * Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++
6   is used as the runtime library.
7 * Investigate and document interoperability between libc++ and libstdc++ on
8   linux. Do this for every supported c++ runtime library.
10 Atomic Related Tasks
11 ====================
12 * future should use <atomic> for synchronization.
14 Test Suite Tasks
15 ================
16 * Improve the quality and portability of the locale test data.
17 * Convert failure tests to use Clang Verify.
19 Misc Tasks
20 ==========
21 * Find all sequences of >2 underscores and eradicate them.
22 * run clang-tidy on libc++
23 * Document the "conditionally-supported" bits of libc++