1. 83e6d87 [libc] heap_sort_fuzz deleted unnecessary includes (#101535) by RoseZhang03 · 11 months ago
  2. 3497211 [libc] Fix math fuzzers (#101529) by Michael Jones · 11 months ago
  3. 90065da [libc] created fuzz test for sin function (#101411) by RoseZhang03 · 11 months ago
  4. 0c31123 [libc] Fix erroneous warning on GCC (#101520) by Joseph Huber · 11 months ago
  5. a5e67fb [libc] Implement vasprintf and asprintf (#98824) by Tsz Chan · 11 months ago
  6. 6d40580 [libc] Remove verbose printing from hdrgen tool (#101376) by Joseph Huber · 11 months ago
  7. 097a1d2 [libc] Remove extra parens by Joseph Huber · 11 months ago
  8. feeb833 [libc] Change the GPU loaders to LLVM executables (#101442) by Joseph Huber · 11 months ago
  9. ed12f80 [libc][math][c23] add entrypoints and tests for getpayload{,f,f128} (#101285) by Job Henandez Lara · 11 months ago
  10. 74f9579 [libc][math][c23] removed dsubl for 32 arm (#101423) by aaryanshukla · 11 months ago
  11. 38ef692 [libc] Add vsscanf function (#101402) by Joseph Huber · 11 months ago
  12. 30b5d4a [libc][math][c23] Add dfma{l,f128} and dsub{l,f128} C23 math functions (#101089) by aaryanshukla · 11 months ago
  13. 2bf58f5 [Clang] Suppress missing architecture error when doing LTO (#100652) by Joseph Huber · 11 months ago
  14. b66aa3b [libc][math][c23] Refactor expf16 (#101373) by OverMighty · 11 months ago
  15. 3715035 [libc] quick fix for aarch64 jmpbuf build (#101357) by Schrodinger ZHU Yifan · 11 months ago
  16. 2a6268d [libc][AArch64] Add an AArch64 setjmp/longjmp. (#101177) by Simon Tatham · 11 months ago
  17. 5c406ea [libc][math][c23] Fix totalorderf128 requiring support for 128-bit ints (#101229) by OverMighty · 11 months ago
  18. 6aaf870 [libc][math] fix header spec bug (#101273) by Job Henandez Lara · 11 months ago
  19. 546e4a2 [libc][math][c23] Add entrypoints and tests for setpayload{,f,f128} (#101122) by Job Henandez Lara · 11 months ago
  20. ebdcb76 [libc] Only link in the appropriate architecture's device libs by Joseph Huber · 11 months ago
  21. 8364a6e [libc] Switch ON for New HeaderGen (#100044) by RoseZhang03 · 11 months ago
  22. 4ad2628 [libc] fuzz test for heap_sort (#100826) by RoseZhang03 · 11 months ago
  23. 0813260 [libc][math][c23] Add entrypoints and tests for totalorder{,f,f128} (#100593) by Job Henandez Lara · 11 months ago
  24. c3f7f28 [libc][math][c23] Temporarily disable expf16 on AArch64 (#101203) by OverMighty · 11 months ago
  25. 971a1ac [libc][math][c23] Add expf16 C23 math function (#100632) by OverMighty · 11 months ago
  26. 8f7910a [libc] Add AMDGPU Sin Benchmark (#101120) by jameshu15869 · 11 months ago
  27. bf42a78 [libc] Implement placeholder memory functions on the GPU (#101082) by Joseph Huber · 11 months ago
  28. 677796c [libc] Add Generic and NVPTX Sin Benchmark (#99795) by jameshu15869 · 11 months ago
  29. 64199bf [libc] make aarch64 libm entrypoints consistent w/ x86-64 (#100963) by Schrodinger ZHU Yifan · 11 months ago
  30. dfdef2c [libc] Fix the remaining isnan and isinf in tests. (#100969) by lntue · 11 months ago
  31. 5cddc31 [libc] fix rwlock test (#100962) by Schrodinger ZHU Yifan · 11 months ago
  32. aef9a89 [NFC] add newline after stack smashing message (#100958) by Schrodinger ZHU Yifan · 11 months ago
  33. 44df89c [libc] add pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock … (#100543) by Eric977 · 11 months ago
  34. 3db5c1e revert all tid changes (#100915) by Schrodinger ZHU Yifan · 11 months ago
  35. f8f5b17 [libc] Create a separate proxy header for math-function-macros.h (#98430) by Nhat Nguyen · 11 months ago
  36. 62e5b6e [libc] fix pthread build issue for full-build mode (#100912) by Schrodinger ZHU Yifan · 11 months ago
  37. 79afb94 [libc] Make NVPTX benchmarks use LTO for linking by Joseph Huber · 11 months ago
  38. a09c0f6 [libc] Add Minimum Time and Iterations, Reduce Epsilon (#100838) by jameshu15869 · 11 months ago
  39. dbb8b7a Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)" by Joseph Huber · 11 months ago
  40. fea5914 Revert "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)" by Joseph Huber · 11 months ago
  41. 069e8bc [OpenMP][libc] Remove special handling for OpenMP printf (#98940) by Joseph Huber · 11 months ago
  42. 134b448 [libc] Updated GettingStarted.rst with PyYAML version (#100649) by RoseZhang03 · 11 months ago
  43. f8cd4c5 [libc] Fix building bitcode library for GPU (#100491) by Joseph Huber · 11 months ago
  44. d3ecb16 [libc] Fix relocatable link attempting to pull in standard libs by Joseph Huber · 11 months ago
  45. ca8b14d [libc][math] Implement fast pass for double precision atan2 with 1 ULP errors. (#100648) by lntue · 11 months ago
  46. 0fa53d5 [libc] Make `crt1.o` available to clang for GPU builds (#100599) by Joseph Huber · 11 months ago
  47. 0c10bdc [libc] Lazily initialize freelist malloc using symbols (#99254) by Daniel Thornburgh · 11 months ago
  48. 888ae90 [libc] Fix leftoever debug in 'f16fma' function (#100638) by Joseph Huber · 11 months ago
  49. 81ce796 [libc][math][c23] Enable C23 _Float16 math functions on GPUs (#99248) by OverMighty · 11 months ago
  50. 3c21074 [NFC][libc][malloc] Refactor Block (#100445) by Daniel Thornburgh · 11 months ago
  51. 88fb56e [libc] Fix broken table introduced by PR #100578 by Mikhail R. Gadelha · 11 months ago
  52. e90d552 [libc][NFC] Update riscv documentation (#100578) by Mikhail R. Gadelha · 11 months ago
  53. 8e43acb [libc] Only add '-fno-builtin-*' on the entrypoints that use them (#100481) by Joseph Huber · 11 months ago
  54. 7b51777 [libc][math][c23] add entrypoints and tests for totalordermag{f,l,f128} (#100159) by Job Henandez Lara · 11 months ago
  55. 8b094c9 [libc][newheadergen]: PyYaml Version Update (#100463) by aaryanshukla · 11 months ago
  56. 2e3ee31 [libc] Enable 'sscanf' on the GPU #100211 by Joseph Huber · 11 months ago
  57. 8d8fa01 Reapply "[libc] Remove 'packaged' GPU build support (#100208)" by Joseph Huber · 11 months ago
  58. 1195df2 [libc] Make the libc files always available to clang for the GPU (#100396) by Joseph Huber · 11 months ago
  59. 6c23f97 [libc] Enable bind test for riscv (#100132) by Mikhail R. Gadelha · 11 months ago
  60. 557a7b8 [libc][math][c23] Fix totalorder and totalordermag smoke tests (#100354) by OverMighty · 11 months ago
  61. 550b83d Revert "[libc] Remove 'packaged' GPU build support (#100208)" by Joseph Huber · 11 months ago
  62. 9914609 Revert "[libc] Enable 'sscanf' on the GPU (#100211)" by Joseph Huber · 11 months ago
  63. 445bb35 [libc] Enable 'sscanf' on the GPU (#100211) by Joseph Huber · 11 months ago
  64. c1c6ed8 [libc] Remove 'packaged' GPU build support (#100208) by Joseph Huber · 11 months ago
  65. 0420d2f [libc] Fix leftover debug commandline argument by Joseph Huber · 11 months ago
  66. f9cf539 [libc][malloc] Align blocks to max_align_t. (#100279) by Daniel Thornburgh · 11 months ago
  67. 25f0381 [libc][malloc] Reduce block overhead by 4 bytes plus alignment effects (#99945) by Daniel Thornburgh · 11 months ago
  68. 61dcc9f [libc][math] Fix use of float16 not guarded by LIBC_TYPES_HAS_FLOAT16 (#100241) by OverMighty · 11 months ago
  69. e7f8d4b [libc][math] Optimize maximum and minimum functions using builtins when available (#100002) by OverMighty · 11 months ago
  70. 8bdc3d9 Revert "[libc][RISCV] Add naked attribute to setjmp/longjmp" (#100193) by Paul Kirth · 11 months ago
  71. 14e20ee [libc] Fix missing default value for errno config (#100175) by Joseph Huber · 11 months ago
  72. e0649a5 [NVPTX] Fix internal indirect call prototypes not obeying the ABI (#100131) by Joseph Huber · 11 months ago
  73. 05b586b [libc][RISCV] Add naked attribute to setjmp/longjmp (#100036) by Paul Kirth · 11 months ago
  74. 7395191 [libc] Skip NaN death tests for asan build. (#100161) by lntue · 11 months ago
  75. 1e58c9de [libc] Fix math tests for macos arm64. (#100060) by lntue · 11 months ago
  76. e7a2405 [libc] Remove workarounds for lack of functional NVPTX linker (#96972) by Joseph Huber · 11 months ago
  77. ba0744e [libc][newheadergen]: yaml.load instead of safe_load (#100024) by aaryanshukla · 11 months ago
  78. d4da96d Revert "[libc] New HeaderGen Switch Flip" (#100003) by RoseZhang03 · 11 months ago
  79. 173514f [libc] Disable epoll_pwait2 for now. (#99967) by Michael Jones · 11 months ago
  80. 9da0871 [libc][NFC] clean up some includes (#99719) by Michael Jones · 11 months ago
  81. 93eb9ec [libc] New HeaderGen Switch Flip (#99929) by RoseZhang03 · 11 months ago
  82. aac3a2a [libc] Fix callback type in `exit_handlers.cpp` not matching (#97642) by Joseph Huber · 11 months ago
  83. 8972979 [libc] Updated header_generation.rst (#99712) by RoseZhang03 · 11 months ago
  84. da2f720 [libc] Include cbrt in baremetal targets (#99916) by Petr Hosek · 11 months ago
  85. c80b799 [libc] No need to use recursion in fcntl (#99893) by Mikhail R. Gadelha · 11 months ago
  86. 70843bf [libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (#99037) by OverMighty · 11 months ago
  87. 6911f82 [libc] Fix invalid format specifier in benchmark by Joseph Huber · 11 months ago
  88. cda5b2b [libc] Change fcntl cmd when only fcntl64 is available (#99675) by Mikhail R. Gadelha · 11 months ago
  89. 65825cd5 [libc] Use `<assert.h>` in overlay mode for LIBC_ASSERT (#99875) by Joseph Huber · 11 months ago
  90. 28e6095 [libc] Add working entrypoints to riscv (#99885) by Mikhail R. Gadelha · 11 months ago
  91. 7ddcf7a [libc] Change fsfilcnt_t and fsblkcnt_t to be 64-bits long (#99876) by Mikhail R. Gadelha · 11 months ago
  92. bc4c3bf [libc] Remove special case handing around test case that was fixed by Joseph Huber · 11 months ago
  93. 5b8479b [libc][CMake] Set library type of libc_diff_test_utils to STATIC (#99869) by OverMighty · 11 months ago
  94. 197b142 [libc] Add N Threads Benchmark Helper (#99834) by jameshu15869 · 11 months ago
  95. eaa07c0 [libc] Fix statvfs test case when SYS_statfs64 is used (#99827) by Mikhail R. Gadelha · 11 months ago
  96. 74a1ca5 [libc][math] Update getpayload and fmul/fadd/fsub/ffma with NaN inputs. (#99812) by lntue · 11 months ago
  97. a964f2e [libc] Improve Benchmark UI (#99796) by jameshu15869 · 11 months ago
  98. c156237 [libc][math][c23] Add entrypoints and tests for dsqrt{l,f128} (#99815) by Job Henandez Lara · 11 months ago
  99. af0f58c [libc][math][c23] Add entrypoints and tests for fsqrt{,l,f128} (#99669) by Job Henandez Lara · 11 months ago
  100. c8e69fa [libc] Fix GPU 'printf' on strings with padding by Joseph Huber · 11 months ago