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/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
*
.golangci.yml: add codeanalysis build tag
Dmitry Vyukov
2019-05-15
3
-0
/
+9
*
all: fix some static analysis warnings
Dmitry Vyukov
2019-04-23
1
-1
/
+0
*
all: fix warnings pointed to by golangci-lint
Dmitry Vyukov
2019-03-28
1
-1
/
+1
*
pkg/ifuzz/generated: change package name to match path
Dmitry Vyukov
2019-02-19
2
-2
/
+2
*
prog, pkg/{csource,ifuzz,ipc,repro}: make tests deterministic on travis
Dmitry Vyukov
2019-01-02
1
-0
/
+4
*
gometalinter: clean up vetshadow
Dmitry Vyukov
2018-07-31
1
-9
/
+9
*
.gometalinter.json: enable gofmt
Dmitry Vyukov
2018-07-31
1
-3
/
+3
*
sys/syz-extract: split overly long function
Dmitry Vyukov
2018-05-07
1
-0
/
+1
*
pkg/ifuzz: move generated code to a separate package
Dmitry Vyukov
2018-05-07
4
-8
/
+26
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
3
-71
/
+87
*
gometalinter: enable line length checking
Dmitry Vyukov
2018-05-04
2
-5
/
+16
*
gometalinter: enable package comment checking
Dmitry Vyukov
2018-05-03
2
-1
/
+2
[next]