llvm-capstone/compiler-rt
Pavel Iliin b04fe222d2
[AArch64][FMV] Add rcpc3 support, introduce bits for features extensi… (#68104)
…on and initialization.

The patch implements FEAT_LRCPC3 support (Load-Acquire RCpc instructions
version 3) in Function Multi Versioning. To maintain compatibility while
features list grows extension bit FEAT_EXT and initialization bit
FEAT_INIT are reserved.
2023-10-03 22:52:01 +01:00
..
cmake [CFI] Allow LoongArch (#67314) 2023-09-28 15:40:42 +08:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [Profile] Use upper 32 bits of profile version for profile variants. (#67695) 2023-10-03 10:15:22 -04:00
lib [AArch64][FMV] Add rcpc3 support, introduce bits for features extensi… (#68104) 2023-10-03 22:52:01 +01:00
test [HWASAN]Implement memcmp interceptor in HWASAN (#67204) 2023-09-29 16:14:48 -07:00
tools
unittests [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
utils
www
.clang-tidy
.gitignore
CMakeLists.txt [compiler-rt] Reinstate removal of CRT choice flags from CMAKE_*_FLAGS* (#67935) 2023-10-02 13:22:23 +03:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

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

================================