Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /external /github.com /llvm /llvm-project /compiler-rt /lib /fuzzer /HEAD
  1. bea408a[compiler-rt] Include missing headers for libFuzzer (#146828)by Takuto Ikuta· 10 days agomain
  2. 24f4062[compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)by Muhammad Omair Javaid· 5 weeks ago
  3. 9a088dc[compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495)by Omair Javaid· 5 weeks ago
  4. ac236e5[compiler-rt] Remove unused local variables (NFC) (#144010)by Kazu Hirata· 5 weeks ago
  5. 3ce8d2b[libfuzzer] Clarify -max_len behavior on bigger files (#123095)by Paweł Bylica· 6 months ago
  6. e31b999Revert "[libfuzzer] use timer_create() instead of setitimer() for linux" (#115811)by Florian Mayer· 8 months ago
  7. 98e5615[libfuzzer] use timer_create() instead of setitimer() for linux (#110274)by Min· 8 months ago
  8. 144d32a[compiler-rt] Add custom libc++ workaround for CMake < 3.26by Alexander Richardson· 8 months ago
  9. 23d1d3b[compiler-rt] [fuzzer] Skip trying to set the thread name on MinGW (#115167)by Martin Storsjö· 9 months ago
  10. a95c779[compiler-rt] Use installed libc++(abi) for tests instead of build treeby Alexander Richardson· 9 months ago
  11. a712831[compiler-rt] Include stdlib.h for exit() (#115025)by Nico Weber· 9 months ago
  12. 3134e5f[fuzzer] fix clang-cl build fuzzer lit test failure (#112339)by Wu Yingcong· 9 months ago
  13. 43b49b1Fix libFuzzer not building with pthreads on Windows (#109525)by Zentrik· 10 months ago
  14. d7b87c8Revert "[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)"by Martin Storsjö· 11 months ago
  15. c938a69[compiler-rt][fuzzer] SetThreadName build fix for Mingwin attempt (#106902)by David CARLIER· 11 months ago
  16. 487e793[compiler-rt] Reland "SetThreadName implementation for Fuchsia" (#105179)by David CARLIER· 11 months ago
  17. ac64a12Revert "[compiler-rt][fuzzer] implements SetThreadName for fuchsia." (#105162)by David CARLIER· 11 months ago
  18. b23957f[compiler-rt][fuzzer] implements SetThreadName for fuchsia. (#99953)by David CARLIER· 11 months ago
  19. e329ef9Don't pass null pointers to memcmp and memcpy in libFuzzer (#96775)by David Benjamin· 11 months ago
  20. e883a5a[compiler-rt] Silence warningsby Alexandre Ganea· 11 months ago
  21. 83e3430[libFuzzer] Fix incorrect coverage number in fork mode (#82335)by Scallop Ye· 1 year ago
  22. 8e1f6dcRevert "[compiler-rt] Silence function cast warning when building with Clang ToT targetting Windows"by Alexandre Ganea· 1 year ago
  23. 9f0486e[compiler-rt] Silence function cast warning when building with Clang ToT targetting Windowsby Alexandre Ganea· 1 year ago
  24. d1c118c[compiler-rt] Revise IDE folder structure (#89753)by Michael Kruse· 1 year, 2 months ago
  25. 8b9bfd6[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)by Thurston Dang· 1 year, 2 months ago
  26. bd6eba7[compiler-rt] Update libFuzzer build script to use C++17. (#89604)by Frederic Cambus· 1 year, 3 months ago
  27. 759202d[compiler-rt] Remove llvm_gtest dependency from unit testsby Alexander Richardson· 1 year, 4 months ago
  28. ac9f9af[compiler-rt] reimplements GetMemoryProfile for netbsd. (#84841)by David CARLIER· 1 year, 4 months ago
  29. d93f5e3[compiler-rt][Fuzzer] fix windows typo (#84407)by David CARLIER· 1 year, 4 months ago
  30. 97dff8c[compiler-rt][fuzzer] Reland "SetThreadName windows implementation" (#83562)by David CARLIER· 1 year, 4 months ago
  31. 4bcc26bRevert fuzzer windows changes (#83551)by David CARLIER· 1 year, 5 months ago
  32. 5a290dc[compiler-rt][fuzzer] windows build unbreak proposal. (#83538)by David CARLIER· 1 year, 5 months ago
  33. 5a094a6[compiler-rt][Fuzzer] SetThreadName windows implementation new try. (#76761)by David CARLIER· 1 year, 5 months ago
  34. 092c3d8[Fuzzer] Use user signal to coordinate handler shutdown (#82067)by James Robinson· 1 year, 5 months ago
  35. 4af288b[Fuzzer] Enable custom libc++ for Android (#70407)by Ryan Prichard· 1 year, 9 months ago
  36. fc989e9[compiler-rt] Use std::clamp (NFC)by Kazu Hirata· 1 year, 9 months ago
  37. 758bd21[Fuzzer] Optimize UpdateFeatureFrequency (#65288)by Arseny Kapoulkine· 1 year, 11 months ago
  38. 7b2ecd4[Fuzzer] Update build.sh to fix build errors (#65496)by Arseny Kapoulkine· 1 year, 11 months ago
  39. 0175ef6Revert "[Fuzzer] SetThreadName implementation for Windows"by Vitaly Buka· 1 year, 11 months ago
  40. 035080f[NFC][fuzzer] Cleanup SetThreadName after D156317by Vitaly Buka· 1 year, 11 months ago
  41. bc53e33[fuzzer] Try to fix windows build after D156317by Vitaly Buka· 1 year, 11 months ago
  42. d369e18Revert "[fuzzer] Try to fix windows build after D156317"by Vitaly Buka· 1 year, 11 months ago
  43. 40cc445[fuzzer] Try to fix windows build after D156317by Vitaly Buka· 1 year, 11 months ago
  44. 6bdc673[Fuzzer] SetThreadName implementation for Windowsby David CARLIER· 1 year, 11 months ago
  45. b964a08[NFC][compiler-rt] Add missing space in libfuzzer -help docsby MarcoFalke· 2 years ago
  46. c3fb843Revert "[Fuzzer] SetThreadName implementation for Windows"by David Carlier· 2 years ago
  47. 7359f8c[Fuzzer] SetThreadName implementation for Windowsby David CARLIER· 2 years ago
  48. 3a70f40Revert "[Fuzzer] SetThreadName implementation for Windows"by Vitaly Buka· 2 years ago
  49. 5045ddf[Fuzzer] SetThreadName implementation for Windowsby David CARLIER· 2 years ago
  50. 165fe81[Fuzzer] Assign names to workersby David CARLIER· 2 years ago
  51. 19da23a[fuzzer] Enable loongarch64by Youling Tang· 2 years ago
  52. a5ae63b[fuzzer][fuchsia] Support RISC-Vby Roland McGrath· 2 years, 1 month ago
  53. 26cc39e[fuzzer] Platfom specific version of PageSizeby Vitaly Buka· 2 years, 1 month ago
  54. b710c6f[fuzzer] Don't hard-code page size in FuzzerUtil.hby zhanglimin· 2 years, 1 month ago
  55. 6d1ed34Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h"by Jason Molenda· 2 years, 1 month ago
  56. 30e1730[fuzzer] Don't hard-code page size in FuzzerUtil.hby zhanglimin· 2 years, 1 month ago
  57. 0e0296d[NFC][Py Reformat] Reformat python files in the rest of the dirsby Tobias Hieta· 2 years, 1 month ago
  58. 37a9774[libfuzzer] avoid unneccessary auto-copyby Wu, Yingcong· 2 years, 1 month ago
  59. 0047c19[fuzzer] Fix -Wunreachable-code-aggressive warning in FuzzerDriver.cppby Nico Weber· 2 years, 1 month ago
  60. 384e211[compiler-rt] [test] [fuzzer] Don't pass msvc/clang-cl specific flags to mingw toolsby Martin Storsjö· 2 years, 1 month ago
  61. 1766fe3[fuzzer] Use puts() rather than printf() in CopyFileToErr()by Roy Sundahl· 2 years, 1 month ago
  62. 579860e[libfuzzer] add test of cov file-id in control fileby Wu, Yingcong· 2 years, 1 month ago
  63. b02551aRevert "[fuzzer] Use puts() rather than printf() in CopyFileToErr()"by Matthew Voss· 2 years, 1 month ago
  64. ab2ff65[fuzzer] Use puts() rather than printf() in CopyFileToErr()by Roy Sundahl· 2 years, 1 month ago
  65. 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, 1 month ago
  66. bb18830[libfuzzer] avoid unneccessary copyby Wu, Yingcong· 2 years, 1 month ago
  67. 3ae49d0[fuzzer] Make sure we never delete Fuzzerby Vitaly Buka· 2 years, 1 month ago
  68. 4b0de04Add test for Flags.data_flow_traceby Wu, Yingcong· 2 years, 1 month ago
  69. 2f5c1c6Use the right printf format specifiersby Wu, Yingcong· 2 years, 1 month ago
  70. d62efebAdding missing colonby Advenam Tacet· 2 years, 1 month ago
  71. c299e06Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests""by Haowei Wu· 2 years, 1 month ago
  72. 6c0cb15Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"by Rainer Orth· 2 years, 1 month ago
  73. 963ab37Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"by Vitaly Buka· 2 years, 1 month ago
  74. b68486e[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsby Rainer Orth· 2 years, 1 month ago
  75. 5e72d80[Libfuzzer] Include signal.h for SIGINTby Krzysztof Parzyszek· 2 years, 1 month ago
  76. ff41c1cLibfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1by Maxim Schessler· 2 years, 1 month ago
  77. 136a0ba[CMake] Option to select C++ library for runtimes that use itby Petr Hosek· 2 years, 1 month ago
  78. ce7a431[libFuzzer] Extend the fuzz target intarface to allow -1 return value.by Kostya Serebryany· 2 years, 1 month ago
  79. 50dc77aRevert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"by Petr Hosek· 2 years, 1 month ago
  80. 50fe908[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiby Petr Hosek· 2 years, 1 month ago
  81. 8c12e58[CMake] Use set rather than list PREPENDby Petr Hosek· 2 years, 1 month ago
  82. 27e4cb7[CMake][compiler-rt] Treat target cflags as list rather than stringby Petr Hosek· 2 years, 1 month ago
  83. 6e8daf2Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"by Petr Hosek· 2 years, 1 month ago
  84. 3598002[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiby Petr Hosek· 2 years, 1 month ago
  85. 86a2fa7[libFuzzer] Use the compiler to link the relocatable objectby Petr Hosek· 2 years, 1 month ago
  86. 265d914Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."by Stella Laurenzo· 2 years, 1 month ago
  87. 4765f66Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."by Stella Laurenzo· 2 years, 1 month ago
  88. bc772d1[cmake] Prefix gtest and gtest_main with "llvm_".by Stella Laurenzo· 2 years, 1 month ago
  89. ad33b52[libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPcby Fangrui Song· 2 years, 1 month ago
  90. 6fd5736[libc++] Disable coverage with sanitize-coverage=0by Ben Wagner· 2 years, 1 month ago
  91. 36430d5Revert "[CMake] Update internal libc++ configuration"by Petr Hosek· 2 years, 1 month ago
  92. 8fd2437[CMake] Update internal libc++ configurationby Petr Hosek· 2 years, 1 month ago
  93. e6e353b[compiler-rt] Use the runtimes build for custom libc++by Petr Hosek· 2 years, 1 month ago
  94. 251916e[libFuzzer] Disable Msan on InternalStrnlenby Vitaly Buka· 2 years, 1 month ago
  95. 5bc8708[libFuzzer] Improve corpus replacement unit test.by Matt Morehouse· 2 years, 1 month ago
  96. 716a836Fix unused variable warning.by Sterling Augustine· 2 years, 1 month ago
  97. 7ef5b2b[libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus.by PZ Read· 2 years, 1 month ago
  98. a89e038[libFuzzer] Use octal instead of hex escape sequences in PrintASCIIby Hans Wennborg· 2 years, 1 month ago
  99. fcb379d[libFuzzer] Fix two typosby Hans Wennborg· 2 years, 1 month ago
  100. 6888a15[fuzzer][fuchsia] Close exception channel before exiting.by Aaron Green· 2 years, 1 month ago

[8]ページ先頭

©2009-2025 Movatter.jp