Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /external /github.com /llvm /llvm-project /libc /HEAD
  1. 48a6c24[libc] Simplify fma handling for riscv (#149673)by Mikhail R. Gadelha· 12 hours agomain
  2. efc507b[libc] Fix utimes build when full_build=OFF (#149668)by Mikhail R. Gadelha· 14 hours ago
  3. 9a47383[libc] Fix setitimer build when full_build=OFF (#149665)by Mikhail R. Gadelha· 15 hours ago
  4. a1fa332[libc][math] Refactor acos implementation to header-only in src/__support/math folder. (#148409)by Muhammad Bassiouni· 32 hours ago
  5. 229781f[libc] Fix conflicting symbols when shared/math.h is included. (#149591)by lntue· 36 hours ago
  6. 705f9c6[libc] Fix GPU benchmarkingby Joseph Huber· 2 days ago
  7. 0e623a6[libc] Remove trivial .h.def files (#149466)by Roland McGrath· 2 days ago
  8. 35acb9c[libc][math] Refactor exp10f16 implementation to header-only in src/__support/math folder. (#148408)by Muhammad Bassiouni· 2 days ago
  9. 48a984c[libc][math] Add POSIX math constants to math.h header. (#149150)by lntue· 2 days ago
  10. ac11429Remove last few bits for Native Client support (#148983)by Brad Smith· 2 days ago
  11. 1120d3d[libc] Fix tests' linking flags accidentally modified by #147931. (#149453)by lntue· 2 days ago
  12. 510fe5e[libc] Convert dlfcn.h to pure YAML (#149362)by Roland McGrath· 2 days ago
  13. ce504a2[libc] add wctype.h header (#149202)by Prabhu Rajasekaran· 3 days ago
  14. 79f211a[libc] Fixed StringConverter Error Edge Case (#149356)by Uzair Nawaz· 3 days ago
  15. 09ac394[libc][math] Refactor exp10f implementation to header-only in src/__support/math folder. (#148405)by Muhammad Bassiouni· 3 days ago
  16. 3a9c431[libc][NFC]: Correct some comments about SDCOMP-26094. (#149317)by Connector Switch· 3 days ago
  17. 6e75245[libc] Improve Cortex `memset` and `memcpy` functions (#149044)by Guillaume Chatelet· 3 days ago
  18. d8d1ef2[libc][math] Refactor exp10 implementation to header-only in src/__support/math folder. (#148400)by Muhammad Bassiouni· 4 days ago
  19. 19794b7[libc] Updated exp fuzz tests (#148912)by sribee8· 4 days ago
  20. c034909[libc] Updated fuzz tests for trig functions (#148891)by sribee8· 4 days ago
  21. d491a95Revert "[libc][NFC] refactor Cortex `memcpy` code" (#149035)by Guillaume Chatelet· 4 days ago
  22. 6074597[libc][NFC] refactor Cortex `memcpy` code (#148204)by Guillaume Chatelet· 4 days ago
  23. 630ea55[libc] sqrt and log functions fuzz tests (#148006)by sribee8· 5 days ago
  24. f2bc7d9[libc][math] Refactor exp implementation to header-only in src/__support/math folder. (#148761)by Muhammad Bassiouni· 5 days ago
  25. cac117a[libc] Add hooks for extra options in running hermetic tests (#147931)by William Huynh· 5 days ago
  26. 5cfbd85[libc] Update some implementation status for `search.h` (#148414)by Connector Switch· 5 days ago
  27. d7849d2[libc] Wchar Stringconverter (#146388)by Uzair Nawaz· 5 days ago
  28. 745bfdc[libc] Implement widechar to integer public functions (#148683)by Uzair Nawaz· 6 days ago
  29. a43f6b0Revert "[libc][math] Refactor exp implementation to header-only in src/__support/math folder." (#148668)by lntue· 6 days ago
  30. 966851e[libc] exp fuzz tests (#148086)by sribee8· 6 days ago
  31. a9cba00[libc][math] Refactor exp implementation to header-only in src/__support/math folder. (#148091)by Muhammad Bassiouni· 6 days ago
  32. 5400a58[libc][math] Refactor ldexpf implementation to header-only in src/__support/math folder (#147906)by Muhammad Bassiouni· 6 days ago
  33. 3eac01b[libc][math] Refactor ldexpf16 implementation to header-only in src/__support/math folder. (#147901)by Muhammad Bassiouni· 6 days ago
  34. 3b4cfd9[libc][math] Refactor ldexpf128 implementation to header-only in src/__support/math folder. (#147895)by Muhammad Bassiouni· 6 days ago
  35. 8f9d244Change binary path in libc test cmake file from relative to absolute (#148315)by Amy Huang· 8 days ago
  36. b6b428f[libc] Baremetal version of clock (#146417)by Petr Hosek· 8 days ago
  37. fcd7c23[libc][NFC] Revise file header for tanf exhaustive test. (#148348)by Connector Switch· 8 days ago
  38. 13b9a2f[libc][math] Refactor frexpf implementation to header-only in src/__support/math folder. (#147893)by Muhammad Bassiouni· 8 days ago
  39. 8e4b8bc[libc][math] Refactor frexpf16 implementation to header-only in src/__support/math folder. (#147889)by Muhammad Bassiouni· 8 days ago
  40. 54cbcb2[libc][math][c23] implement C23 math function `tanpif` (#147192)by Connector Switch· 8 days ago
  41. 36e59e9[libc] Fix frexpf128 build failure. (#148332)by Muhammad Bassiouni· 8 days ago
  42. dcc69e1[libc][math] Refactor frexpf128 implementation to header-only in src/… (#147822)by Muhammad Bassiouni· 8 days ago
  43. e7ac33f[libc] Fix WEOF and fix 1'000'000 error messages on test failure (#147928)by William Huynh· 9 days ago
  44. 4c2576d[libc][math] Refactor expf16 implementation to header-only in src/__support/math folder. (#147428)by Muhammad Bassiouni· 9 days ago
  45. 9b583ea[libc] Addressed todo to make first_non_whitespace to return an idx instead of ptr (#148004)by Uzair Nawaz· 10 days ago
  46. 8c99915[libc] WCS to integer internal function (#147857)by Uzair Nawaz· 10 days ago
  47. ce9b41d[libc] asin fuzz testing (#147786)by sribee8· 10 days ago
  48. 98da1e0[libc] Fuzz tests for acos and atan (#147843)by sribee8· 10 days ago
  49. 7b56f73[libc] sincos fuzz test (#147855)by sribee8· 10 days ago
  50. 97f4e98[libc] wcslcat implementation (#146588)by sribee8· 10 days ago
  51. 4a04420[libc][NFC] fix comment typo ("documentation") (#147836)by Bogdan Vetrenko· 10 days ago
  52. 621324f[libc] Added internal wctype functions (#147798)by sribee8· 10 days ago
  53. 1d7de9f[libc] wcslcpy implementation (#146571)by sribee8· 11 days ago
  54. 8aa1dbe[libc] Fix DyadicFloat::generic_as() requiring LIBC_TYPES_HAS_FLOAT16 (#147811)by OverMighty· 11 days ago
  55. f37e727[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)by Krishna Pandey· 11 days ago
  56. 3a4be2aReland "Fix wcpncpy() return value; add test." (#146753)by enh-google· 11 days ago
  57. 3f8818c[libc] Simplify the version guard for mpfr. (#146354)by Connector Switch· 12 days ago
  58. e18275a[libc][NFC] Fix func name in comment. (#147183)by Connector Switch· 14 days ago
  59. e205ed0Revert "Fix wcpncpy() return value; add test." (#146752)by Michael Jones· 3 weeks ago
  60. 3472abcFix wcpncpy() return value; add test.by enh-google· 3 weeks ago
  61. f10f4ad[libc] Fix internal alignment in allcoator (#146738)by Joseph Huber· 3 weeks ago
  62. cbedb1d[libc] Efficiently implement `aligned_alloc` for AMDGPU (#146585)by Joseph Huber· 3 weeks ago
  63. c2e6ef8[libc] Use is aligned builtin instead of ptrtoint (#146402)by Joseph Huber· 3 weeks ago
  64. 236af5c[libc] wcscspn implementation (#146158)by sribee8· 3 weeks ago
  65. 34e6c8e[libc][obvious] Fixed typos in some wchar headers (#146413)by sribee8· 3 weeks ago
  66. f1f7d9a[libc] wcstok implementation (#145989)by Uzair Nawaz· 3 weeks ago
  67. e580413[libc] implement sigsetjmp for thumb/thumb2/armv7-a (#138147)by Schrodinger ZHU Yifan· 3 weeks ago
  68. 00de13d[libc] Efficiently implement 'realloc' for AMDGPU devices (#145960)by Joseph Huber· 3 weeks ago
  69. 97c89c7[libc] Changed CharacterConverter returns (#146130)by sribee8· 3 weeks ago
  70. c11750a[libc] Add and use 'cpp::launder' to guard placement new (#146123)by Joseph Huber· 3 weeks ago
  71. 58ec325[libc] Implemented wcsnlen (#145610)by sribee8· 3 weeks ago
  72. d9dd309[libc] Fix the risc-v half precison float feature check (#145894)by Hans Wennborg· 3 weeks ago
  73. b88c8f1[libc] Improve memcpy for ARM Cortex-M supporting unaligned accesses. (#144872)by Guillaume Chatelet· 3 weeks ago
  74. 02dd865[libc] Enable all f16 math functions on the GPU (#145813)by Joseph Huber· 3 weeks ago
  75. 432de05[libc] Error fixes for mbrtowc and wcrtomb (#145785)by sribee8· 4 weeks ago
  76. ca581f5[libc] Implemented wctomb (#145554)by Uzair Nawaz· 4 weeks ago
  77. 69cd9cf[libc] Added isValidState to CharacterConverter class to ensure a provided mbstate is valid (#145564)by Uzair Nawaz· 4 weeks ago
  78. 12f5b1e[libc] wcpncpy implementation (#145430)by sribee8· 4 weeks ago
  79. 6428015[libc] mbtowc implementation (#145405)by sribee8· 4 weeks ago
  80. 718365e[libc] Fix broken links in libc (#145199)by Shubh Pachchigar· 4 weeks ago
  81. 4f70eba[libc] wcpcpy implementation (#144802)by sribee8· 4 weeks ago
  82. 3dc83ee[libc] Fix feature check for riscv (#145169)by Mikhail R. Gadelha· 4 weeks ago
  83. 79a5aa1[libc] Implemented wcrtomb internal function and public libc function (#144596)by Uzair Nawaz· 4 weeks ago
  84. deb10cf[libc] Added closing quote (#145101)by sribee8· 4 weeks ago
  85. 8b29138[libc] mbrtowc implementation (#144760)by sribee8· 4 weeks ago
  86. 56baf8d[libc] Reworked CharacterConverter isComplete into isFull and isEmpty (#144799)by Uzair Nawaz· 4 weeks ago
  87. ff7f3f1[libc] Use `raise_except_if_required` for log2f. (#144961)by lntue· 4 weeks ago
  88. e09972e[libc] Skip x87 floating point register and only update mxcsr for x86_64 targets when raising exceptions inside math functions. (#144951)by lntue· 4 weeks ago
  89. 6647635[libc] Fix bug in LIBC_CONF_ERRNO_MODE being undefined (#144896)by William Huynh· 4 weeks ago
  90. 9650f91[libc][math] Skip setting errno and floating point exception for math functions when LIBC_MATH flag has LIBC_MATH_NO_ERRNO and LIBC_MATH_NO_EXCEPT. (#144920)by lntue· 4 weeks ago
  91. 9a3b59b[libc] Fix setjmp build order. (#144917)by lntue· 4 weeks ago
  92. 9aa1b1cImplement `sigsetjmp` and `siglongjmp` for darwin/aarch64 (#139555)by Aly ElAshram· 4 weeks ago
  93. 66ae6e2[libc] Internal getrandom implementation (#144427)by sribee8· 5 weeks ago
  94. 581c48a[libc][printf] Fix out-of-range shift in float320 printf (#144542)by Simon Tatham· 5 weeks ago
  95. 1b99bf3[libc] Moved shared constexpr to the top (#144569)by sribee8· 5 weeks ago
  96. 3d71fc6Fix/reapply "[libc] Migrate stdio tests to ErrnoCheckingTest. (#144134)by Alexey Samsonov· 5 weeks ago
  97. f9b6c91Reland "[libc] utf8 to 32 CharacterConverter" (#144450)by sribee8· 5 weeks ago
  98. 323133eRevert "[libc] utf8 to 32 CharacterConverter" (#144446)by sribee8· 5 weeks ago
  99. 7c612f6[libc] utf8 to 32 CharacterConverter (#143973)by sribee8· 5 weeks ago
  100. 78ba16e[libc] build fix: always use our char8_t headers even in overlay mode (#144433)by Uzair Nawaz· 5 weeks ago

[8]ページ先頭

©2009-2025 Movatter.jp