Dataset Viewer
Auto-converted to Parquet Duplicate
problem_name
stringlengths
3
18
source_code
stringlengths
237
74k
compiler_asm
stringlengths
15.6k
432k
object_asm
stringlengths
742
296k
shared_asm
stringlengths
6.1k
344k
program_asm
stringlengths
6.36k
356k
compiler_pic_asm
stringlengths
15.6k
432k
pic_object_asm
stringlengths
746
296k
program_asm_v2
stringlengths
7.63k
885k
ackermann
"===== ackermann.c =====\n/* Ackermann.c: calculate the Ackermann function (as far as that is possib(...TRUNCATED)
"===== ackermann.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version maco(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/ackermann/ackermann.o:\tfile f(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/ackermann/ackermann.dylib:\tfi(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/ackermann/ackermann.program:\t(...TRUNCATED)
"===== ackermann.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version maco(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/ackermann/ackermann.pic.o:\tfi(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
aes
"===== aes.c =====\n#include \"libmin.h\"\n\n#define BLK_SIZE 16\n#define ROUNDS 10\n\nuint8_t sbox[(...TRUNCATED)
"===== aes.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 15,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/aes/aes.o:\tfile format mach-o(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/aes/aes.dylib:\tfile format ma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/aes/aes.program:\tfile format (...TRUNCATED)
"===== aes.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, 15,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/aes/aes.pic.o:\tfile format ma(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
anagram
"===== anagram.c =====\n/*\n * Anagram program by Raymond Chen,\n * inspired by a similar program (...TRUNCATED)
"===== anagram.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/anagram/anagram.o:\tfile forma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/anagram/anagram.dylib:\tfile f(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/anagram/anagram.program:\tfile(...TRUNCATED)
"===== anagram.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/anagram/anagram.pic.o:\tfile f(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
audio-codec
"===== audio-codec.c =====\n/**\n * @file\n * @author [sunzhenliang](https://github.com/HiSunzhenlia(...TRUNCATED)
"===== audio-codec.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version ma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/audio-codec/audio-codec.o:\tfi(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/audio-codec/audio-codec.dylib:(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/audio-codec/audio-codec.progra(...TRUNCATED)
"===== audio-codec.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version ma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/audio-codec/audio-codec.pic.o:(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
avl-tree
"===== avl-tree.c =====\n/* A balanced binary search tree(AVLTree) implementation\n * Written by Col(...TRUNCATED)
"===== avl-tree.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/avl-tree/avl-tree.o:\tfile for(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/avl-tree/avl-tree.dylib:\tfile(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/avl-tree/avl-tree.program:\tfi(...TRUNCATED)
"===== avl-tree.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/avl-tree/avl-tree.pic.o:\tfile(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
banner
"===== banner.c =====\n/*\n * Copyright (c) 1980, 1993, 1994\n *\tThe Regents of the University of C(...TRUNCATED)
"===== banner.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, (...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/banner/banner.o:\tfile format (...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/banner/banner.dylib:\tfile for(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/banner/banner.program:\tfile f(...TRUNCATED)
"===== banner.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos, (...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/banner/banner.pic.o:\tfile for(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
bit-kernels
"===== bit-kernels.c =====\n#include \"libmin.h\"\n\n#define NUM_ELEMENTS 100 // Total numbers to (...TRUNCATED)
"===== bit-kernels.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version ma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bit-kernels/bit-kernels.o:\tfi(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bit-kernels/bit-kernels.dylib:(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bit-kernels/bit-kernels.progra(...TRUNCATED)
"===== bit-kernels.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version ma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bit-kernels/bit-kernels.pic.o:(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
blake2b
"===== blake2b.c =====\n/**\n * @addtogroup hash Hash algorithms\n * @{\n * @file\n * @author [Danie(...TRUNCATED)
"===== blake2b.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/blake2b/blake2b.o:\tfile forma(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/blake2b/blake2b.dylib:\tfile f(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/blake2b/blake2b.program:\tfile(...TRUNCATED)
"===== blake2b.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version macos,(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/blake2b/blake2b.pic.o:\tfile f(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
bloom-filter
"===== bloom-filter.c =====\n#include \"libmin.h\"\n#include \"tinybloom.h\"\n\n#define NUM_ITEMS 51(...TRUNCATED)
"===== bloom-filter.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version m(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bloom-filter/bloom-filter.o:\t(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bloom-filter/bloom-filter.dyli(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bloom-filter/bloom-filter.prog(...TRUNCATED)
"===== bloom-filter.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_version m(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/bloom-filter/bloom-filter.pic.(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
boyer-moore-search
"===== boyer-moore-search.c =====\n/* C Program for Bad Character Heuristic of Boyer\nMoore String M(...TRUNCATED)
"===== boyer-moore-search.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_ver(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/boyer-moore-search/boyer-moore(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/boyer-moore-search/boyer-moore(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/boyer-moore-search/boyer-moore(...TRUNCATED)
"===== boyer-moore-search.s =====\n\t.section\t__TEXT,__text,regular,pure_instructions\n\t.build_ver(...TRUNCATED)
"\n/Users/alexander.pretko/bringup-bench/generated_arm64_mac_reloc/O0/boyer-moore-search/boyer-moore(...TRUNCATED)
"PROGRAM_ASM_V2\n\n================================================================\nSEMANTIC SECTIO(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
27