summaryrefslogtreecommitdiff
path: root/libc/lib
Commit message (Expand)AuthorAgeFilesLines
* [libc] Build two different static archives libc.a and libm.a under full build.Siva Chandra Reddy2023-01-311-12/+39
* [libc] Unify full build and default build static archive targets to just "libc".Siva Chandra Reddy2023-01-311-4/+4
* [libc] Do not install to the default triple in GPU modeJoseph Huber2023-01-271-1/+1
* [libc] Add a separate install target for the libc static archives.Siva Chandra Reddy2023-01-061-4/+13
* Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2022-12-051-1/+1
* [CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2022-11-291-1/+1
* [libc][NFC] Change the libc fullbuild target name to "libc".Siva Chandra Reddy2022-08-191-0/+5
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-181-2/+2
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-181-2/+2
* [libc] Add a target to install libc in the full build mode.Siva Chandra Reddy2022-08-171-9/+3
* Use add_llvm_install_targets for install-llvmlibcJeff Bailey2022-07-041-5/+4
* [libc] add malloc funcs as external entrypointsMichael Jones2021-10-271-20/+0
* [libc] add integration tests for scudo in libcMichael Jones2021-08-041-0/+12
* [libc] add scudo wrappers to llvm libcMichael Jones2021-07-261-3/+3
* [libc] add option to use SCUDO as the allocatorMichael Jones2021-07-231-0/+8
* Remove `LIBC_INSTALL_PREFIX`John Ericson2021-07-211-1/+1
* [libc] Add a target "install-llvmlibc" to install LLVM libc static archive.Siva Chandra2021-03-221-0/+19
* [libc][NFC] Merge llvmlibc and llvmlibm targets in to a single target.Siva Chandra Reddy2021-02-231-7/+1
* [libc] Add implementations of round and roundf.Siva Chandra Reddy2020-06-091-6/+0
* [libc] Skip entrypoints not present in the entrypoints list.Siva Chandra Reddy2020-06-091-5/+2
* [libc] Add integration tests.Paula Toth2020-06-021-57/+4
* [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy2020-06-011-0/+6
* [libc] Add implementation of call_once from threads.h.Siva Chandra Reddy2020-05-281-0/+1
* [libc] Add memset and bzero implementationsGuillaume Chatelet2020-05-201-1/+3
* [libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy2020-05-151-0/+2
* [libc] Add implementation of fabs and fabsf.Siva Chandra Reddy2020-05-151-0/+2
* [libc] Add strlen to library entrypoints.Paula Toth2020-04-281-0/+1
* [libc] Add spec for sigdelset and sigfillset.Paula Toth2020-04-231-0/+2
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-171-0/+3
* [libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy2020-04-161-0/+3
* [libc] Add fully-qualified target names.Siva Chandra Reddy2020-04-101-25/+25
* [libc] Add signalAlex Brachet2020-03-221-0/+1
* [libc] Adding memcpy implementation for x86_64Guillaume Chatelet2020-03-181-0/+1
* [libc] Add sigactionAlex Brachet2020-03-181-0/+1
* [libc] Add initial assert definitionAlex Brachet2020-03-111-0/+3
* [libc] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy2020-03-091-0/+3
* [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-091-0/+4
* [libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy2020-03-051-4/+0
* [libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-051-0/+4
* [libc] Create abort and _ExitAlex Brachet2020-03-051-0/+4
* [libc] Add sigprocmaskAlex Brachet2020-03-021-0/+3
* [libc] Add Initial Support for SignalsAlex Brachet2020-02-201-0/+3
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-231-0/+4
* [libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy2019-12-091-1/+3
* Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy2019-11-011-1/+14
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-041-0/+9