llvm-capstone/libc
Paula Toth 270b528c7c [libc] Add docker container for llvm-libc buildbot worker.
Summary: Created a docker container to provide transparency and easy changes to the llvm-libc buildbot intfra.

Reviewers: sivachandra

Reviewed By: sivachandra

Subscribers: MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D75596
2020-03-11 17:35:41 -07:00
..
cmake/modules [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions. 2020-03-09 21:28:11 -07:00
config [libc] Add simple implementations of mtx_lock and mtx_unlock. 2020-03-09 21:56:02 -07:00
docs [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00
fuzzing [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
include [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions. 2020-03-09 21:28:11 -07:00
lib [libc] Add simple implementations of mtx_lock and mtx_unlock. 2020-03-09 21:56:02 -07:00
spec [libc] Create abort and _Exit 2020-03-05 14:21:18 -05:00
src [libc] Add simple implementations of mtx_lock and mtx_unlock. 2020-03-09 21:56:02 -07:00
test [libc] Add simple implementations of mtx_lock and mtx_unlock. 2020-03-09 21:56:02 -07:00
utils [libc] Add docker container for llvm-libc buildbot worker. 2020-03-11 17:35:41 -07:00
CMakeLists.txt [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
LICENSE.txt
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.