aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/xray
AgeCommit message (Expand)AuthorFilesLines
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú1-1/+1
2025-08-22Reapply "[compiler-rt]: fix CodeQL format-string warnings via explicit (#154937)Amit Kumar Pandey2-2/+3
2025-08-22Revert "[compiler-rt]: fix CodeQL format-string warnings via explicit casts (...Hans Wennborg2-3/+2
2025-08-22[compiler-rt]: fix CodeQL format-string warnings via explicit casts (#153843)Amit Kumar Pandey2-2/+3
2025-08-08Fix improper alignment of static buffer for placement-new of BufferQueue (#15...Slava Gurevich1-1/+1
2025-07-23[sanitizer_common][nfc] Rename `tid_t` to avoid conflicting declarations (#14...Jake Egan3-6/+6
2025-02-06[SystemZ][XRay] Make xray work with gcc (#126154)Kai Nacke2-1/+2
2025-02-06[XRay][SystemZ] Use stckf for non-clang compilers (#125289)Kai Nacke1-0/+6
2025-01-31[SystemZ][XRay] Reland XRay runtime support for SystemZ (#124611)Kai Nacke6-0/+317
2024-12-10[XRay][RISCV] RISCV support for XRay (#117368)Min-Yih Hsu7-1/+557
2024-11-28[XRay] Add `__xray_default_options` to specify build-time defined options (#1...Min-Yih Hsu3-0/+16
2024-11-07Reapply "[XRay][AArch64] Support -fxray-shared (#114431)" (#115300)Sebastian Kreutzer2-16/+23
2024-11-06Revert "[SystemZ][XRay] XRay runtime support for SystemZ (#113252)"Sylvestre Ledru6-301/+0
2024-11-05[SystemZ][XRay] XRay runtime support for SystemZ (#113252)Kai Nacke6-0/+301
2024-11-05Revert "[XRay][AArch64] Support -fxray-shared" (#115022)Felipe de Azevedo Piovezan2-22/+14
2024-11-04[XRay][AArch64] Support -fxray-shared (#114431)Sebastian Kreutzer2-14/+22
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer14-181/+718
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov7-618/+134
2024-10-11[XRay] Fix LLVM include in xray_interface.cpp (#111978)Sebastian Kreutzer1-3/+2
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer7-134/+619
2024-06-08[compiler-rt] Replace deprecated aligned_storage with aligned byte array (#94...Marc Auberer9-63/+42
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-2/+2
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal1-5/+0
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch1-0/+5
2024-05-27[XRay][compiler-rt] Fix oob memory access in FDR BufferQueue iterator (#90940)Ricky Zhou1-2/+2
2024-05-27[XRay][compiler-rt][x86_64] Preserve flags in x86_64 trampolines. (#89452)Ricky Zhou1-8/+7
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal1-5/+0
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-1/+1
2024-04-12[xray] Apply default visibility to __xray_CustomEvent/__xray_TypedEventFangrui Song2-4/+4
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson1-1/+1
2023-11-14[NFC, sanitizer_symbolizer] Split Fuchsia and Markup. (#72305)Andres Villegas1-1/+1
2023-07-17[compiler-rt][xray] Fix alignment of XRayFileHeaderLeandro Lupori1-2/+4
2023-07-14[XRay] Add initial support for loongarch64Weining Lu5-1/+293
2023-07-05[XRay][AArch64] Implement __xray_ArgLoggerEntryFangrui Song2-11/+37
2023-06-23[XRay][AArch64] Add .size directiveFangrui Song1-0/+3
2023-06-23[XRay][AArch64] Suppport __xray_customevent/__xray_typedeventFangrui Song2-3/+53
2023-06-22[compiler-rt][CMake] Multiarch build of XRay librariesOleksii Lozovskyi1-6/+30
2023-06-20[XRay] Make xray_fn_idx entries PC-relativeFangrui Song2-17/+30
2023-06-19[xray][AArch64] Rewrite trampolineFangrui Song1-140/+83
2023-06-19[XRay] Make llvm.xray.typedevent parameter type match __xray_typedeventFangrui Song2-6/+7
2023-06-19[XRay][X86] Remove sled version 0 support from patchCustomEventFangrui Song1-27/+6
2023-06-16[xray] Use L* instead of .L* for Mach-OFangrui Song1-14/+14
2023-06-07[compiler-rt] Fixes Chromium Apple CI.Mark de Wever1-1/+1
2023-06-06[compiler-rt] Avoid memintrinsic calls inserted by the compilerMarco Elver1-1/+1
2023-03-01Move close() to the proper else blockWu, Yingcong1-1/+1
2022-12-28[XRay] Unsupport version<2 sled entryFangrui Song1-8/+0
2022-11-02[compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny1-11/+18
2022-11-01Revert "[compiler-rt] Switch from llvm-config to find_package(LLVM)"Michał Górny1-18/+11
2022-11-01[compiler-rt] Switch from llvm-config to find_package(LLVM)Michał Górny1-11/+18
2022-07-15[compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwindPetr Hosek2-3/+5