llvm-project/compiler-rt/lib/xray
Dean Michael Berris 2cc7fc2cc6 [XRay][compiler-rt] Fix missing include of <cerrno>
Futher attempt to un-break ARM and AArch64 build.

Follow-up on D25360.

llvm-svn: 290083
2016-12-19 05:26:14 +00:00
..
tests [XRay][compiler-rt] Use explicit comparisons in unit tests. 2016-12-13 00:17:31 +00:00
CMakeLists.txt [XRay][compiler-rt] XRay Buffer Queue 2016-12-06 06:24:08 +00:00
xray_AArch64.cc [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files. 2016-12-19 03:21:26 +00:00
xray_arm.cc [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files. 2016-12-19 03:21:26 +00:00
xray_buffer_queue.cc [XRay][compiler-rt] Explicitly initialise members. 2016-12-06 06:58:15 +00:00
xray_buffer_queue.h [XRay][compiler-rt] XRay Buffer Queue 2016-12-06 06:24:08 +00:00
xray_defs.h [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime. 2016-11-16 01:01:13 +00:00
xray_emulate_tsc.h [XRay][compiler-rt] Fix missing include of <cerrno> 2016-12-19 05:26:14 +00:00
xray_flags.cc [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime. 2016-11-16 01:01:13 +00:00
xray_flags.h [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due to extraneous and missing dependencies and attempts to build on unsupported OSes 2016-07-21 07:39:55 +00:00
xray_flags.inc [compiler-rt][XRay] Initial per-thread inmemory logging implementation 2016-08-26 06:39:33 +00:00
xray_init.cc [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime. 2016-11-16 01:01:13 +00:00
xray_inmemory_log.cc [XRay][compiler-rt] Explicitly include <cstdint> for types 2016-12-19 03:47:35 +00:00
xray_interface.cc [XRay][AArch64] Attempt to fix unstable test XRay-aarch64-linux::patching-unpatching.cc 2016-12-05 23:29:56 +00:00
xray_interface_internal.h [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files. 2016-12-19 03:21:26 +00:00
xray_trampoline_AArch64.S [XRay] Support AArch64 in compiler-rt 2016-11-21 03:20:43 +00:00
xray_trampoline_arm.S [XRay] ARM 32-bit no-Thumb support in compiler-rt 2016-09-20 14:35:57 +00:00
xray_trampoline_x86_64.S xray: fix assembly macro definition 2016-12-15 18:54:27 +00:00
xray_x86_64.cc [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files. 2016-12-19 03:21:26 +00:00
xray_x86_64.h [XRay][compiler-rt] Post-commit review fixup of XRay refactoring. 2016-12-19 03:59:20 +00:00