1. 9ff3b7b [compiler-rt] Add CMake option to enable execute-only code generation on AArch64 (#140555) by Csanád Hajdú · 3 months ago main
  2. fa7df48 [NFC] [compiler-rt] fix typos (#160803) by co63oc · 4 months ago
  3. b518cfa [compiler-rt] fix typos (#160799) by co63oc · 4 months ago
  4. c14a0b0 Fix libFuzzer array alignment with empty modules (#159661) by Bitshift · 5 months ago
  5. ebeb6f9 Reapply "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) (#159097) by Amit Kumar Pandey · 5 months ago
  6. 7878a55 Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)" (#157913) by Amit Kumar Pandey · 5 months ago
  7. 4d23d8f [NFC] Fix CodeQL violations in compiler-rt. (#157793) by Amit Kumar Pandey · 5 months ago
  8. f157ed3 [fuzzer][Fuchsia] Forward fix for undefined StartRssThread (#155514) by PiJoules · 5 months ago
  9. 9c6380d Reapply "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" … (#155271) by PiJoules · 5 months ago
  10. 3ac2b92 Revert "[fuzzer][Fuchsia] Prevent deadlock from suspending threads" (#155042) by gulfemsavrun · 5 months ago
  11. 1a8a509 [fuzzer][Fuchsia] Prevent deadlock from suspending threads (#154854) by PiJoules · 5 months ago
  12. def3da8 Revert "[libFuzzer] always install signal handler with SA_ONSTACK" (#153114) by Keith Randall · 6 months ago
  13. 9db1971 [libFuzzer] always install signal handler with SA_ONSTACK (#147422) by Keith Randall · 6 months ago
  14. a15d419 [compiler-rt][libFuzzer] Add support for capturing SIGTRAP exits. (#149120) by Dan Blackwell · 6 months ago
  15. bea408a [compiler-rt] Include missing headers for libFuzzer (#146828) by Takuto Ikuta · 7 months ago
  16. 24f4062 [compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495) by Muhammad Omair Javaid · 8 months ago
  17. 9a088dc [compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495) by Omair Javaid · 8 months ago
  18. ac236e5 [compiler-rt] Remove unused local variables (NFC) (#144010) by Kazu Hirata · 8 months ago
  19. 3ce8d2b [libfuzzer] Clarify -max_len behavior on bigger files (#123095) by Paweł Bylica · 1 year ago
  20. e31b999 Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (#115811) by Florian Mayer · 1 year, 3 months ago
  21. 98e5615 [libfuzzer] use timer_create() instead of setitimer() for linux (#110274) by Min · 1 year, 3 months ago
  22. 144d32a [compiler-rt] Add custom libc++ workaround for CMake < 3.26 by Alexander Richardson · 1 year, 3 months ago
  23. 23d1d3b [compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167) by Martin Storsjö · 1 year, 3 months ago
  24. a95c779 [compiler-rt] Use installed libc++(abi) for tests instead of build tree by Alexander Richardson · 1 year, 3 months ago
  25. a712831 [compiler-rt] Include stdlib.h for exit() (#115025) by Nico Weber · 1 year, 3 months ago
  26. 3134e5f [fuzzer] fix clang-cl build fuzzer lit test failure (#112339) by Wu Yingcong · 1 year, 4 months ago
  27. 43b49b1 Fix libFuzzer not building with pthreads on Windows (#109525) by Zentrik · 1 year, 4 months ago
  28. d7b87c8 Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)" by Martin Storsjö · 1 year, 5 months ago
  29. c938a69 [compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902) by David CARLIER · 1 year, 5 months ago
  30. 487e793 [compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179) by David CARLIER · 1 year, 5 months ago
  31. ac64a12 Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162) by David CARLIER · 1 year, 6 months ago
  32. b23957f [compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953) by David CARLIER · 1 year, 6 months ago
  33. e329ef9 Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775) by David Benjamin · 1 year, 6 months ago
  34. e883a5a [compiler-rt] Silence warnings by Alexandre Ganea · 1 year, 6 months ago
  35. 83e3430 [libFuzzer] Fix incorrect coverage number in fork mode (#82335) by Scallop Ye · 1 year, 7 months ago
  36. 8e1f6dc Revert "[compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows" by Alexandre Ganea · 1 year, 7 months ago
  37. 9f0486e [compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows by Alexandre Ganea · 1 year, 7 months ago
  38. d1c118c [compiler-rt] Revise IDE folder structure (#89753) by Michael Kruse · 1 year, 8 months ago
  39. 8b9bfd6 [libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679) by Thurston Dang · 1 year, 9 months ago
  40. bd6eba7 [compiler-rt] Update libFuzzer build script to use C++17. (#89604) by Frederic Cambus · 1 year, 9 months ago
  41. 759202d [compiler-rt] Remove llvm_gtest dependency from unit tests by Alexander Richardson · 1 year, 11 months ago
  42. ac9f9af [compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841) by David CARLIER · 1 year, 11 months ago
  43. d93f5e3 [compiler-rt][Fuzzer] fix windows typo (#84407) by David CARLIER · 1 year, 11 months ago
  44. 97dff8c [compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562) by David CARLIER · 1 year, 11 months ago
  45. 4bcc26b Revert fuzzer windows changes (#83551) by David CARLIER · 1 year, 11 months ago
  46. 5a290dc [compiler-rt][fuzzer] windows build unbreak proposal. (#83538) by David CARLIER · 1 year, 11 months ago
  47. 5a094a6 [compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761) by David CARLIER · 1 year, 11 months ago
  48. 092c3d8 [Fuzzer] Use user signal to coordinate handler shutdown (#82067) by James Robinson · 2 years ago
  49. 4af288b [Fuzzer] Enable custom libc++ for Android (#70407) by Ryan Prichard · 2 years, 3 months ago
  50. fc989e9 [compiler-rt] Use std::clamp (NFC) by Kazu Hirata · 2 years, 3 months ago
  51. 758bd21 [Fuzzer] Optimize UpdateFeatureFrequency (#65288) by Arseny Kapoulkine · 2 years, 5 months ago
  52. 7b2ecd4 [Fuzzer] Update build.sh to fix build errors (#65496) by Arseny Kapoulkine · 2 years, 5 months ago
  53. 0175ef6 Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 2 years, 5 months ago
  54. 035080f [NFC][fuzzer] Cleanup SetThreadName after D156317 by Vitaly Buka · 2 years, 5 months ago
  55. bc53e33 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 2 years, 5 months ago
  56. d369e18 Revert "[fuzzer] Try to fix windows build after D156317" by Vitaly Buka · 2 years, 5 months ago
  57. 40cc445 [fuzzer] Try to fix windows build after D156317 by Vitaly Buka · 2 years, 5 months ago
  58. 6bdc673 [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 2 years, 5 months ago
  59. b964a08 [NFC][compiler-rt] Add missing space in libfuzzer -help docs by MarcoFalke · 2 years, 6 months ago
  60. c3fb843 Revert "[Fuzzer] SetThreadName implementation for Windows" by David Carlier · 2 years, 6 months ago
  61. 7359f8c [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 2 years, 6 months ago
  62. 3a70f40 Revert "[Fuzzer] SetThreadName implementation for Windows" by Vitaly Buka · 2 years, 6 months ago
  63. 5045ddf [Fuzzer] SetThreadName implementation for Windows by David CARLIER · 2 years, 6 months ago
  64. 165fe81 [Fuzzer] Assign names to workers by David CARLIER · 2 years, 6 months ago
  65. 19da23a [fuzzer] Enable loongarch64 by Youling Tang · 2 years, 7 months ago
  66. a5ae63b [fuzzer][fuchsia] Support RISC-V by Roland McGrath · 2 years, 8 months ago
  67. 26cc39e [fuzzer] Platfom specific version of PageSize by Vitaly Buka · 2 years, 8 months ago
  68. b710c6f [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 2 years, 8 months ago
  69. 6d1ed34 Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h" by Jason Molenda · 2 years, 8 months ago
  70. 30e1730 [fuzzer] Don't hard-code page size in FuzzerUtil.h by zhanglimin · 2 years, 8 months ago
  71. 0e0296d [NFC][Py Reformat] Reformat python files in the rest of the dirs by Tobias Hieta · 2 years, 8 months ago
  72. 37a9774 [libfuzzer] avoid unneccessary auto-copy by Wu, Yingcong · 2 years, 8 months ago
  73. 0047c19 [fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cpp by Nico Weber · 2 years, 8 months ago
  74. 384e211 [compiler-rt] [test] [fuzzer] Don't pass msvc/clang-cl specific flags to mingw tools by Martin Storsjö · 2 years, 8 months ago
  75. 1766fe3 [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 2 years, 8 months ago
  76. 579860e [libfuzzer] add test of cov file-id in control file by Wu, Yingcong · 2 years, 8 months ago
  77. b02551a Revert "[fuzzer] Use puts() rather than printf() in CopyFileToErr()" by Matthew Voss · 2 years, 8 months ago
  78. ab2ff65 [fuzzer] Use puts() rather than printf() in CopyFileToErr() by Roy Sundahl · 2 years, 8 months ago
  79. 78f4bd9 [libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer' (NFC) by Jie Fu · 2 years, 8 months ago
  80. bb18830 [libfuzzer] avoid unneccessary copy by Wu, Yingcong · 2 years, 8 months ago
  81. 3ae49d0 [fuzzer] Make sure we never delete Fuzzer by Vitaly Buka · 2 years, 8 months ago
  82. 4b0de04 Add test for Flags.data_flow_trace by Wu, Yingcong · 2 years, 8 months ago
  83. 2f5c1c6 Use the right printf format specifiers by Wu, Yingcong · 2 years, 8 months ago
  84. d62efeb Adding missing colon by Advenam Tacet · 2 years, 8 months ago
  85. c299e06 Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"" by Haowei Wu · 2 years, 8 months ago
  86. 6c0cb15 Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" by Rainer Orth · 2 years, 8 months ago
  87. 963ab37 Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" by Vitaly Buka · 2 years, 8 months ago
  88. b68486e [compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests by Rainer Orth · 2 years, 8 months ago
  89. 5e72d80 [Libfuzzer] Include signal.h for SIGINT by Krzysztof Parzyszek · 2 years, 8 months ago
  90. ff41c1c Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1 by Maxim Schessler · 2 years, 8 months ago
  91. 136a0ba [CMake] Option to select C++ library for runtimes that use it by Petr Hosek · 2 years, 8 months ago
  92. ce7a431 [libFuzzer] Extend the fuzz target intarface to allow -1 return value. by Kostya Serebryany · 2 years, 8 months ago
  93. 50dc77a Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi" by Petr Hosek · 2 years, 8 months ago
  94. 50fe908 [CMake][compiler-rt] Clean up the use of libcxx and libcxxabi by Petr Hosek · 2 years, 8 months ago
  95. 8c12e58 [CMake] Use set rather than list PREPEND by Petr Hosek · 2 years, 8 months ago
  96. 27e4cb7 [CMake][compiler-rt] Treat target cflags as list rather than string by Petr Hosek · 2 years, 8 months ago
  97. 6e8daf2 Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi" by Petr Hosek · 2 years, 8 months ago
  98. 3598002 [CMake][compiler-rt] Clean up the use of libcxx and libcxxabi by Petr Hosek · 2 years, 8 months ago
  99. 86a2fa7 [libFuzzer] Use the compiler to link the relocatable object by Petr Hosek · 2 years, 8 months ago
  100. 265d914 Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." by Stella Laurenzo · 2 years, 8 months ago