1. 0116362 Enable -Wformat-pedantic and fix fallout. by Martin Liska · 3 years, 7 months ago
  2. c99fe7d [compiler-rt] NFC: Fix trivial typo by Kazuaki Ishizaki · 3 years, 9 months ago
  3. b057df8 sanitizer_common: enable format string checking by Dmitry Vyukov · 3 years, 10 months ago
  4. f664930 [compiler-rt][iwyu] explicitly includes `<new>` in xray_utils.cpp by Christopher Di Bella · 4 years ago
  5. ae78667 [XRay][compiler-rt][x86_64] Fix CFI directives in assembly trampolines by Elia Geretto · 4 years, 3 months ago
  6. 3d5f15a Revert "[XRay][x86_64] Fix CFI directives in assembly trampolines" by Petr Hosek · 4 years, 3 months ago
  7. 7fdec13 [XRay][x86_64] Fix CFI directives in assembly trampolines by Elia Geretto · 4 years, 3 months ago
  8. d92b6a5 Fix xray fdr mode to allow multiple flushes by Todd Lipcon · 4 years, 4 months ago
  9. 0fc83ec [XRay] Remove unnecessary <x86intrin.h> include by Raul Tambre · 4 years, 6 months ago
  10. 41819e9 [CMake] Avoid accidental C++ standard library dependency in sanitizers by Petr Hosek · 4 years, 7 months ago
  11. 693144a [CMake] Add -fno-rtti into tsan unittests by Petr Hosek · 4 years, 7 months ago
  12. 1bb0c67 [Sanitizers] Remove OpenBSD support (new attempt) by David Carlier · 4 years, 8 months ago
  13. 4c44f83 Revert "[Sanitizers] Remove OpenBSD support" + 1 by Evgenii Stepanov · 4 years, 8 months ago
  14. 6526b20 [Sanitizers] Remove OpenBSD support by David Carlier · 4 years, 8 months ago
  15. bc8b954 Revert "[CMake] Avoid accidental C++ standard library dependency in sanitizers" by Petr Hosek · 4 years, 8 months ago
  16. 684ab4a [CMake] Avoid accidental C++ standard library dependency in sanitizers by Petr Hosek · 4 years, 8 months ago
  17. 9bf3278 [XRay] Change mips to use version 2 sled (PC-relative address) by Fangrui Song · 4 years, 9 months ago
  18. ff3cb88 [CMake] Use find_library for ncurses by Petr Hosek · 4 years, 9 months ago
  19. 0dd40e1 Revert "Use find_library for ncurses" by Harmen Stoppels · 4 years, 9 months ago
  20. e0df838 Use find_library for ncurses by Harmen Stoppels · 4 years, 10 months ago
  21. bb06a89 [xray] Option to omit the function index by Ian Levesque · 5 years ago
  22. da50f01 [xray] Preserve x8 in trampoline on AArch64 by Ian Levesque · 5 years ago
  23. 05f0f07 [XRay] Change Sled.Function to PC-relative for sled version 2 and make llvm-xray support sled version 2 addresses by Fangrui Song · 5 years ago
  24. 425933d [XRay] Change ARM/AArch64/powerpc64le to use version 2 sled (PC-relative address) by Fangrui Song · 5 years ago
  25. a18df15 [xray] Avoid text relocations in trampolines for ARM/AArch64 by Ian Levesque · 5 years ago
  26. 28b4f0c [xray] Use hidden symbol visibility for xray trampolines by Ian Levesque · 5 years ago
  27. 0e20602 [XRay] Change xray_instr_map sled addresses from absolute to PC relative for x86-64 by Fangrui Song · 5 years ago
  28. e88a935 [XRay] Define uint64_t Address = Sled.Address; NFC by Fangrui Song · 5 years ago
  29. 5050659 [XRay] Record the XRay data size as a property of the VMO by Petr Hosek · 5 years ago
  30. c88a22d Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique" by Jonas Devlieghere · 6 years ago
  31. f296e59 Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique" by Jonas Devlieghere · 6 years ago
  32. 4da7aac [compiler-rt] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  33. 9d78dc5 [compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage. by Puyan Lotfi · 6 years ago
  34. e416bce [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3) by Puyan Lotfi · 6 years ago
  35. 952f61c compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp by Nico Weber · 6 years ago
  36. 9e43e6f compiler-rt: Rename .cc file in lib/xray to .cpp by Nico Weber · 6 years ago
  37. fdfdac1 Revert "[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2)" by Francis Visoiu Mistrih · 6 years ago
  38. 9d3f760 [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2) by Puyan Lotfi · 6 years ago
  39. 2e69b8a [compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage. by Puyan Lotfi · 6 years ago
  40. 3444634 Appending COMPILER_RT_LIBCXX_PATH include path to -isystem for compiler-rt xray by Puyan Lotfi · 6 years ago
  41. 898533e Improve error message when '=' is missing in {ASAN,...}_OPTIONS. by Vitaly Buka · 6 years ago
  42. 3da650e [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create by Petr Hosek · 6 years ago
  43. 5c9f301 [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS by Hubert Tong · 6 years ago
  44. c07ed54 [compiler-rt] Cleanup usage of C++ ABI library by Jonas Hahnfeld · 6 years ago
  45. 6042549 Revert "[compiler-rt] Cleanup usage of C++ ABI library" by Jonas Hahnfeld · 6 years ago
  46. 462389c [compiler-rt] Cleanup usage of C++ ABI library by Jonas Hahnfeld · 6 years ago
  47. fa42aa1 [xray][tests][RHDTS] Add -lstdc++ after LLVM libs, resolving link error with RHDTS by Hubert Tong · 6 years ago
  48. 3382a69 Fix XRayTest link on FreeBSD (and likely NetBSD too) by Dimitry Andric · 6 years ago
  49. 0748fbc Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  50. b5e1d02 Speculative fix for xray assembler error on MachO since r349976 by Reid Kleckner · 6 years ago
  51. 70f9699 [xray] Detect MPROTECT and error out when it's enabled (on NetBSD) by Michal Gorny · 6 years ago
  52. 9f589a5 [xray] Disable alignas() for thread_local objects on NetBSD by Michal Gorny · 6 years ago
  53. d14d663 [xray] [tests] Detect and handle missing LLVMTestingSupport gracefully by Michal Gorny · 6 years ago
  54. 1dee169 Fix a gcc -Wpedantix warning by Nico Weber · 6 years ago
  55. cbab448 [XRay] Use preallocated memory for XRay profiling by Dean Michael Berris · 7 years ago
  56. bcb08c2 Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array" by Dean Michael Berris · 7 years ago
  57. 2815497 Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array" by Dean Michael Berris · 7 years ago
  58. 57e5978 [XRay] Use a local lvalue as arg to AppendEmplace(...) by Dean Michael Berris · 7 years ago
  59. c0f58c3 [XRay] Use default-constructed struct as argument to Append(...) by Dean Michael Berris · 7 years ago
  60. 550adc9 Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" by Dean Michael Berris · 7 years ago
  61. 6da3d69 Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" by Hans Wennborg · 7 years ago
  62. 2996ad1 [XRay] Use uptr instead of uintptr_t by Dean Michael Berris · 7 years ago
  63. c328f8c [XRay] Use deallocateBuffer instead of deallocate by Dean Michael Berris · 7 years ago
  64. b8cbbf7 [XRay] Move-only Allocator, FunctionCallTrie, and Array by Dean Michael Berris · 7 years ago
  65. 3f83618 [XRay] Support for Fuchsia by Petr Hosek · 7 years ago
  66. 32c6e75 [XRay] Add a test for allocator exhaustion by Dean Michael Berris · 7 years ago
  67. 787bc0a [XRay] Move buffer extents back to the heap by Dean Michael Berris · 7 years ago
  68. f0ff253 [XRay] Add a test for function id encoding/decoding (NFC) by Dean Michael Berris · 7 years ago
  69. 54f2336 [XRay] Add a static assertion on size of metadata payload (NFC) by Dean Michael Berris · 7 years ago
  70. 9e95779 [XRay] Fix enter function tracing for record unwriting by Dean Michael Berris · 7 years ago
  71. ec8d79e [XRay] Add atomic fences around non-atomic reads and writes by Dean Michael Berris · 7 years ago
  72. 6fb621e [XRay] Improve FDR trace handling and error messaging by Dean Michael Berris · 7 years ago
  73. 3114e47 [XRay] Use TSC delta encoding for custom/typed events by Dean Michael Berris · 7 years ago
  74. b3a7327 Prioritize the constructor call of __local_xray_dyninit() by Kamil Rytarowski · 7 years ago
  75. 26af2cd [XRay] Update XRayRecord to support Custom/Typed Events by Dean Michael Berris · 7 years ago
  76. c04bed1 [XRay] Update TSC math to handle wraparound by Dean Michael Berris · 7 years ago
  77. e8c9b0c [XRay] Update delta computations in runtime by Dean Michael Berris · 7 years ago
  78. 17dff0e [XRay] Fix TSC and atomic custom/typed event accounting by Dean Michael Berris · 7 years ago
  79. 7049281 [XRay] Add CPU ID in Custom Event FDR Records by Dean Michael Berris · 7 years ago
  80. 6c02e4f [XRay] Migrate FDR runtime to use refactored controller by Dean Michael Berris · 7 years ago
  81. adc43b4 [XRay] Guard call to postCurrentThreadFCT() by Dean Michael Berris · 7 years ago
  82. c420372 [XRay] Use more portable control block by Dean Michael Berris · 7 years ago
  83. 4244add [XRay] Refcount backing store for buffers by Dean Michael Berris · 7 years ago
  84. f43b487 [XRay] Support generational buffers in FDR controller by Dean Michael Berris · 7 years ago
  85. bd04fa8 [XRay] Account for virtual memory re-use by Dean Michael Berris · 7 years ago
  86. 7511d3f [XRay][compiler-rt] Generational Buffer Management by Dean Michael Berris · 7 years ago
  87. efe2243 [XRay] Handle allocator exhaustion in segmented array by Dean Michael Berris · 7 years ago
  88. 7f271e9 Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/2683/. by Douglas Yung · 7 years ago
  89. 7473db0 [XRay][compiler-rt] Generational Buffer Management by Dean Michael Berris · 7 years ago
  90. bfcadaf [XRay] Use fully qualified name for LogWriter by Petr Hosek · 7 years ago
  91. 057278c [XRay] Encapsulate all FD log related logic into a class by Petr Hosek · 7 years ago
  92. 1c41f2a [XRay][compiler-rt] FDR Mode Controller by Dean Michael Berris · 7 years ago
  93. ce6e748 Introduce internal_sysctlbyname in place of sysctlbyname by Kamil Rytarowski · 7 years ago
  94. 415bb44 Remove a path-length limitation for the xray logfile. by Douglas Yung · 7 years ago
  95. aa6267a [XRay] Guard local variables with `static` and struct with unnamed namespaces by Fangrui Song · 7 years ago
  96. 106d94c [XRay] Add LD_LIBRARY_PATH to env variables for Unit Tests by Dean Michael Berris · 7 years ago
  97. 0072515 [XRay] Clean up XRay build configuration by Dean Michael Berris · 7 years ago
  98. 3c768c3 [XRay][compiler-rt] Update use of internal_mmap by Dean Michael Berris · 7 years ago
  99. 2f88551 [XRay][compiler-rt] FDRLogWriter Abstraction by Dean Michael Berris · 7 years ago
  100. 6754777 Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more. by Evgeniy Stepanov · 7 years ago