summaryrefslogtreecommitdiff
path: root/libc/src/stdfix
AgeCommit message (Expand)Author
2025-10-24[libc] add missing headers in stdfix (#162078)Shreeyash Pandey
2025-10-08[libc][stdfix] Implement fxdivi functions (rdivi) (#154914)Shreeyash Pandey
2025-04-25[libc][stdfix] Implement `idivfx` functions in LLVM libc (#133005)Krishna Pandey
2025-02-27[libc][stdfix] Implement fixed point bitsfx functions in llvm libc (#128413)Krishna Pandey
2025-02-12[libc][stdfix] Implement `countlsfx` functions in libc. (#126597)Krishna Pandey
2025-02-10[libc] Don't manually override the optimization level for math (#126322)Petr Hosek
2025-02-07Revert "[libc][stdfix] Fix buildbot failure because of a typo. (#126291)"Joseph Huber
2025-02-07[libc][stdfix] Implement fixed point `countlsfx` functions in llvm-libc (#125...Krishna Pandey
2024-11-26[libc] suppress more clang-cl warnings (#117718)Schrodinger ZHU Yifan
2024-11-11[libc][stdfix] Implement fixed point fxbits functions in llvm-libc (#114912)William Tran-Viet
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-03-07[libc][stdfix] Add exp function for short _Accum and _Accum types. (#84391)lntue
2024-03-06[libc][stdfix] Add integer square root with fixed point output functions. (#8...lntue
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-26[libc][stdfix] Add sqrt for fixed point types. (#83042)lntue
2024-02-16[libc][stdfix] Add round functions for fixed point types. (#81994)lntue
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue