Clone this repo:

Branches

  1. 0e5715c [libc] Migrate `Block` to `BlockRef` in baremetal allocator (#201001) by Schrodinger ZHU Yifan · 2 hours ago main master
  2. 26457e1 [libc][math] Add missing math function entries dfmal,dfmaf128 to math.yaml (#199485) by Arnav Mundada · 9 hours ago
  3. a6b9fd2 [libc][math] Improve the performance of sin/cos for small inputs |x| < 2^-4. (#201748) by lntue · 27 hours ago
  4. 3602fe5 [libc][math][c23] Add acosbf16 math function (#184633) by Zorojuro · 32 hours ago
  5. 7394ca3 [libc] Add remaining SO_ constants (#202278) by Pavel Labath · 33 hours ago
  6. 6b57fbc [libc] Convert environ and getopt variables to use LLVM_LIBC_VARIABLE (#201551) by Pavel Labath · 2 days ago
  7. 6aef3da [libc/docs] Add a quick note about LLVM_LIBC_VARIABLE (#201556) by Pavel Labath · 2 days ago
  8. 67fd35c [libc][math] Fix arm-linux-gnueabihf target when building with gcc/g++. (#202090) by lntue · 3 days ago
  9. 6c06011 [libc] Add missing `dl_iterate_phdr` dependencies to avoid spurious build failures (#201574) by Nikita Taranov · 3 days ago
  10. 7f49162 [libc] Fix clock_gettime on arm32 (#201959) by Michael Jones · 4 days ago
  11. 57f8ae5 [libc] Fix putting tuple_size into libc++ namespace. (#201905) by Alexey Samsonov · 4 days ago
  12. ef0a45f [libc] Remove 32-bit time_t support (#200426) by Jeff Bailey · 4 days ago
  13. ca5bf26 [libc] Support for argument-taking ptrace requests (#201830) by Pavel Labath · 4 days ago
  14. e99ebf2 [libc] (Begin to) implement ptrace for linux (#201601) by Pavel Labath · 5 days ago
  15. 1ab6f20 [libc] fix lost signal issue in cnd_test (#201721) by Schrodinger ZHU Yifan · 5 days ago
  16. 6d2d9c7 [libc][rwlock] fix the race condition in waiter queue (#201629) by Schrodinger ZHU Yifan · 5 days ago
  17. 63c34a3 [libc] implement wcstoimax/wcstoumax (#200284) by Michael Jones · 6 days ago
  18. 3406880 [libc] add HUGE_VALL (#201235) by Michael Jones · 6 days ago
  19. 3450a18 [libc] Add explicit format attributes for modular printf (#201212) by Daniel Thornburgh · 6 days ago
  20. e3c7c4f [libc] Add compound assignment operator overloads for BFloat16 (#201301) by Zorojuro · 6 days ago