llvm-capstone/compiler-rt
Alexander Richardson c14879562f Unbreak *tf builtins for hexfloat (#82208)
This re-lands cc0065a7d0 in a way that
keeps existing targets working.

---------

Original commit message:
#68132 ended up removing
__multc3 & __divtc3 from compiler-rt library builds that have
QUAD_PRECISION but not TF_MODE due to missing int128 support.
I added support for QUAD_PRECISION to use the native hex float long double representation.

---------

Co-authored-by: Sean Perry <perry@ca.ibm.com>
(cherry picked from commit 99c457dc2ef395872d7448c85609f6cb73a7f89b)
2024-03-12 17:13:57 -07:00
..
cmake [AArch64][compiler-rt] Add memcpy, memset, memmove, memchr builtins. (#77496) 2024-01-23 11:26:20 +00:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285) 2024-01-22 14:54:58 -05:00
lib Unbreak *tf builtins for hexfloat (#82208) 2024-03-12 17:13:57 -07:00
test [test] Make two sanitize-coverage tests pass with glibc 2.39+ 2024-03-11 13:07:50 -07:00
tools
unittests Remove config.aarch64_sme from compiler-rt/unittests/lit.common.unit.configured.in 2024-01-23 15:19:36 +00:00
utils
www [compiler-rt][www] replace deprecated LLVM_CONFIG_PATH with LLVM_CMAKE_DIR (#71500) 2023-11-09 08:05:32 +00:00
.clang-tidy
.gitignore
CMakeLists.txt [GTest][c++17] Silence warnings when building GTest with gcc-toolset-12 2023-12-05 13:50:52 -05: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.

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