Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /external /github.com /llvm /llvm-project /compiler-rt /HEAD
  1. 9d7069a[compiler-rt][Mips] Fix stat size check on mips64 musl (#143301)by Jens Reidel· 2 days agomain
  2. 0378b4d[asan] Revert global check for non-AIX (#149245)by Jake Egan· 3 days ago
  3. 853dc5fFix more compiler-rt tests after #149015.by Peter Collingbourne· 3 days ago
  4. efff840Speculative buildbot fix.by Peter Collingbourne· 3 days ago
  5. 79b227eRename config.host_os to config.target_os.by Peter Collingbourne· 3 days ago
  6. f31d3ae[Apple][NFC] Update macOS aligned version for lit config (#143576)by thetruestblue· 4 days ago
  7. 22becab[scudo] Make release to OS test more specific. (#147852)by Christopher Ferris· 4 days ago
  8. 1c60bb4compiler-rt: test: Use the host instead of the target to select %expect_crash.by Peter Collingbourne· 5 days ago
  9. 1f793daReapply "compiler-rt: Introduce runtime functions for emulated PAC."by Peter Collingbourne· 6 days ago
  10. 7c9c0e0[scudo] Fix c wrappers double free test. (#148066)by Christopher Ferris· 6 days ago
  11. 52767bf[sanitizer_common][NFC] Fix sanitizer_platform_limits_posix.h formatting (#147864)by Jake Egan· 9 days ago
  12. bc2c0d4Revert "compiler-rt: Introduce runtime functions for emulated PAC."by Peter Collingbourne· 10 days ago
  13. 1e95056[compiler-rt] Don't handle Linux-specific shmctl commands in sanitizer (#143116)by Jessica Clarke· 10 days ago
  14. 9e31499[compiler-rt][sanitizer] Add Windows MIPS32 support (#145110)by Hervé Poussineau· 10 days ago
  15. 3eb14e5[compiler-rt] Include missing headers for libFuzzer (#146828)by Takuto Ikuta· 11 days ago
  16. 39d9715builtins: Speculative MSVC fix.by Peter Collingbourne· 11 days ago
  17. 768a1d2[sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645)by Jake Egan· 11 days ago
  18. d8bbe03compiler-rt: Introduce runtime functions for emulated PAC.by Peter Collingbourne· 11 days ago
  19. 7a3ab19[scudo] Move out the definitions of member functions in primary allocators (#147601)by ChiaHungDuan· 11 days ago
  20. 44af09crtsan: Support free_sized and free_aligned_sized from C23 (#145085)by Justin King· 11 days ago
  21. e7cced1hwasan: refactor new/delete interceptor macros (#146698)by Justin King· 12 days ago
  22. 89f6225[scudo] Make block storage in TransferBatch trailing objects (#144204)by ChiaHungDuan· 12 days ago
  23. 34976f6[asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936)by Jake Egan· 12 days ago
  24. d362c8f[sanitizer_common] Drop remaining support for Android 5 or older (#146187)by Brad Smith· 13 days ago
  25. f33cc6b[sanitizer_common] Drop support for Android 5 (#145227)by Brad Smith· 13 days ago
  26. 845ad62[compiler-rt][sanitizer_common] Improve handling of env vars for iOS simulator tests (#146721)by Dan Blackwell· 2 weeks ago
  27. 7a077b2[ASan][Windows] Honor asan config flags on windows when set through the user function (#122990)by David Justo· 3 weeks ago
  28. 9235c2basan: refactor new/delete interceptor macros (#146696)by Justin King· 3 weeks ago
  29. e324381Reland [TSan] Clarify and enforce shadow end alignment (#146676)by Kunqiu Chen· 3 weeks ago
  30. 7fbefb1Revert "[TSan] Clarify and enforce shadow end alignment" (#146674)by Kunqiu Chen· 3 weeks ago
  31. 0238e1c[nfc][asan] clang-format for #145087by Vitaly Buka· 3 weeks ago
  32. 2a75052tsan: Support free_sized and free_aligned_sized from C23 (#144531)by Justin King· 3 weeks ago
  33. bb0007cFix uncaught-exception.test. (#146190)by Qinkun Bao· 3 weeks ago
  34. 5e2096bFix uncaught-exception.test. (#146181)by Qinkun Bao· 3 weeks ago
  35. a826240Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#145959) (#146112)by Sterling-Augustine· 3 weeks ago
  36. 1171f8a[compiler-rt][ARM] Only use bxaut when the target has pacbti (#146057)by John Brawn· 3 weeks ago
  37. e070357[TSan] Clarify and enforce shadow end alignment (#144648)by Kunqiu Chen· 3 weeks ago
  38. 4ba5dd1[asan] Implement address sanitizer on AIX: build configuration (#139583)by Jake Egan· 4 weeks ago
  39. 403ee8a[asan] Implement address sanitizer on AIX: address descriptions (#138891)by Jake Egan· 4 weeks ago
  40. 324e6e7[TSan] Add 2 test cases related to incomplete shadow cleanup in unmap (#145472)by Kunqiu Chen· 4 weeks ago
  41. eb1c98eReapply "[msan] Automatically print shadow for failing outlined checks" (#145611) (#145615)by Thurston Dang· 4 weeks ago
  42. 8dbd4a3Revert "[msan] Automatically print shadow for failing outlined checks" (#145611)by Thurston Dang· 4 weeks ago
  43. 1c3c3b8[msan] Automatically print shadow for failing outlined checks (#145107)by Thurston Dang· 4 weeks ago
  44. 2a4f69a[TSan, NFC] Eliminate useless calculations in TSan (#145283)by Kunqiu Chen· 4 weeks ago
  45. ce9ef8a[NFC][Sanitizer] Fix incorrect desc of [beg, end] to [beg, end)by Camsyn· 4 weeks ago
  46. d3919a2[TSan] Fix p == end == ShadowMem::end in ShadowSet (#144994)by Kunqiu Chen· 4 weeks ago
  47. b95f532[RISCV] Implement Feature Bit for Q (#145001)by Iris Shi· 4 weeks ago
  48. b60a6ccmsan: Support free_sized and free_aligned_sized from C23 (#144529)by Justin King· 4 weeks ago
  49. 702765e[llvm-cov][gcov] Support multi-files coverage in one basic block (#144504)by int-zjt· 4 weeks ago
  50. 3b1c4b0lsan: fix macos build after #144604 (#144818)by Justin King· 4 weeks ago
  51. 7369467[TSan] Make Shadow/Meta region inclusive-exclusive (#144647)by Kunqiu Chen· 5 weeks ago
  52. bfc5fb5Augment `uncaught-exception.test` fuzzer test to be msvc-compatible (#125924)by David Justo· 5 weeks ago
  53. 0ceada7[compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)by Muhammad Omair Javaid· 5 weeks ago
  54. 6f72e46lsan: Support free_sized and free_aligned_sized from C23 (#144604)by Justin King· 5 weeks ago
  55. c11946bsanitizer_common: add unsupported test for free_sized and free_aligned_sized from C23 (#144727)by Justin King· 5 weeks ago
  56. 34997bb[scudo] Make report pointers const. (#144624)by Christopher Ferris· 5 weeks ago
  57. 88f8d09[compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495)by Omair Javaid· 5 weeks ago
  58. 66e879a[MSan] Fix wrong unpoison size in SignalAction (#144071)by Kunqiu Chen· 5 weeks ago
  59. 249b29aRevert "lsan: Support free_sized and free_aligned_sized from C23" (#144575)by Justin King· 5 weeks ago
  60. a912391Conditionalise the addition of Aarch64 function Multi versioning support on aarch64 target (#143749)by Garvit Gupta· 5 weeks ago
  61. ce3d375lsan: Support free_sized and free_aligned_sized from C23 (#144415)by Justin King· 5 weeks ago
  62. eb553d2[ASan] Recognize WASI platform in sanitizer_platform.h (#139017)by Yuta Saito· 5 weeks ago
  63. 989fc59[rtsan] Fix issue when intercepted function was not execve in test (#144018)by Chris Apple· 5 weeks ago
  64. cecc660[rtsan] Fix issue where close test would lead to crash (#144017)by Chris Apple· 5 weeks ago
  65. fd2d6af[MSan] Fix minor issues in testcases (#144073)by Kunqiu Chen· 5 weeks ago
  66. c42b47b[compiler-rt] Remove unused local variables (NFC) (#144010)by Kazu Hirata· 5 weeks ago
  67. 629e5d1[compiler-rt] remove unused default in compiler-rt lit tests (#143738)by Charles Zablit· 6 weeks ago
  68. e2c21a6[AArch64] fix trampoline implementation: use X15 (#126743)by Jameson Nash· 6 weeks ago
  69. ae8844d[sanitizer_common] Implement interception on AIX (#138606)by Jake Egan· 6 weeks ago
  70. eaef95a[TySan][CMake] Depend on tysan for check-tysan in runtimes build (#143597)by Aiden Grossman· 6 weeks ago
  71. 3f8e038[HWASAN] Disable LSan test on Android (#143625)by Florian Mayer· 6 weeks ago
  72. d145478[compiler-rt] replicate changes from llvm/ProfileData/InstrProfData.inc (#143574)by Andrew Rogers· 6 weeks ago
  73. 81a1da0[compiler-rt][ARM] Add missing PACBTI support to assembly aeabi functions (#142400)by Victor Campos· 6 weeks ago
  74. a1eeb3dcfi: Re-enable tests with lld on i386. NFCI.by Peter Collingbourne· 6 weeks ago
  75. 2dc948b[RISCV] Implement Feature Bits for B, E, H (#143436)by Sam Elliott· 6 weeks ago
  76. 2be41cb[tsan] Don't symbolize stack traces if dl_iterate_phdr is not ready (#143199)by Thurston Dang· 6 weeks ago
  77. 73aba26[lldb] make lit use the same PYTHONHOME for building and testing (#143183)by Charles Zablit· 6 weeks ago
  78. d1f4ff4[compiler-rt][AArch64] Readd SME ABI routines files to the build (#142953)by Victor Campos· 6 weeks ago
  79. 7a31802[sanitizer_common] Remove <procfs.h> workaround on Solaris (#142758)by Rainer Orth· 7 weeks ago
  80. f58f666[LSan] skip leaks from dlerror (#142876)by Florian Mayer· 7 weeks ago
  81. e402d4c[NFCI] [hwasan] Add test demonstrating hwasan lsan false positive (#142874)by Florian Mayer· 7 weeks ago
  82. 3e1958b[tsan] Change personality CHECK to Printf() + Die() (#142821)by Thurston Dang· 7 weeks ago
  83. 735ec98[compiler-rt][AArch64] Provide basic implementations of SME memcpy/memmove in case of strictly aligned memory access (#138250)by Victor Campos· 7 weeks ago
  84. dcdaa00[compiler-rt][RISC-V] ILP32E/LP64E Save/Restore Grouping (#95398)by Sam Elliott· 7 weeks ago
  85. 4d129b5[win/asan] GetInstructionSize: Support `48 bX` movabsq instructions. (#141625)by bernhardu· 7 weeks ago
  86. f4f7c91[Sanitizer] Use %device_rundir/ to fix test (#142274)by Ellis Hoag· 7 weeks ago
  87. f042bf1[Sanitizer][NFC] Remove extra env from test (#142247)by Ellis Hoag· 7 weeks ago
  88. 8d92a7b[Sanitizer] Fix android test env issue (#142235)by Ellis Hoag· 7 weeks ago
  89. 1edae92[Sanitizer][test] Emit to stderr to fix android (#142207)by Ellis Hoag· 7 weeks ago
  90. 91c4908[Sanitizer] Use % patterns in report paths (#141820)by Ellis Hoag· 7 weeks ago
  91. 87d6624Fixed small memory leak in libprofile (#141739)by gbMattN· 8 weeks ago
  92. 649a9d0Revert "[compiler-rt][XRay] Make `xray_interface.h` C compliant" (#141570)by Jan Patrick Lehr· 8 weeks ago
  93. 49679bd[compiler-rt][XRay] Make `xray_interface.h` C compliant (#140068)by Jan André Reuter· 8 weeks ago
  94. 57196dd[interception] Implement interception on AIX (#138608)by Jake Egan· 8 weeks ago
  95. 9c6d38a[asan][test] Disable asan_lsan_deadlock test (#141145)by Paul Kirth· 8 weeks ago
  96. 0de5a54Revert "[compiler-rt][cmake] Test COMPILER_RT_HAS_AARCH64_SME with ar… (#141280)by Usama Hameed· 8 weeks ago
  97. 689e2e2[HWASan] Improve symbol indexing (#135967)by Stefan Bossbaly· 8 weeks ago
  98. ccef3f2[compiler-rt] [test] Don't apply the "arm" or "armhf" patterns for targets starting with "arm64" (#141226)by Martin Storsjö· 8 weeks ago
  99. 63e5601[TSan][Test] Disable signal_recursive.cpp test on Darwin (#141135)by Steven Wu· 8 weeks ago
  100. 820fc63[compiler-rt][cmake] Test COMPILER_RT_HAS_AARCH64_SME with arm64 (#141115)by Usama Hameed· 8 weeks ago

[8]ページ先頭

©2009-2025 Movatter.jp