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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: remove unused nolint directives
Dmitry Vyukov
2026-01-02
1
-1
/
+1
*
all: use any instead of interface{}
Dmitry Vyukov
2025-12-22
1
-1
/
+1
*
all: apply linter auto fixes
Taras Madan
2025-07-17
2
-20
/
+28
*
pkg/ifuzz: fix generate/build
Dmitry Vyukov
2025-04-03
2
-5
/
+11
*
pkg/ifuzz/x86: fix code generator
Dmitry Vyukov
2025-04-02
2
-10
/
+10
*
pkg/ifuzz: fix instruction decoding on x86
Alexander Potapenko
2024-04-30
1
-0
/
+4
*
all: go fix everything
Dmitry Vyukov
2024-04-26
2
-2
/
+0
*
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/ifuzz/iset: make generateInt() available for all arches
Alexey Kardashevskiy
2021-07-19
2
-57
/
+11
*
pkg: update generated files to go 1.17
Alexey Kardashevskiy
2021-07-07
2
-0
/
+2
*
all: use tool.Failf instead of local functions
Dmitry Vyukov
2020-12-25
1
-8
/
+4
*
pkg/ifuzz/iset: rename ifuzzimpl to iset
Dmitry Vyukov
2020-11-21
5
-79
/
+79
*
pkg/ifuzz/ifuzzimpl: move IsCompatible from x86
Dmitry Vyukov
2020-11-21
2
-17
/
+1
*
pkg/ifuzz/x86: deduplicate modeInsns population logic
Dmitry Vyukov
2020-11-21
1
-26
/
+8
*
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
3
-6
/
+6
*
pkg/ifuzz/ifuzzimpl: simplify Insn interface
Dmitry Vyukov
2020-11-21
2
-16
/
+4
*
pkg/ifuzz: invert ifuzz and ifuzzimpl
Dmitry Vyukov
2020-11-21
5
-103
/
+97
*
pkg/ifuzz: reorganize files to allow other architectures
Alexey Kardashevskiy
2020-11-20
9
-0
/
+80292