llvm-capstone/libc
Guillaume Chatelet 1aab055dd8 [libc] Add CMake script to check host cpu features
Summary:
Tested on MacOSX and Linux.
For robustness we can go the OpenCV way and add individual c++ files with intrinsics.
https://github.com/opencv/opencv/blob/master/cmake/checks/cpu_avx2.cpp

Reviewers: sivachandra, abrachet

Subscribers: mgorny, MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D74897
2020-02-27 09:52:26 +01:00
..
cmake/modules [libc] Add CMake script to check host cpu features 2020-02-27 09:52:26 +01:00
config [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05: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] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
lib [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
spec [libc] Add Initial Support for Signals 2020-02-20 14:05:34 -05:00
src [libc] Fix typo of namespace in round implementation. 2020-02-26 12:24:07 -08:00
test [libc] [UnitTest] Create death tests 2020-02-24 17:53:43 -05:00
utils [libc] Fix build when -DBUILD_SHARED_LIBS=On 2020-02-26 12:19:09 -05: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.