summaryrefslogtreecommitdiff
path: root/libc/docs
Commit message (Expand)AuthorAgeFilesLines
* [libc] Fix typos in documentationKazu Hirata2023-05-064-4/+4
* [libc][docs] Fix incorrect CMake argument in GPU documentationJoseph Huber2023-05-051-2/+2
* [libc][Docs] Add warning about running GPU tests with parallelismJoseph Huber2023-05-041-0/+5
* [libc] Enable running libc unit tests on AMDGPUJoseph Huber2023-05-041-11/+11
* [libc] Support the `abs` functions in the GPU libc.Joseph Huber2023-04-271-1/+3
* [libc] Support the string conversion methods on the GPUJoseph Huber2023-04-271-0/+11
* [libc][Docs] Begin improving documentation for the GPU libcJoseph Huber2023-04-267-170/+243
* [libc] Fix typos in documentationKazu Hirata2023-04-247-13/+13
* [libc] Add two more recipes to do a cross build.Siva Chandra Reddy2023-04-181-18/+184
* [libc][Obvious] Fix the performance table in math function documentation.Tue Ly2023-04-181-1/+1
* [libc] Add implementation of getcharMichael Jones2023-04-141-1/+1
* [libc][math] Update range reduction step for log10f and reduce its latency.Tue Ly2023-04-071-57/+57
* [libc][docs] Add a section about allocations and deallocations to the style doc.Siva Chandra Reddy2023-03-151-0/+43
* [libc][docs] Move the link to "Compiler Support" under "Status".Siva Chandra Reddy2023-03-152-4/+4
* [libc] Add instructions for linux headersJeff Bailey2023-03-151-2/+11
* [libc] Update cross-compilation instructionsJeff Bailey2023-03-142-17/+42
* [libc][docs] update list of completed stdio funcsMichael Jones2023-03-091-13/+13
* [libc][docs] add link to join the discordMichael Jones2023-03-071-0/+1
* [libc] Add a note about using assertions in the libc runtime code.Siva Chandra Reddy2023-03-071-0/+12
* [libc] Make errno an entrypoint.Siva Chandra Reddy2023-03-031-0/+37
* [libc][NFC] Move all developer docs into a sub-directory docs/dev.Siva Chandra Reddy2023-03-0213-1/+1
* [libc][doc] Move docs/math.rst to docs/math/index.rstTue Ly2023-02-142-4/+4
* [libc][math] Implement scalbn, scalbnf, scalbnl.Renyi Chen2023-02-091-1/+1
* [libc][NFC] Rename macrosGuillaume Chatelet2023-02-071-2/+2
* [libc][doc] Update compilerGuillaume Chatelet2023-02-071-2/+9
* [libc][doc] Add macros guidelinesGuillaume Chatelet2023-02-071-0/+21
* [libc][Obvious] Change `ninja llvmlibc` to `ninja libc` in the documentations.Tue Ly2023-02-031-2/+2
* [libc][bazel] Add bazel targets and unit tests for math functions.Tue Ly2023-02-031-0/+17
* [libc] Fix quotation marks in overlay mode instructionsDavid Spickett2023-02-031-3/+3
* [libc][math] Implement acoshf function correctly rounded to all rounding modes.Tue Ly2023-02-011-1/+4
* [libc][math] Implement asinhf function correctly rounded for all rounding modes.Tue Ly2023-01-271-2/+5
* [libc][NFC] Replace "inline" keyword with "LIBC_INLINE".Siva Chandra Reddy2023-01-241-1/+25
* [libc][math] Implement log10 function correctly rounded for all rounding modesTue Ly2023-01-082-2/+569
* [libc] Add a section about supported compilers in the documentationGuillaume Chatelet2023-01-062-0/+18
* [libc] Make the sidebar colors have a higher constract in the white background.Siva Chandra Reddy2023-01-051-2/+2
* [libc] Add document for a recipe to do a full standalone cross-build.Siva Chandra Reddy2023-01-054-74/+165
* [libc] Add documentation on hacking with vscodeJeff Bailey2023-01-051-0/+21
* [libc] [nfc] Fix heading underline.Jeff Bailey2023-01-011-1/+1
* [libc] Add support for standalone cross compilation of libc.Siva Chandra Reddy2022-12-201-1/+1
* [libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy2022-12-151-4/+4
* [reland][libc] Add bcopyGuillaume Chatelet2022-12-011-0/+1
* Revert D138994 "[libc] Add bcopy"Guillaume Chatelet2022-12-011-1/+0
* [libc] Add bcopyGuillaume Chatelet2022-12-011-0/+1
* [libc][docs] Fix code block not being emittedJoseph Huber2022-11-301-0/+1
* [libc][docs] Add documentation for the new GPU modeJoseph Huber2022-11-292-0/+169
* [libc] Implement gettimeofdayRaman Tenneti2022-11-111-0/+1
* [libc][docs] Add a build and test document.Siva Chandra Reddy2022-11-052-0/+44
* [libc][docs] Fix typos.Siva Chandra Reddy2022-11-051-2/+1
* [libc][docs] Move links to internal developer guides out of the main side bar.Siva Chandra Reddy2022-11-059-19/+62
* [libc] Add a doc about the libc fullbuild mode.Siva Chandra Reddy2022-11-021-1/+77