-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f871e7
commit e31a1e9
Showing
2 changed files
with
199 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,197 +1,259 @@ | ||
Auto-Sync-files: | ||
- suite/auto-sync/** | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- suite/auto-sync/** | ||
|
||
LLVM-core-files: | ||
- MC*.[ch] | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- MC*.[ch] | ||
|
||
LLVM-generated-files: | ||
- arch/*/*.inc | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/*/*.inc | ||
|
||
Documentation: | ||
- '**/*.md' | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
|
||
CS-core-files: | ||
- cs*.[ch] | ||
- SStream.[ch] | ||
- utis.[ch] | ||
- MathExtras.h | ||
- Mapping.[ch] | ||
- LEB128.h | ||
- cstool/cstool.[ch] | ||
- cstool/getopt.[ch] | ||
- include/capstone/capstone.h | ||
- include/capstone/cs_operand.h | ||
- include/capstone/platform.h | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- cs*.[ch] | ||
- SStream.[ch] | ||
- utis.[ch] | ||
- MathExtras.h | ||
- Mapping.[ch] | ||
- LEB128.h | ||
- cstool/cstool.[ch] | ||
- cstool/getopt.[ch] | ||
- include/capstone/capstone.h | ||
- include/capstone/cs_operand.h | ||
- include/capstone/platform.h | ||
|
||
ARM: | ||
- arch/ARM/** | ||
- cstool/cstool_arm.c | ||
- include/capstone/arm.h | ||
- suite/MC/ARM/** | ||
- tests/MC/ARM/** | ||
- tests/details/arm.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/ARM/** | ||
- cstool/cstool_arm.c | ||
- include/capstone/arm.h | ||
- suite/MC/ARM/** | ||
- tests/MC/ARM/** | ||
- tests/details/arm.yaml | ||
|
||
AArch64: | ||
- arch/AArch64/** | ||
- cstool/cstool_aarch64.c | ||
- include/capstone/aarch64.h | ||
- include/capstone/arm64.h | ||
- suite/MC/AArch64/** | ||
- tests/MC/AArch64/** | ||
- tests/details/aarch64.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/AArch64/** | ||
- cstool/cstool_aarch64.c | ||
- include/capstone/aarch64.h | ||
- include/capstone/arm64.h | ||
- suite/MC/AArch64/** | ||
- tests/MC/AArch64/** | ||
- tests/details/aarch64.yaml | ||
|
||
Alpha: | ||
- arch/Alpha/** | ||
- cstool/cstool_alpha.c | ||
- include/capstone/alpha.h | ||
- suite/MC/Alpha/** | ||
- tests/MC/Alpha/** | ||
- tests/details/alpha.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/Alpha/** | ||
- cstool/cstool_alpha.c | ||
- include/capstone/alpha.h | ||
- suite/MC/Alpha/** | ||
- tests/MC/Alpha/** | ||
- tests/details/alpha.yaml | ||
|
||
BPF: | ||
- arch/BPF/** | ||
- cstool/cstool_bpf.c | ||
- include/capstone/bpf.h | ||
- suite/MC/BPF/** | ||
- tests/MC/BPF/** | ||
- tests/details/bpf.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/BPF/** | ||
- cstool/cstool_bpf.c | ||
- include/capstone/bpf.h | ||
- suite/MC/BPF/** | ||
- tests/MC/BPF/** | ||
- tests/details/bpf.yaml | ||
|
||
EVM: | ||
- arch/EVM/** | ||
- cstool/cstool_evm.c | ||
- include/capstone/evm.h | ||
- tests/details/evm.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/EVM/** | ||
- cstool/cstool_evm.c | ||
- include/capstone/evm.h | ||
- tests/details/evm.yaml | ||
|
||
HPPA: | ||
- arch/HPPA/** | ||
- cstool/cstool_hppa.c | ||
- include/capstone/hppa.h | ||
- suite/MC/HPPA/** | ||
- tests/MC/HPPA/** | ||
- tests/details/hppa.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/HPPA/** | ||
- cstool/cstool_hppa.c | ||
- include/capstone/hppa.h | ||
- suite/MC/HPPA/** | ||
- tests/MC/HPPA/** | ||
- tests/details/hppa.yaml | ||
|
||
LoongArch: | ||
- arch/LoongArch/** | ||
- cstool/cstool_loongarch.c | ||
- include/capstone/loongarch.h | ||
- suite/MC/LoongArch/** | ||
- tests/MC/LoongArch/** | ||
- tests/details/loongarch.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/LoongArch/** | ||
- cstool/cstool_loongarch.c | ||
- include/capstone/loongarch.h | ||
- suite/MC/LoongArch/** | ||
- tests/MC/LoongArch/** | ||
- tests/details/loongarch.yaml | ||
|
||
M680X: | ||
- arch/M680X/** | ||
- cstool/cstool_m680x.c | ||
- include/capstone/m680x.h | ||
- tests/details/m680x.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/M680X/** | ||
- cstool/cstool_m680x.c | ||
- include/capstone/m680x.h | ||
- tests/details/m680x.yaml | ||
|
||
M68K: | ||
- arch/M68K/** | ||
- cstool/cstool_m68k.c | ||
- include/capstone/m68k.h | ||
- tests/details/m68k.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/M68K/** | ||
- cstool/cstool_m68k.c | ||
- include/capstone/m68k.h | ||
- tests/details/m68k.yaml | ||
|
||
MOS65XX: | ||
- arch/MOS65XX/** | ||
- cstool/cstool_mos65xx.c | ||
- include/capstone/mos65xx.h | ||
- tests/details/mos65xx.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/MOS65XX/** | ||
- cstool/cstool_mos65xx.c | ||
- include/capstone/mos65xx.h | ||
- tests/details/mos65xx.yaml | ||
|
||
Mips: | ||
- arch/Mips/** | ||
- cstool/cstool_mips.c | ||
- include/capstone/mips.h | ||
- suite/MC/Mips/** | ||
- tests/MC/Mips/** | ||
- tests/details/mips.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/Mips/** | ||
- cstool/cstool_mips.c | ||
- include/capstone/mips.h | ||
- suite/MC/Mips/** | ||
- tests/MC/Mips/** | ||
- tests/details/mips.yaml | ||
|
||
PowerPC: | ||
- arch/PowerPC/** | ||
- cstool/cstool_powerpc.c | ||
- include/capstone/ppc.h | ||
- suite/MC/PowerPC/** | ||
- tests/MC/PowerPC/** | ||
- tests/details/ppc.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/PowerPC/** | ||
- cstool/cstool_powerpc.c | ||
- include/capstone/ppc.h | ||
- suite/MC/PowerPC/** | ||
- tests/MC/PowerPC/** | ||
- tests/details/ppc.yaml | ||
|
||
RISCV: | ||
- arch/RISCV/** | ||
- cstool/cstool_riscv.c | ||
- include/capstone/riscv.h | ||
- suite/MC/RISCV/** | ||
- tests/MC/RISCV/** | ||
- tests/details/riscv.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/RISCV/** | ||
- cstool/cstool_riscv.c | ||
- include/capstone/riscv.h | ||
- suite/MC/RISCV/** | ||
- tests/MC/RISCV/** | ||
- tests/details/riscv.yaml | ||
|
||
SH: | ||
- arch/SH/** | ||
- cstool/cstool_sh.c | ||
- include/capstone/sh.h | ||
- tests/details/sh.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/SH/** | ||
- cstool/cstool_sh.c | ||
- include/capstone/sh.h | ||
- tests/details/sh.yaml | ||
|
||
Sparc: | ||
- arch/Sparc/** | ||
- cstool/cstool_sparc.c | ||
- include/capstone/sparc.h | ||
- suite/MC/Sparc/** | ||
- tests/MC/Sparc/** | ||
- tests/details/sparc.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/Sparc/** | ||
- cstool/cstool_sparc.c | ||
- include/capstone/sparc.h | ||
- suite/MC/Sparc/** | ||
- tests/MC/Sparc/** | ||
- tests/details/sparc.yaml | ||
|
||
SystemZ: | ||
- arch/SystemZ/** | ||
- cstool/cstool_systemz.c | ||
- include/capstone/systemz.h | ||
- include/capstone/systemz_compatibility.h | ||
- suite/MC/SystemZ/** | ||
- tests/MC/SystemZ/** | ||
- tests/details/systemz.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/SystemZ/** | ||
- cstool/cstool_systemz.c | ||
- include/capstone/systemz.h | ||
- include/capstone/systemz_compatibility.h | ||
- suite/MC/SystemZ/** | ||
- tests/MC/SystemZ/** | ||
- tests/details/systemz.yaml | ||
|
||
TMS320C64x: | ||
- arch/TMS320C6x/** | ||
- cstool/cstool_tms320c64x.c | ||
- include/capstone/tms320x64x.h | ||
- tests/details/tms320c64x.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/TMS320C6x/** | ||
- cstool/cstool_tms320c64x.c | ||
- include/capstone/tms320x64x.h | ||
- tests/details/tms320c64x.yaml | ||
|
||
TriCore: | ||
- arch/TriCore/** | ||
- cstool/cstool_tricore.c | ||
- include/capstone/tricore.h | ||
- suite/MC/Tricore/** | ||
- tests/MC/Tricore/** | ||
- tests/details/tricore.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/TriCore/** | ||
- cstool/cstool_tricore.c | ||
- include/capstone/tricore.h | ||
- suite/MC/Tricore/** | ||
- tests/MC/Tricore/** | ||
- tests/details/tricore.yaml | ||
|
||
WASM: | ||
- arch/WASM/** | ||
- cstool/cstool_wasm.c | ||
- include/capstone/wasm.h | ||
- tests/details/wasm.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/WASM/** | ||
- cstool/cstool_wasm.c | ||
- include/capstone/wasm.h | ||
- tests/details/wasm.yaml | ||
|
||
X86: | ||
- arch/X86/** | ||
- cstool/cstool_x86.c | ||
- include/capstone/x86.h | ||
- suite/MC/X86/** | ||
- tests/MC/X86/** | ||
- tests/details/x86.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/X86/** | ||
- cstool/cstool_x86.c | ||
- include/capstone/x86.h | ||
- suite/MC/X86/** | ||
- tests/MC/X86/** | ||
- tests/details/x86.yaml | ||
|
||
XCore: | ||
- arch/XCore/** | ||
- cstool/cstool_xcore.c | ||
- include/capstone/xcore.h | ||
- tests/details/xcore.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/XCore/** | ||
- cstool/cstool_xcore.c | ||
- include/capstone/xcore.h | ||
- tests/details/xcore.yaml | ||
|
||
Xtensa: | ||
- arch/Xtensa/** | ||
- cstool/cstool_xtensa.c | ||
- include/capstone/xtensa.h | ||
- tests/MC/Xtensa/** | ||
- tests/details/xtensa.yaml | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- arch/Xtensa/** | ||
- cstool/cstool_xtensa.c | ||
- include/capstone/xtensa.h | ||
- tests/MC/Xtensa/** | ||
- tests/details/xtensa.yaml | ||
|
||
python: | ||
- bindings/python/** | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- bindings/python/** | ||
|
||
ocaml: | ||
- bindings/ocaml/** | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- bindings/ocaml/** | ||
|
||
java: | ||
- bindings/java/** | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- bindings/java/** | ||
|
||
Github-files: | ||
- .github/** | ||
changed-files: | ||
- any-glob-to-any-file: | ||
- .github/** |
Oops, something went wrong.