The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job has been terminated due to a temporary spike in resource usage and may be restarted later.
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

commit
string
subject
string
message
string
repos
string
file_path
string
license
string
unix_time
int64
new_contents
string
old_contents
string
128a0d8992458698a05fbd4d1bba55a5b7e5cdf4
x86: Fix clipping in 10bpc SSE4.1 IDCT asm
x86: Fix clipping in 10bpc SSE4.1 IDCT asm
videolan/dav1d,videolan/dav1d
src/x86/itx16_sse.asm
bsd-2-clause
1,662,993,986
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; Copyright(...TRUNCATED)
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; Copyright(...TRUNCATED)
677129c26095f5b67052f740ce54b663b43bdfcf
x86: Fix overflows in 12bpc AVX2 identity itx asm
x86: Fix overflows in 12bpc AVX2 identity itx asm
videolan/dav1d,videolan/dav1d
src/x86/itx16_avx2.asm
bsd-2-clause
1,662,570,595
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; Copyright(...TRUNCATED)
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; Copyright(...TRUNCATED)
58b15237eef865b2673fc3eecf5a07735db32545
x86: Fix an alignment issue in 8-bit AVX-512 loop restoration
"x86: Fix an alignment issue in 8-bit AVX-512 loop restoration\n\nWe don't have a separate 8-bit AVX(...TRUNCATED)
videolan/dav1d,videolan/dav1d
src/x86/looprestoration_avx512.asm
bsd-2-clause
1,662,509,389
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; All right(...TRUNCATED)
"; Copyright © 2021, VideoLAN and dav1d authors\n; Copyright © 2021, Two Orioles, LLC\n; All right(...TRUNCATED)
f928092e2300dbd7afba6dbb58ba074aea089ad5
test016 firmware cleanup
test016 firmware cleanup
lxp32/lxp32-cpu,lxp32/lxp32-cpu
verify/lxp32/src/firmware/test016.asm
mit
1,661,697,665
"/*\n * Test wake-up interrupts\n */\n\n\tlc r100, 0x10000000 // test result output pointer\n\tlc r1(...TRUNCATED)
"/*\n * Test wake-up interrupts\n */\n\n\tlc r100, 0x10000000 // test result output pointer\n\tlc r1(...TRUNCATED)
f77fba097d7a182da1ac33331dc93ea0f2865193
asm: removed unused label
asm: removed unused label
"theonlydude/RandomMetroidSolver,theonlydude/RandomMetroidSolver,theonlydude/RandomMetroidSolver,the(...TRUNCATED)
patches/common/src/objectives.asm
mit
1,661,614,894
";;; Objectives management and display\n;;;\n;;; Checks objectives regularly, and set an event when (...TRUNCATED)
";;; Objectives management and display\n;;;\n;;; Checks objectives regularly, and set an event when (...TRUNCATED)
33b8fcecfbff405a22f950e4dfd83d6e57500e23
Sync x86_64 trampoline with bootloader
Sync x86_64 trampoline with bootloader
redox-os/kernel,redox-os/kernel,redox-os/kernel,redox-os/kernel
src/asm/x86_64/trampoline.asm
mit
1,661,522,904
"; trampoline for bringing up APs\n; compiled with nasm by build.rs, and included in src/acpi/madt.r(...TRUNCATED)
"; trampoline for bringing up APs\n; compiled with nasm by build.rs, and included in src/acpi/madt.r(...TRUNCATED)
44483f8cddc41ec37aadbcb8ccbaf522430b4b40
r12 must be preserved in win64 ABI
r12 must be preserved in win64 ABI
pfedick/pplib,pfedick/pplib,pfedick/pplib,pfedick/pplib,pfedick/pplib
src/asm/blt.asm
bsd-2-clause
1,659,560,698
";###############################################################################\n;# This file is p(...TRUNCATED)
";###############################################################################\n;# This file is p(...TRUNCATED)
f47e143e7547cf1a7fdc563a21a35e01a5f957e8
Update the boot ROM color to match SameBoy's logo slightly better
Update the boot ROM color to match SameBoy's logo slightly better
LIJI32/SameBoy,LIJI32/SameBoy,LIJI32/SameBoy
BootROMs/cgb_boot.asm
mit
1,658,768,204
"; SameBoy CGB bootstrap ROM\n\nINCLUDE\t\"hardware.inc\"\n\nSECTION \"BootCode\", ROM0[$0]\nStart:\(...TRUNCATED)
"; SameBoy CGB bootstrap ROM\n\nINCLUDE\t\"hardware.inc\"\n\nSECTION \"BootCode\", ROM0[$0]\nStart:\(...TRUNCATED)
ba4d9df93e2c8bf8df49e5ea68a6a811fab3723c
add export
add export
herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl
src/asm/bint-x64-win.asm
bsd-3-clause
1,658,714,727
"; for masm (ml64.exe)\n_text segment\nalign 16\nmclb_add1 proc export\nmov rax, [rdx]\nadd rax, [r8(...TRUNCATED)
"; for masm (ml64.exe)\n_text segment\nalign 16\nmclb_add1 proc\nmov rax, [rdx]\nadd rax, [r8]\nmov (...TRUNCATED)
8e0b8c715d406329680172f02406bca9e1a52ae7
add subNF for x64 on win
add subNF for x64 on win
herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl,herumi/mcl
src/asm/bint-x64-win.asm
bsd-3-clause
1,658,280,953
"; for masm (ml64.exe)\n_text segment\nalign 16\nmclb_add1 proc\nmov rax, [rdx]\nadd rax, [r8]\nmov (...TRUNCATED)
"; for masm (ml64.exe)\n_text segment\nalign 16\nmclb_add0 proc\nxor eax, eax\nret\nmclb_add0 endp\n(...TRUNCATED)
End of preview.