aboutsummaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2020-03-11[libc] [UnitTest] Add timeout to death testsAlex Brachet
2020-03-11[libc] Add initial assert definitionAlex Brachet
2020-03-11[libc] Add docker container for llvm-libc buildbot worker.Paula Toth
2020-03-09[libc] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy
2020-03-09[libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy
2020-03-09add extern "C" to __errno_location's definition if in __cplusplus fileAlex Brachet
2020-03-07[libc] [NFC] Use matchers in testsAlex Brachet
2020-03-05[libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy
2020-03-05[libc] [UnitTest] Add MatchersAlex Brachet
2020-03-05[libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy
2020-03-05[libc] Create abort and _ExitAlex Brachet
2020-03-02[libc] Add `errno_h` as a dependency to `sigaddset` and `sigemptyset`.Siva Chandra Reddy
2020-03-02[libc] Add sigprocmaskAlex Brachet
2020-02-28[libc] Add ability to generate enum types/values to HdrGen.Siva Chandra Reddy
2020-02-27[libc] Add CMake script to check host cpu featuresGuillaume Chatelet
2020-02-26[libc] Add an optional `NAME` argument to `add_entrypoint_object` rule.Siva Chandra Reddy
2020-02-26[libc] Fix typo of namespace in round implementation.Paula Toth
2020-02-26[libc] Fix build when -DBUILD_SHARED_LIBS=OnAlex Brachet
2020-02-25[libc] [UnitTest] Give UnitTest gtest like colorsAlex Brachet
2020-02-24[libc] [UnitTest] Create death testsAlex Brachet
2020-02-23[libc] Add a README to the sub-directories under the utils directory.Siva Chandra Reddy
2020-02-21[libc] Lay out framework for fuzzing libc functions.Paula Toth
2020-02-21Remove unused variableAlex Brachet
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet
2020-02-13[libc] Add Convenience syscall Template FunctionAlex Brachet
2020-02-13[libc][NFC] clang-format syscall.h.inAlex Brachet
2020-02-13Fix unneeded semi columnGuillaume Chatelet
2020-02-04Remove leftover artifacts from use of gtest.Paula Toth
2020-02-04[libc] Fix typo in header generation docs.Paula Toth
2020-01-31[libc] Use cpp::Array instead of cpp::ArrayRef in memory/utils_test.Siva Chandra Reddy
2020-01-31[libc] Add utils for memory functionsGuillaume Chatelet
2020-01-30[libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros.Siva Chandra Reddy
2020-01-30[libc] Add a missing `this->` in __llvm_libc::cpp:MutableArrayRef::end.Siva Chandra Reddy
2020-01-29[libc] Add a library of standalone C++ utilities.Siva Chandra Reddy
2020-01-29[libc] Fix build after 777180a32b61070a10dd330b4f038bf24e916af1.Siva Chandra Reddy
2020-01-29[libc] Fix benchmarks CMakeLists.txtGuillaume Chatelet
2020-01-27Fix missing dependency in LibcUnitTestGuillaume Chatelet
2020-01-24[libc] Move the implementation of mmap and munmap into a linux specific area.Siva Chandra Reddy
2020-01-24[llvm-libc] Add memory function benchmarksGuillaume Chatelet
2020-01-17[libc] Replace the use of gtest with a new light weight unittest framework.Siva Chandra Reddy
2020-01-07[libc] Add a convenience CMake rule to add testsuites.Siva Chandra Reddy
2020-01-06[libc] Move implementations of strcat and strcpy to the string directory.Siva Chandra Reddy
2020-01-06[libc] Add __attribute__((always_inline)) to x86_64 syscall functions.Siva Chandra Reddy
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy
2020-01-06[llvm-libc] Fix missing virtual destructorGuillaume Chatelet
2019-12-23Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy
2019-12-09[libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy
2019-11-01Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy
2019-10-15[libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.Siva Chandra