index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
fuzzer
/
FuzzerMutate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Max Moroz
2019-04-11
1
-3
/
+3
*
[libFuzzer] Fallback to default Mutate when MutateWithMask fails.
Max Moroz
2019-04-11
1
-0
/
+1
*
[libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...
Kostya Serebryany
2019-02-08
1
-8
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libFuzzer] Remove mutation stats and weighted mutation selection.
Max Moroz
2018-08-29
1
-63
/
+19
*
[libFuzzer] Initial implementation of weighted mutation leveraging during run...
Max Moroz
2018-08-02
1
-26
/
+50
*
[libFuzzer] fix the bot (the no-assert build)
Kostya Serebryany
2018-07-19
1
-0
/
+1
*
[libFuzzer] first experimental attempt at DFT-based mutations (DFT=data-flow-...
Kostya Serebryany
2018-07-19
1
-0
/
+27
*
[libFuzzer] Mutation tracking and logging implemented.
Max Moroz
2018-07-17
1
-19
/
+39
*
libFuzzer: prevent irrelevant strings from leaking into auto-dictionary
Matt Morehouse
2018-07-17
1
-1
/
+0
*
Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors.
Max Moroz
2018-07-16
1
-24
/
+3
*
[libFuzzer] Mutation tracking and logging implemented.
Max Moroz
2018-07-16
1
-3
/
+24
*
Revert "[libFuzzer] Mutation tracking and logging implemented"
Matt Morehouse
2018-07-09
1
-46
/
+20
*
[libFuzzer] Mutation tracking and logging implemented
Matt Morehouse
2018-07-09
1
-20
/
+46
*
[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.
Dan Liew
2018-04-24
1
-1
/
+3
*
[libFuzzer] Fix sizeof(ptr) bug.
Matt Morehouse
2018-01-30
1
-1
/
+1
*
[libFuzzer] Use custom allocators for STL containers in libFuzzer.
George Karpenkov
2017-08-27
1
-2
/
+2
*
Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"
George Karpenkov
2017-08-26
1
-2
/
+2
*
[libFuzzer] Use custom allocators for STL containers in libFuzzer
George Karpenkov
2017-08-26
1
-2
/
+2
*
Move libFuzzer to compiler_rt.
George Karpenkov
2017-08-21
1
-0
/
+533