index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
ifuzz
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/ifuzz: another x86 regression test
Alexander Potapenko
2024-04-30
1
-5
/
+11
*
pkg/ifuzz: fix instruction decoding on x86
Alexander Potapenko
2024-04-30
1
-0
/
+4
*
pkg/ifuzz: add a regression test for x86 decoding
Alexander Potapenko
2024-04-30
1
-0
/
+35
*
pkg/ifuzz: use "% x" to print the instruction sequence that causes an error
Alexander Potapenko
2024-04-30
1
-1
/
+1
*
all: go fix everything
Dmitry Vyukov
2024-04-26
3
-3
/
+0
*
pkg/ifuzz/arm64: explicitly use uint32 for immediates
Alexander Potapenko
2024-04-26
1
-11
/
+12
*
pkg/ifuzz/arm64: add arm64 support
Alexander Potapenko
2024-04-24
14
-1
/
+8766
*
pkg/ifuzz: test Generate()
Alexander Potapenko
2024-04-17
1
-0
/
+36
*
all: use errors.As instead of .(type)
Taras Madan
2023-07-24
1
-5
/
+8
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-4
/
+4
*
pkg/testutil: add RandSource helper
Dmitry Vyukov
2022-11-23
1
-8
/
+2
*
pkg/ifuzz/powerpc: update cntlzw instruction
Alexey Kardashevskiy
2022-05-18
2
-2
/
+2
*
pkg/ifuzz/powerpc: update few broken instructions
Alexey Kardashevskiy
2022-01-20
2
-204
/
+193
*
pkg/ifuzz/powerpc: add prefixed instructions
Alexey Kardashevskiy
2021-11-12
3
-2
/
+175
*
pkg/ifuzz/powerpc: correct instructions
Alexey Kardashevskiy
2021-11-12
3
-144
/
+589
*
pkg/ifuzz/powerpc: refactor for adding prefixed instructions
Alexey Kardashevskiy
2021-11-12
1
-4
/
+16
*
pkg/ifuzz/powerpc: convert maps to slices
Alexey Kardashevskiy
2021-11-12
3
-1182
/
+1188
*
pkg/ifuzz/powerpc: ditch M64
Alexey Kardashevskiy
2021-11-12
3
-8
/
+2
*
pkg/ifuzz/powerpc: fix instructions
Alexey Kardashevskiy
2021-09-16
3
-1202
/
+1273
*
pkg/ifuzz/powerpc: fuzz instruction bits which are not opcodes
Alexey Kardashevskiy
2021-09-16
1
-1
/
+6
*
pkg/ifuzz/powerpc: fuzz the machine state register (MSR)
Alexey Kardashevskiy
2021-09-16
1
-0
/
+27
*
executor/common_kvm_ppc64: fuzz more hypercalls
Alexey Kardashevskiy
2021-09-16
1
-1
/
+12
*
pkg/ifuzz/powerpc: add some RTAS fuzzing
Alexey Kardashevskiy
2021-07-19
2
-2
/
+57
*
pkg/ifuzz/powerpc: add helper for system call ("sc") instruction
Alexey Kardashevskiy
2021-07-19
2
-4
/
+14
*
pkg/ifuzz/powerpc: preload registers with interesting numbers
Alexey Kardashevskiy
2021-07-19
2
-55
/
+69
*
pkg/ifuzz/powerpc: add struct insnSetMap
Alexey Kardashevskiy
2021-07-19
2
-2
/
+4
*
pkg/ifuzz/iset: make generateInt() available for all arches
Alexey Kardashevskiy
2021-07-19
3
-57
/
+57
*
pkg: update generated files to go 1.17
Alexey Kardashevskiy
2021-07-07
3
-0
/
+3
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
1
-8
/
+4
*
pkg/ifuzz/iset: make Mode and Type unsigned
Dmitry Vyukov
2020-11-21
1
-3
/
+3
*
pkg/ifuzz/iset: rename ifuzzimpl to iset
Dmitry Vyukov
2020-11-21
10
-126
/
+127
*
pkg/ifuzz/ifuzzimpl: move IsCompatible from x86
Dmitry Vyukov
2020-11-21
3
-17
/
+18
*
pkg/ifuzz/x86: deduplicate modeInsns population logic
Dmitry Vyukov
2020-11-21
4
-52
/
+37
*
pkg/ifuzz/x86: simplify pseudo-instruction intialization
Dmitry Vyukov
2020-11-21
2
-32
/
+30
*
pkg/ifuzz/x86: don't use X86 suffix for types
Dmitry Vyukov
2020-11-21
5
-13
/
+13
*
pkg/ifuzz/ifuzzimpl: simplify Insn interface
Dmitry Vyukov
2020-11-21
5
-57
/
+18
*
pkg/ifuzz/ifuzzimpl: move ModeInsns into tests
Dmitry Vyukov
2020-11-21
2
-26
/
+15
*
pkg/ifuzz: invert ifuzz and ifuzzimpl
Dmitry Vyukov
2020-11-21
10
-313
/
+321
*
pkg/ifuzz: use sub-tests for arches
Dmitry Vyukov
2020-11-21
1
-10
/
+18
*
pkg/ifuzz/powerpc: add powerpc support
Alexey Kardashevskiy
2020-11-20
7
-1
/
+1821
*
pkg/ifuzz: reorganize files to allow other architectures
Alexey Kardashevskiy
2020-11-20
12
-382
/
+508
*
all: mark auto-generated files
Dmitry Vyukov
2020-07-29
2
-2
/
+2
*
all: fix comments format
Dmitry Vyukov
2020-07-12
3
-16
/
+16
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
.golangci.yml: enable funlen checker
Dmitry Vyukov
2020-06-05
4
-4
/
+5
*
.golangci.yml: enable gocognit checker
Dmitry Vyukov
2020-06-05
3
-4
/
+4
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-2
/
+2
*
.golangci.yml: enable nestif checker
Dmitry Vyukov
2020-06-05
2
-2
/
+2
*
all: replace TRAVIS env var with CI
Dmitry Vyukov
2020-05-07
1
-1
/
+1
*
pkg/ifuzz: update to latest intelxed
Dmitry Vyukov
2019-06-23
3
-3937
/
+9331
[next]