1. 470ce63 [xray] Disable alignas() for thread_local objects on NetBSD by Michal Gorny · 7 years ago
  2. e7dec78 [XRay] Support for Fuchsia by Petr Hosek · 7 years ago
  3. 4886652 [XRay] Use fully qualified name for LogWriter by Petr Hosek · 7 years ago
  4. 6a8cede [XRay] Encapsulate all FD log related logic into a class by Petr Hosek · 7 years ago
  5. 58f209f [XRay] Guard local variables with `static` and struct with unnamed namespaces by Fangrui Song · 7 years ago
  6. d197ebf [XRay] Remove the deprecated __xray_log_init API by Petr Hosek · 7 years ago
  7. ebc68ff Test commit by Henry Zhu · 7 years ago
  8. 1014126 [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode by Dean Michael Berris · 7 years ago
  9. 8299e4b [XRay] basic mode PID and TID always fetch by Dean Michael Berris · 7 years ago
  10. af4d583 [XRay][compiler-rt] Remove reliance on C++ ABI features by Dean Michael Berris · 7 years ago
  11. c561970 [XRay][compiler-rt] Refactor recursion guard for Basic and FDR Mode by Dean Michael Berris · 7 years ago
  12. abbeb4c [XRay][compiler-rt] Remove __xray:: in some places (NFC) by Dean Michael Berris · 7 years ago
  13. 5eaaff6 [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) by Dean Michael Berris · 7 years ago
  14. 47e6b8c [XRay][compiler-rt] Support string-based config for Basic mode. by Dean Michael Berris · 7 years ago[Renamed (87%) from compiler-rt/lib/xray/xray_inmemory_log.cc]
  15. adb092e Implement trampoline and handler for typed xray event tracing. by Keith Wyss · 7 years ago
  16. 4d4ed0e Add Xray instrumentation support to FreeBSD by Kamil Rytarowski · 8 years ago
  17. 4834bca [XRay] [compiler-rt] fix heap overflow by computing record pointers correctly by Martin Pelikan · 8 years ago
  18. 21d0d53 [XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit() by Dean Michael Berris · 8 years ago
  19. 52517d7 [XRay][compiler-rt] Implement XRay Basic Mode Filtering by Dean Michael Berris · 8 years ago
  20. c360f41 [XRay][compiler-rt] Implement logging implementation registration by Dean Michael Berris · 8 years ago
  21. 364f11c [XRay][compiler-rt] Migrate basic mode logging to the XRay framework by Dean Michael Berris · 8 years ago
  22. 8dcba55 [XRay][compiler-rt] Write out arg1 payload in naive mode logging by Dean Michael Berris · 8 years ago
  23. 484fe0a [XRay][compiler-rt] Handle tail-call exits in the XRay runtime by Dean Michael Berris · 8 years ago
  24. 9952d95 [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global scope. by Dean Michael Berris · 8 years ago
  25. 8439c8e [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot determine the CPU frequency by Douglas Yung · 8 years ago
  26. 66443d8 [XRay][compiler-rt] Support TSC emulation even for x86_64 by Dean Michael Berris · 9 years ago
  27. fbe64b6 [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler. by Dean Michael Berris · 9 years ago
  28. 579ca30 Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake. by Vitaly Buka · 9 years ago
  29. d823024 This reverts commits r294826 and r294781 as they break linking on powerpc. by Vitaly Buka · 9 years ago
  30. 9730789 Fix -Wsign-compare - this might not be quite right, but preserves behavior by David Blaikie · 9 years ago
  31. 7d0bffb [XRay] Refactor TSC related functions into a single header. NFC. by Tim Shen · 9 years ago
  32. 607617b [XRay] Probe for CPU features that XRay needs by Dean Michael Berris · 9 years ago
  33. e7dbebf [XRay][compiler-rt] XRay Flight Data Recorder Mode by Dean Michael Berris · 9 years ago
  34. 7c030a2 [XRay] [compiler-rt] Include argv[0] in the log file name. by Dean Michael Berris · 9 years ago
  35. 0aba357 Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode" by Dean Michael Berris · 9 years ago
  36. 33d305b [XRay][compiler-rt] XRay Flight Data Recorder Mode by Dean Michael Berris · 9 years ago
  37. 6b88e32 [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files by Diana Picus · 9 years ago
  38. c0eb996 Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files." by Diana Picus · 9 years ago
  39. 4527ebe [XRay][compiler-rt] Explicitly include <cstdint> for types by Dean Michael Berris · 9 years ago
  40. 094173b [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files. by Dean Michael Berris · 9 years ago
  41. 3076d43 [XRay][compiler-rt] Add newlines to error messages (NFC). by Dean Michael Berris · 9 years ago
  42. bad8f0f [XRay] Support AArch64 in compiler-rt by Dean Michael Berris · 9 years ago
  43. 4031e4b [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime. by Dean Michael Berris · 9 years ago
  44. 4ef1a69 [compiler-rt][XRay][NFC] clang-format XRay sources by Dean Michael Berris · 9 years ago
  45. d1617cd [XRay] ARM 32-bit no-Thumb support in compiler-rt by Dean Michael Berris · 9 years ago
  46. 6f60513 Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt" by Renato Golin · 9 years ago
  47. 5332645 [XRay] ARM 32-bit no-Thumb support in compiler-rt by Dean Michael Berris · 9 years ago
  48. 6e2e0e8 Add #include <cstdio> to unbreak build (missing definition of stderr) by Krzysztof Parzyszek · 9 years ago
  49. fdb0f39 [compiler-rt][XRay] Remove unnecessary assertion. by Dean Michael Berris · 9 years ago
  50. f50eb93 [compiler-rt][XRay] Initial per-thread inmemory logging implementation by Dean Michael Berris · 9 years ago