1. 4c690d5 [lsan][Darwin] Scan libdispatch and Foundation memory regions by Leonard Grey · 1 year, 9 months ago
  2. c35e5ac [compiler-rt][builtins] Enable more warnings in add_security_warnings by Akira Hatanaka · 1 year, 8 months ago
  3. 3184a5f [test] [fuzzer] Enable tests for iossim, disable for ios (update2) by Roy Sundahl · 1 year, 8 months ago
  4. 195107b [ORC-RT] Update headers for rename of include/orc in a85e4aa37de. by Lang Hames · 1 year, 8 months ago
  5. dde3e39 [ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime. by Lang Hames · 1 year, 9 months ago
  6. a82f527 [compiler-rt] Handle non-canonical triples with new runtime lib layout by Rainer Orth · 1 year, 9 months ago
  7. 498d65a [ORC][ORC_RT][COFF] Support dynamic VC runtime. by sunho · 1 year, 9 months ago
  8. 73e95f8 [ASAN][DARWIN] Remove getpwnam(NULL) test for undefined behavior by Blue Gaston · 1 year, 9 months ago
  9. b45bb56 Revert D111509 "[clang] use getCommonSugar in an assortment of places" by Fangrui Song · 1 year, 9 months ago
  10. d8794fb [clang] use getCommonSugar in an assortment of places by Matheus Izvekov · 2 years, 8 months ago
  11. d29f49a [ASan] Show memory rather than tag addresses in tag dump by Florian Mayer · 1 year, 9 months ago
  12. fe48815 [compiler-rt] [test] Handle missing ld.gold gracefully by Michał Górny · 1 year, 9 months ago
  13. e6a5726 [HWASan] Show memory rather than tag addresses in tag dump by Florian Mayer · 1 year, 9 months ago
  14. d5ab88b [test][hwasan] Update test for D132622 by Vitaly Buka · 1 year, 9 months ago
  15. eede09f [HWASan] rename left/right to before/after. by Florian Mayer · 1 year, 9 months ago
  16. f0dac64 [ASan] Fix libfuzzer test by Florian Mayer · 1 year, 9 months ago
  17. bf3d5fb [ASan] rename left/right to before/after. by Florian Mayer · 1 year, 9 months ago
  18. 8c932ab [tsan] Replace mem intrinsics with calls to interceptors by Vitaly Buka · 1 year, 9 months ago
  19. 1fbe1a1 [tsan][go] Fix buildgo.sh when GOAMD64 undefined by Vitaly Buka · 1 year, 9 months ago
  20. aa4b961 Revert "[tsan] Replace mem intrinsics with calls to interceptors" by Vitaly Buka · 1 year, 9 months ago
  21. 56591fd [tsan] Replace mem intrinsics with calls to interceptors by Vitaly Buka · 1 year, 9 months ago
  22. eb8ac64 [ubsan-minimal] Report the address of an error by Igor Kudrin · 1 year, 9 months ago
  23. f7e7e0d [Libfuzzer] Include signal.h for SIGINT by Krzysztof Parzyszek · 1 year, 9 months ago
  24. a0dd905 [ORC-RT] Refactor ORC runtime CMake for future test tool(s). by Lang Hames · 1 year, 9 months ago
  25. d67f0ed [DFSan] Increase size of buffer to fix possibly-flakey test. by Andrew Browne · 1 year, 9 months ago
  26. 02de30c [lsan][darwin] Unmask camouflaged class_rw_t pointers by Leonard Grey · 1 year, 9 months ago
  27. f2234e6 [ORC-RT] Fix typo. by Lang Hames · 1 year, 9 months ago
  28. 6e6fa30 [ORC-RT] Don't unconditionally add dependence on llvm-jitlink. by Lang Hames · 1 year, 9 months ago
  29. 085e830 [ORC][ORC-RT] Consistently use pointed-to type as template arg to wrap/unwrap. by Lang Hames · 1 year, 9 months ago
  30. 636dd05 [msan] Use no-origin functions when possible by Vitaly Buka · 1 year, 9 months ago
  31. 6653efb [MSAN] removing redundant tests and parameters (NFC) by Kevin Athey · 2 years, 4 months ago
  32. e607450 [msan] Use Debug Info to point to affected fields by Vitaly Buka · 1 year, 9 months ago
  33. 2d2ce36 [msan] Add more specific messages for use-after-destroy by Vitaly Buka · 1 year, 9 months ago
  34. 48706a3 [ORC-RT] Make llvm-jitlink an ORC-RT specific dependence. by Lang Hames · 1 year, 9 months ago
  35. 9b0e471 [profile] Create only prof header when no counters by Gulfem Savrun Yeniceri · 1 year, 9 months ago
  36. 08822f3 [ORC-RT] unit tests do not need access to LLVM headers. by Lang Hames · 1 year, 9 months ago
  37. 20fd160 Mark compiler-rt/test/profile/instrprof-merging.cpp unsupported on Windows by Hans Wennborg · 1 year, 9 months ago
  38. 20f900a [test][msan] Add debug info use-after-dtor tests by Vitaly Buka · 1 year, 9 months ago
  39. 8b6de73 [RISC-V][HWASAN] Save sp address at the start of tag mismatch routine by Alexey Baturo · 1 year, 10 months ago
  40. 292eadf [RISC-V][HWASAN] Add runtime support for HWASAN for RISC-V by Alexey Baturo · 1 year, 10 months ago
  41. c7f9563 [RISC-V][HWASAN] Add tag mismatch routines for HWASAN required for RISC-V by Alexey Baturo · 1 year, 10 months ago
  42. 95a1ba4 [compiler-rt][builtins] Pass -Werror to check_cxx_compiler_flag by Akira Hatanaka · 1 year, 9 months ago
  43. f160c6c [asan][test] Fix typo in Unit/lit.site.cfg.py.in by Rainer Orth · 1 year, 9 months ago
  44. faeb364 [ORC-RT] Remove __orc_rt::apply_tuple. by Lang Hames · 1 year, 9 months ago
  45. 3b3e3d4 [TSan] Fix pointer/type-mismatch bug in test that has turned into a compile error by Julian Lettner · 1 year, 9 months ago
  46. c81b0b1 [ORC-RT] Add "wrap" and "unwrap" steps to __orc_rt::ExecutorAddr toPtr/fromPtr. by Lang Hames · 1 year, 9 months ago
  47. bf02eef [ORC-RT] Add a std::identity substitute. by Lang Hames · 1 year, 9 months ago
  48. 36d9f2c [Tests][TSan] Remove bash-ism `|&`, which is unsupported on other shells by Julian Lettner · 1 year, 9 months ago
  49. e226540 [compiler-rt][builtins] Add compiler flags to catch potential errors by Akira Hatanaka · 1 year, 9 months ago
  50. 0d8608d [compiler-rt][hwasan] Support for Intel LAM v6 API by Alexander Potapenko · 1 year, 9 months ago
  51. 2bc38d5 [compiler-rt][builtins] Revert all the recent changes I made for adding by Akira Hatanaka · 1 year, 9 months ago
  52. 7872d90 [compiler-rt][builtins] Check whether the flags are usable before adding by Akira Hatanaka · 1 year, 9 months ago
  53. 3203827 [compiler-rt][builtins] Check whether -Wformat-security is usable before by Akira Hatanaka · 1 year, 9 months ago
  54. a8cd41f [compiler-rt][hwasan] Factor out CanUseTaggingAbi() and EnableTaggingAbi() by Alexander Potapenko · 1 year, 9 months ago
  55. e2ea3b4 [compiler-rt][hwasan] Introduce MaybeDieIfNoTaggingAbi() by Alexander Potapenko · 1 year, 9 months ago
  56. 2d183a6 [compiler-rt][hwasan] Massage prctl/arch_prctl API constants. by Alexander Potapenko · 1 year, 9 months ago
  57. 6f811f6 [compiler-rt][builtins] Add compiler flags to catch potential errors by Akira Hatanaka · 1 year, 9 months ago
  58. 6712923 tsan: add ability to compile for different Go subarch values. by Keith Randall · 1 year, 9 months ago
  59. e7056ac [memprof] Correct max size and access count computations by Teresa Johnson · 1 year, 9 months ago
  60. 111dccf [symbolizer] Fix build after 342e0eb by Vitaly Buka · 1 year, 9 months ago
  61. f43b881 [symbolizer] Remove check if it's monorepo by Vitaly Buka · 1 year, 9 months ago
  62. 289a96e [ubsan-minimal][NFC] Use GET_CALLER_PC() to get the return address by Igor Kudrin · 1 year, 9 months ago
  63. 317ec58 Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi by Louis Dionne · 1 year, 9 months ago
  64. 65d9327 Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors" by Akira Hatanaka · 1 year, 9 months ago
  65. a0f85dd [compiler-rt][lit] initialize LIT LLVMConfig instance by Yuanfang Chen · 1 year, 9 months ago
  66. 0ee849b [compiler-rt][builtins] Add compiler flags to catch potential errors by Akira Hatanaka · 1 year, 9 months ago
  67. 8fb8193 [DFSan] Fix handling of libAtomic external functions. by Andrew Browne · 1 year, 9 months ago
  68. 6b847b5 [tsan] Keep thread/stack for closed FD by Vitaly Buka · 1 year, 9 months ago
  69. 66bc14b [sanitizer] use ../runtimes path to build libcxx by Vitaly Buka · 1 year, 9 months ago
  70. 32c838c [RFC] Remove support for building C++ with `LLVM_ENABLE_PROJECTS` by John Ericson · 1 year, 9 months ago
  71. eb45d12 [msan] Bump max allocation on aarch64 by Vitaly Buka · 1 year, 9 months ago
  72. bc05904 Revert "Revert "[compiler-rt] Fix check for cross-compiling"" by Ellis Hoag · 1 year, 9 months ago
  73. e885455 Revert "[tsan] Keep thread/stack for closed FD" by David Blaikie · 1 year, 9 months ago
  74. 2a60e21 Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" by John Ericson · 1 year, 9 months ago
  75. fa74706 [compiler-rt] Clean up explicit -std=c++17 addition by Shoaib Meenai · 1 year, 9 months ago
  76. a97b6ba Revert "[compiler-rt] Fix check for cross-compiling" by Ellis Hoag · 1 year, 9 months ago
  77. 4abdc69 [compiler-rt] Fix check for cross-compiling by Ellis Hoag · 1 year, 9 months ago
  78. bd694cd [cmake] Use `CMAKE_INSTALL_LIBDIR` too by John Ericson · 3 years, 2 months ago
  79. f521f3b [tsan] Keep thread/stack for closed FD by Vitaly Buka · 1 year, 9 months ago
  80. 844ffeb [test] Propagate HWASAN_OPTIONS by Vitaly Buka · 1 year, 9 months ago
  81. 6ba19a8 [NFC][tsan] Use AddThread(Tid tid... by Vitaly Buka · 1 year, 9 months ago
  82. 241b7fc [compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langs by John Ericson · 2 years, 4 months ago
  83. 9730bf7 Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1 by Maxim Schessler · 1 year, 9 months ago
  84. 84e405c [compiler-rt] Build with C++17 explicitly by Shoaib Meenai · 1 year, 9 months ago
  85. 89c7aac [gn build] Make ubsan_init_standalone_preinit.cpp syncable by Nico Weber · 1 year, 9 months ago
  86. abb9414 [MSAN] clean up style from D131728 by Kevin Athey · 1 year, 9 months ago
  87. 0f523fc [ORC_RT][COFF] Fix cross compilation with mingw headers by Martin Storsjö · 1 year, 9 months ago
  88. 07373e0 Ensure newlines at the end of files (NFC) by Kazu Hirata · 1 year, 9 months ago
  89. e21c9ea [test][sanitizer] Disable netdb tests on Android by Vitaly Buka · 1 year, 10 months ago
  90. a32041a [test][sanitizer] Fix REQUIRES in the test by Vitaly Buka · 1 year, 10 months ago
  91. 215dc87 [test][asan] Remove -fsanitize-address-use-after-scope by Vitaly Buka · 1 year, 10 months ago
  92. 845861a [ORC_RT][COFF] Initial platform support for COFF/x86_64. by Sunho Kim · 1 year, 10 months ago
  93. 35ddf4c [sanitizer] Add dn_comp interceptor by Vitaly Buka · 1 year, 11 months ago
  94. 9ebd741 [MSAN] add flag to suppress storage of stack variable names with -sanitize-memory-track-origins by Kevin Athey · 1 year, 10 months ago
  95. 2d27b92 [MSAN] Separate id ptr from constant string for variable names used in track origins. by Kevin Athey · 1 year, 10 months ago
  96. d14a1c1 [MSAN] remove unused debugging statements (NFC) by Kevin Athey · 1 year, 10 months ago
  97. 5aec2ce [msan] Avoid unnecessary PC increment/decrement by Vitaly Buka · 1 year, 10 months ago
  98. a77458e [NFC][sanitizer] Use __builtin_extract_return_addr on all platforms by Vitaly Buka · 1 year, 10 months ago
  99. ff15750 [NFC][sanitizer] Add () into a few macros by Vitaly Buka · 1 year, 10 months ago
  100. aa3d7b3 [test][asan] Disable symbolization by Vitaly Buka · 1 year, 10 months ago