Dataset Preview
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.
problem_name string | source_code string | compiler_asm string | object_asm string | shared_asm string | program_asm string | compiler_pic_asm string | pic_object_asm string |
|---|---|---|---|---|---|---|---|
ackermann | "===== ackermann.c =====\n/* Ackermann.c: calculate the Ackermann function (as far as that is possib(...TRUNCATED) | "===== ackermann.s =====\n\t.file\t\"ackermann.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/ackerman(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/ackerman(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/ackerman(...TRUNCATED) | "===== ackermann.s =====\n\t.file\t\"ackermann.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/ackerman(...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.file\t\"aes.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2p1_f2p2_(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/aes/aes.(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/aes/aes.(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/aes/aes.(...TRUNCATED) | "===== aes.s =====\n\t.file\t\"aes.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2p1_f2p2_(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/aes/aes.(...TRUNCATED) |
anagram | "===== anagram.c =====\n/*\n * Anagram program by Raymond Chen,\n * inspired by a similar program (...TRUNCATED) | "===== anagram.s =====\n\t.file\t\"anagram.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/anagram/(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/anagram/(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/anagram/(...TRUNCATED) | "===== anagram.s =====\n\t.file\t\"anagram.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/anagram/(...TRUNCATED) |
audio-codec | "===== audio-codec.c =====\n/**\n * @file\n * @author [sunzhenliang](https://github.com/HiSunzhenlia(...TRUNCATED) | "===== audio-codec.s =====\n\t.file\t\"audio-codec.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/audio-co(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/audio-co(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/audio-co(...TRUNCATED) | "===== audio-codec.s =====\n\t.file\t\"audio-codec.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/audio-co(...TRUNCATED) |
avl-tree | "===== avl-tree.c =====\n/* A balanced binary search tree(AVLTree) implementation\n * Written by Col(...TRUNCATED) | "===== avl-tree.s =====\n\t.file\t\"avl-tree.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/avl-tree(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/avl-tree(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/avl-tree(...TRUNCATED) | "===== avl-tree.s =====\n\t.file\t\"avl-tree.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/avl-tree(...TRUNCATED) |
banner | "===== banner.c =====\n/*\n * Copyright (c) 1980, 1993, 1994\n *\tThe Regents of the University of C(...TRUNCATED) | "===== banner.s =====\n\t.file\t\"banner.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/banner/b(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/banner/b(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/banner/b(...TRUNCATED) | "===== banner.s =====\n\t.file\t\"banner.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/banner/b(...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.file\t\"bit-kernels.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bit-kern(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bit-kern(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bit-kern(...TRUNCATED) | "===== bit-kernels.s =====\n\t.file\t\"bit-kernels.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bit-kern(...TRUNCATED) |
blake2b | "===== blake2b.c =====\n/**\n * @addtogroup hash Hash algorithms\n * @{\n * @file\n * @author [Danie(...TRUNCATED) | "===== blake2b.s =====\n\t.file\t\"blake2b.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/blake2b/(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/blake2b/(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/blake2b/(...TRUNCATED) | "===== blake2b.s =====\n\t.file\t\"blake2b.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2p1_m2p0_a2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/blake2b/(...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.file\t\"bloom-filter.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bloom-fi(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bloom-fi(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bloom-fi(...TRUNCATED) | "===== bloom-filter.s =====\n\t.file\t\"bloom-filter.c\"\n\t.option pic\n\t.attribute arch, \"rv64i2(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/bloom-fi(...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.file\t\"boyer-moore-search.c\"\n\t.option pic\n\t.attribute ar(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/boyer-mo(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/boyer-mo(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/boyer-mo(...TRUNCATED) | "===== boyer-moore-search.s =====\n\t.file\t\"boyer-moore-search.c\"\n\t.option pic\n\t.attribute ar(...TRUNCATED) | "\n/home/alexanderpretko/ASPLOS/CodeGeneration/BuB/bringup-bench/generated_riscv64_reloc/O0/boyer-mo(...TRUNCATED) |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 84