llvm-capstone/compiler-rt
Freddy Ye 6acff5390d [X86] Support -march=gracemont
gracemont has some different tuning features from alderlake.

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D158046
2023-08-21 08:49:01 +08:00
..
cmake [Orc][rtlib] Build orc runtime support for ppc64 only under Linux 2023-08-03 07:06:49 +08:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [compiler-rt][NFC] Avoid implicit-integer-sign-change in FuzzedDataProvider::ConsumeIntegralInRange 2023-07-17 09:32:19 +02:00
lib [X86] Support -march=gracemont 2023-08-21 08:49:01 +08:00
test [ubsan][test] Fix a typo: target= instead of TARGET= 2023-08-18 16:14:44 -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 [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page. 2023-03-15 17:05:57 +01:00
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Clean up old code for handling MSVC runtime setting the old way 2023-07-19 11:25:28 +03:00
CODE_OWNERS.TXT [docs] Update compiler-rt/CODE_OWNERS.TXT 2023-02-24 15:07:09 -08:00
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.

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