Sign in
llvm
/
llvm-project
/
libc
/
HEAD
bd0f475
[libc][math][test] add missed mpfr test for `ceilf128` (#182201)
by Mohamed Emad
· 5 hours ago
main
master
404237b
[libc][math] Update BFloat16 basic operation exhaustive tests to include mixed signs. (#182131)
by lntue
· 14 hours ago
0cac1ae
[libc][math] change bf16fmal to be header-only and constexpr-compat (#181666)
by Serosh
· 18 hours ago
65cf6f8
[libc][math] Refactor bf16divl to header-only (#181535)
by AbdallahRashed
· 22 hours ago
0879f26
[libc][math] Refactor `logbl` to header only (#181659)
by Vachan
· 22 hours ago
86a7bc2
[libc][math] Refactor f16add Math Functions to Header Only (#181777)
by Atharv Mane
· 22 hours ago
f27f6b4
[libc][math] Refactor tanpif to header only (#181525)
by Xinlong Chen
· 22 hours ago
ce2be83
[libc][math] Refactor tanf16 to header only (#181523)
by Xinlong Chen
· 22 hours ago
93cf7d4
Revert "[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal" (#181931)
by Paul Kirth
· 2 days ago
451ee34
[libc][math] Refactored bf16fmaf to Header Only (#181919)
by Abhijeet
· 2 days ago
d1714b6
[libc][math] Fix build failures caused by constexpr (#181920)
by Muhammad Bassiouni
· 2 days ago
2aa4222
[libc][math] Refactor sincos implementation to header only (#177522)
by Ash
· 2 days ago
a29203a
[libc][math] Refactor bf16divf implementation to header-only in src/__support/math folder. (#181086)
by bala-bhargav
· 2 days ago
282a7bf
[libc][math] Refactor logb implementation to header-only (#175719)
by Dhruv
· 2 days ago
4091db9
[libc][math] Refactor bf16addf to header only (#181230)
by Viktor Moros
· 2 days ago
211ee55
[libc] Fix OS when using `-llvm` OS in the triple (#181908)
by Joseph Huber
· 2 days ago
40e40f9
[libc] Fix warnings for the GPU test suite (#181763)
by Joseph Huber
· 2 days ago
8982b8d
[libc] Add basic support for building SPIR-V libraries (#181049)
by fineg74
· 2 days ago
0d1465c
[libc][NFC] Fix comments and macros in the RPC interface
by Joseph Huber
· 3 days ago
bd4989d
[libc] Fix move destruction double-freeing ports after move to RAII
by Joseph Huber
· 3 days ago
c98431e
[libc] Replace RPC 'close()' mechanism with RAII handler (#181690)
by Joseph Huber
· 3 days ago
bbeac49
[libc][math] Refactor sinpif16 to header only. (#178503)
by DannyDaoBoYang
· 3 days ago
e67a3a9
[libc][math] Refactor canonicalize function family to header-only (#181467)
by Anonmiraj
· 3 days ago
8bd9357
[libc][wctype] Reland internal UTF8 wctype classification functions (#181468)
by Marcell Leleszi
· 3 days ago
e7aa754
[libc][wctype] Add missing functions to wctype docs (#181478)
by Marcell Leleszi
· 3 days ago
03ef997
[libc][math] Refactor bf16add to header only (#181392)
by Atharv Mane
· 4 days ago
f038856
[libc][math] Refactor tanhf16 implementation to header-only in src/__support/math folder. (#178645)
by Xinlong Chen
· 4 days ago
d7bad76
[libc][math] Refactor hypotf16 to Header Only (#180511).
by Zorojuro
· 5 days ago
467280c
[libc][math] Refactor ffma implementation to header-only in src/__support/math folder (#175304).
by Menace
· 5 days ago
d69d362
[libc][math] Refactor tanhf implementation to header-only in src/__support/math folder. (#178554)
by Xinlong Chen
· 5 days ago
acbf863
[libc][math] Refactor bf16addf128 to header only (#181058)
by Abhijeet
· 5 days ago
568f89b
Implement vector version of memchr, and dispatch to same (#177711)
by Sterling-Augustine
· 6 days ago
cb5d944
[libc] Implement lit-based test execution for Libc (#178746)
by Jeff Bailey
· 6 days ago
8ac64ed
[libc][math] Fix result sign logic in fputil::generic::add_or_sub (#181231)
by OverMighty
· 7 days ago
481e7e9
[libc] Small change to accept lambda types in rpc::dispatch
by Joseph Huber
· 7 days ago
46ca9a4
[libc] Add getc, ungetc, fflush to enable libc++ iostream on baremetal (#175530)
by Volodymyr Turanskyy
· 7 days ago
3f6500b
[libc] Rewrite "Full Host Build" instructions (#180439)
by Jeff Bailey
· 7 days ago
d17f2b7
[libc][math] Refactor `f16sqrtf` to Header Only. (#180749)
by iLeGend
· 7 days ago
671d300
[libc] Fix incorrect element type in RPC handler
by Joseph Huber
· 7 days ago
475a1ee
[libc] Cleanup RPC helpers and comments
by Joseph Huber
· 8 days ago
431b05e
[libc] Add RPC helpers for dispatching functions to the host (#179085)
by Joseph Huber
· 8 days ago
386b36c
[libc] Disable math exceptions for baremetal (#180863)
by Prabhu Rajasekaran
· 8 days ago
821ef23
[libc] Add option to disable printf bit int (#180832)
by Michael Jones
· 9 days ago
752970a
[libc][math] Refactor powf to Header Only. (#176531)
by Anonmiraj
· 9 days ago
577bbc6
[libc][math] Refactor pow to Header Only. (#176529)
by Anonmiraj
· 9 days ago
7f9e5b1
[libc][math] Refactor log2f to Header Only. (#176527)
by Anonmiraj
· 9 days ago
db7f9b6
[libc][math] Refactor log2f16 to Header Only. (#176526)
by Anonmiraj
· 9 days ago
c926913
[libc][math] Refactor log10f to Header Only. (#176520)
by Anonmiraj
· 9 days ago
50fa517
[libc][math] Refactor log1pf to Header Only. (#176525)
by Anonmiraj
· 9 days ago
cba3fa4
[libc][math] Refactor log10f16 to Header Only. (#176523)
by Anonmiraj
· 9 days ago
7f899db
[libc][math] Refactor llogbl to be header-only (#175376)
by Mathew Joseph
· 9 days ago
5b29d7e
[libc] Fix unit test dependency and respect LIBC_INCLUDE_BENCHMARKS (#180812)
by Joseph Huber
· 9 days ago
e809c3d
[libc] Size optimized defaults for baremetal (#180642)
by Prabhu Rajasekaran
· 9 days ago
80ebc25
[libc][docs] Fix stale entrypoints links and time.h table duplication (#180347)
by Petter Berntsson
· 10 days ago
5a9ac16
[libc] Disable Clinger fast path for baremetal (#180598)
by Prabhu Rajasekaran
· 10 days ago
4fd201b
[libc][math] Refactor ffmal to Header Only. (#179069)
by Zorojuro
· 12 days ago
ebed16d
[libc][math] Refactor sqrtf128 to header only (#177760)
by Iasonaskrpr
· 12 days ago
3cbc8ed
[libc][docs] Document printf NULL handling for %s/%n (#180067)
by petbernt
· 13 days ago
0013651
Revert "[libc][wctype] Implement internal UTF8 wctype classification functions" (#180186)
by Marcell Leleszi
· 13 days ago
a4dd43a
[libc][wctype] Implement internal UTF8 wctype classification functions (#174607)
by Marcell Leleszi
· 13 days ago
6f477d6
[libc][math] Refactor f16fmaf to Header Only. (#178851)
by Zorojuro
· 14 days ago
a11b071
[libc] Remove "stdio.h" include from fx_bits.h (#179805)
by Haowei
· 14 days ago
0c64732
[libc][wctype] Move classification lookup tables to a cpp file (#174993)
by Marcell Leleszi
· 14 days ago
100a6cf
[libc][math] Fix build failures from last refactor. (#179966)
by Muhammad Bassiouni
· 14 days ago
f789abc
[libc][math] Refactor f16fmaf128 to Header Only (#177850)
by Zorojuro
· 14 days ago
f1f1640
[libc][math] Resolve size issues on baremetal and cleanup code. (#179707)
by Muhammad Bassiouni
· 14 days ago
c73e1f2
[libc] Disable strong stack protector for baremetal (#179559)
by Prabhu Rajasekaran
· 2 weeks ago
e1316c4
[libc] Address size bloat issues (#179398)
by Prabhu Rajasekaran
· 2 weeks ago
0bd00fe
[libc] Tweak the runtimes cross-build for GPU (#178548)
by Joseph Huber
· 2 weeks ago
291ac13
[libc][SVE] add sve handling for memcpy with count less than 32b (#167446)
by Schrodinger ZHU Yifan
· 2 weeks ago
2c2c183
[libc] Address sincosf size bloat (#179004)
by Prabhu Rajasekaran
· 3 weeks ago
a206ae7
[libc][test] Fix TmMatcher and correct tm_yday/tm_wday test values (#179029)
by Jeff Bailey
· 3 weeks ago
975c3cc
[libc][math] Refactor sqrtf to header-only (#178778)
by Saina Daneshmand
· 3 weeks ago
48ddd0d
[libc][math] Refactor sincosf implementation to header only (#177523)
by Ash
· 3 weeks ago
1d3dc6a
[libc][math] Refactor f16sqrt to Header Only (#177167)
by Zhihui Yang
· 3 weeks ago
af494ab
[libc] provide str to float build configs (#178780)
by Prabhu Rajasekaran
· 3 weeks ago
5a2a89c
[libc] Add pthread_getattr_np declaration (#178549)
by Roland McGrath
· 3 weeks ago
40ffe20
[libc][math] Refactor sqrt to header-only (#178335)
by Saina Daneshmand
· 3 weeks ago
3594ff3
[libc] Clean up pthread.yaml (#178327)
by Roland McGrath
· 3 weeks ago
878a77b
[libc][math] Fix AMD build errors. (#178507)
by Muhammad Bassiouni
· 3 weeks ago
d3a1e3a
[libc] [math] Refactor fsqrtl to be header-only (#176169)
by Atharv Mane
· 3 weeks ago
531de10
[libc][math] Refactor logf16 to header-only shared math (#175408)
by cpist (He / Him)
· 3 weeks ago
299ec23
[libc][math] Refactor llogbf128 to header-only (#175617)
by Sersawy
· 3 weeks ago
d134ea6
[libc] Do not use stack protectors or frame pointers on GPU
by Joseph Huber
· 3 weeks ago
ba5d320
[libc][math] Refactor ilogb implementation to header-only in src/__support/math folder. (#175504)
by Dasha Buka
· 3 weeks ago
98420a5
[libc][math] Refactor sinpif to Header Only. (#176580)
by DannyDaoBoYang
· 3 weeks ago
97d641c
[libc][math] Refactor llogbf16 to header-only (#178078)
by Sersawy
· 3 weeks ago
2efe3e8
[libc][math] Refactor sqrtf16 to Header Only (#177726)
by Prajwal KP
· 3 weeks ago
771638c
[libc] fix LIBC_CONF_ENABLE_STRONG_STACK_PROTECTOR (#178136)
by Jakob Koschel
· 3 weeks ago
3b91919
[libc][math] Refactor sinf16 implementation to header-only in src/__support/math folder. (#178062)
by Nico Weber
· 3 weeks ago
e0fd8b9
[libc][math] Refactor llogb to Header Only (#175524)
by Vedant Neve
· 3 weeks ago
baea60b
[libc][math] Fix parallel implementation for asin (#178100)
by Muhammad Bassiouni
· 3 weeks ago
11ae4c6
[libc][math] Refractor sinhf16 to Header only (#177337)
by Anikesh Parashar
· 3 weeks ago
3d0e972
[libc][math] Refactor ilogbf128 to Header Only (#175396)
by Ramshankar
· 3 weeks ago
bf08bd7
[libc][math] Refractor sinhf to Header only (#177336)
by Anikesh Parashar
· 3 weeks ago
8bf720f
[libm] Update include guards in libc/src/__support/math (#178055)
by Nico Weber
· 3 weeks ago
d453986
[libc] Add Elf32_Xword type (#177915)
by Jakob Koschel
· 3 weeks ago
2caf210
[libc][math] Refactor sinf implementation to header-only in src/__support/math folder. (#177963)
by Nico Weber
· 3 weeks ago
2f0f1c4
[libc][math] Refractor logf to Header only (#176834)
by Anikesh Parashar
· 3 weeks ago
7def832
[libc][math] Refactor f16sqrtl to Header Only. (#176333)
by Cheng Lingfei
· 3 weeks ago
Next »