Files
clang-p2996/compiler-rt
Fangrui Song f8a4cd0f07 [xray][AArch64] Rewrite trampoline
Optimize (cmp+beq => cbz), duduplicate code (SAVE_REGISTERS/RESTORE_REGISTERS),
improve portability (use ASM_SYMBOL to be compatible with Mach-O), and fix style
issues.
Also, port D37965 (x86 tail call) to __xray_FunctionTailExit.
2023-06-19 23:02:45 -07:00
..
2023-06-16 11:39:32 -07:00
2023-05-28 13:13:12 -07:00
2023-06-19 23:02:45 -07:00

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.

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