data/
ucd/
17.0.0/
do/
doc/
ideas/
plan/
ARM32.md67.4K
BUILD_INTERNALS.md66.1K
BUILD_TESTING.md12.4K
DEBUG.md9.9K
INSTRUMENT.md34.9K
JIT.md13.4K
KITC.md11.1K
LINKER.md17.6K
MCU.md11.2K
OPTIMIZER.md22.6K
PROF.md4.4K
README.md4.9K
RELEASE.md9.4K
SYSROOTS.md11.0K
TODO.md11.1K
ARCH.md27.1K
ASM.md15.5K
BENCHMARKING.md13.0K
BUILD.md18.7K
BUILD_COORDINATOR.md75.5K
CBACKEND.md14.3K
CODEGEN.md20.9K
CODE_SIZE.md5.7K
DBG.md18.5K
DESIGN.md14.9K
DISTRIBUTE.md15.8K
DRIVER.md22.3K
DWARF.md21.6K
EMBEDDING.md7.1K
EMU.md23.0K
FRONTENDS.md19.4K
GRAM.md4.4K
INTERFACES.md25.0K
INTERPRETER.md19.5K
INTRODUCING_KIT.md12.2K
IR.md38.2K
JIT.md17.9K
KERNEL.md14.3K
LINK.md20.6K
OBJ.md22.2K
OPT.md49.5K
PORT.md14.4K
README.md4.0K
RELEASE.md10.3K
RUNTIME.md18.9K
TESTING.md29.5K
WASM.md18.4K
WINDOWS.md11.5K
driver/
cmd/
addr2line.c6.2K
ar.c25.6K
as.c9.4K
build.c104.4K
build_coord.c56.8K
cas.c11.9K
cc.c110.6K
cmp.c10.5K
compress.c15.5K
cpio.c38.3K
cpp.c10.5K
dbg.c112.7K
disas.c8.8K
emu.c10.3K
gram.c23.5K
hash.c18.1K
image.c35.6K
install.c6.9K
ld.c113.9K
make.c7.5K
mc.c10.6K
nm.c11.7K
objcopy.c27.0K
objdump.c50.3K
pkg.c32.4K
ranlib.c3.4K
run.c38.9K
size.c11.0K
strings.c8.2K
strip.c20.5K
symbolize.c7.0K
targets.c7.4K
update.c34.4K
xxd.c12.9K
env/
build_host_posix.c11.6K
build_host_windows.c15.0K
common.c23.4K
env_internal.h2.3K
env_posix.h4.8K
exec_posix.c7.7K
exec_windows.c12.5K
freebsd.c5.0K
icache_arm.c313B
icache_riscv.c420B
icache_x86.c484B
linux.c8.2K
macos.c8.2K
posix.c50.9K
posix_dbg.c12.5K
windows.c77.4K
lib/
archive_engine.c784B
archive_engine.h1022B
backtrace.c4.8K
backtrace.h2.7K
cflags.c5.4K
cflags.h3.0K
dist_host.c893B
dist_host.h642B
dwarfsym.c1.0K
dwarfsym.h1.6K
hosted.c4.6K
hosted.h1.9K
inputs.c12.8K
inputs.h5.7K
install_links.c3.3K
install_links.h2.9K
lib_resolve.c6.0K
lib_resolve.h3.5K
link_flags.c29.5K
link_flags.h4.1K
link_inputs.c18.8K
link_inputs.h9.5K
objedit.c1.1K
objedit.h1.6K
runtime.c38.4K
runtime.h2.7K
target.c15.7K
wasm_run.c31.9K
wasm_run.h2.6K
driver.h17.2K
env.h23.6K
env_build.h600B
main.c19.8K
release_key.c751B
version.c1009B
include/
kit/
support/
arch.h823B
archive.h3.6K
asm_emit.h174B
build.h8.2K
build_coord.h28.9K
cas.h6.7K
cg.h74.7K
compile.h22.0K
compress.h1.8K
config.h6.3K
core.h16.0K
dbg.h13.1K
disasm.h1.2K
driver.h392B
dwarf.h13.3K
emu.h3.3K
exec.h2.9K
frontend.h2.6K
gram.h8.4K
gram_lex.h8.4K
gram_parse.h11.5K
gram_pos.h9.2K
gram_unicode.h1.6K
hash.h1.8K
image.h5.9K
interp.h6.2K
jit.h2.8K
link.h13.5K
make.h5.3K
object.h23.2K
os.h6.1K
package.h11.0K
preprocess.h1.1K
profile.h13.7K
source.h2.0K
target.h9.1K
trace.h3.7K
wasm.h13.4K
lang/
c/
decl/
parse/
attr.h1.9K
cg.c24.6K
cg.h7.1K
parse.c69.6K
parse.h456B
parse_expr.c120.8K
parse_init.c56.1K
parse_priv.h23.5K
parse_stmt.c28.5K
parse_type.c60.2K
c.c9.3K
c.h812B
c_support.h340B
cpp/
toy/
asm.c14.6K
attrs.c12.9K
builtins.c60.5K
compile.c8.0K
data.c17.3K
decls.c17.9K
expr.c62.5K
internal.h20.2K
lexer.c10.1K
lexer.h1.5K
literals.c2.7K
parser.c64.1K
parser_core.c17.9K
symbols.c9.4K
toy.h128B
types.c32.9K
wasm/
mk/
bootstrap.mk5.2K
config.mk660B
dist.mk3.2K
driver_srcs.mk5.1K
env.mk7.2K
flags.mk8.2K
lib_srcs.mk15.3K
maint.mk4.5K
port.mk3.4K
rt.mk12.8K
test.mk68.7K
test_unit.mk6.4K
recipes/
buildkit/
common.sh30.0K
rt/
include/
kit/
assert.h1.3K
ctype.h393B
emmintrin.h55B
float.h2.1K
inttypes.h5.4K
iso646.h279B
limits.h1.9K
math.h1.0K
mm_malloc.h240B
setjmp.h3.0K
stdalign.h210B
stdarg.h460B
stdatomic.h7.9K
stdbit.h14.7K
stdbool.h199B
stdckdint.h404B
stddef.h729B
stdint.h7.6K
stdio.h465B
stdlib.h1.2K
stdnoreturn.h151B
string.h1.1K
x86intrin.h536B
lib/
arm/
assert/
assert.c1.7K
atomic/
atomic_common.inc11.3K
cache/
clear_cache.c580B
coro/
aarch64.c2.1K
aarch64_elf.s1.6K
aarch64_macho.s1.7K
arm32.c8.1K
arm32_thumb1.c6.9K
coro.c4.6K
i386.c5.5K
riscv32.c9.1K
riscv64.c8.0K
x86_64.c4.9K
x86_64_win.c8.7K
ctype/
ctype.c2.1K
fp/
fp.c13.2K
fp_tf/
fp_tf.c15.6K
fp_ti/
fp_ti.c3.8K
impl/
fp_add_impl.inc5.8K
fp_div_impl.inc18.7K
fp_extend_impl.inc12.4K
fp_mul_impl.inc4.8K
fp_trunc_impl.inc14.1K
int_div_impl.inc4.9K
include/
common/
ilp32_le/
int_lib.h2.3K
llp64_le/
int_lib.h2.6K
lp64_le/
int_lib.h3.0K
lp64_le_ldbl128/
tf_supplement.h853B
int32/
int32.c4.2K
int64/
int64.c12.6K
kit/
ifunc_init.c1.6K
mem/
mem.c1.7K
riscv/
stack/
stdio/
printf.c13.4K
string/
string.c3.7K
README.md15.2K
rules/
c/
scripts/
win/
bootstrap.ps1.in3.5K
arm32batch.sh1.5K
arm32probe.sh1.5K
cc_bench.sh16.0K
cc_bench_gen.py11.8K
cc_bench_hot.sh1.6K
cc_bench_report.py13.2K
check_no_cstr.sh1.7K
code_size.sh5.6K
cross_test.sh17.9K
ecosystem.sh5.2K
ecosystem_speed.sh21.2K
freebsd_vm.sh24.8K
hosted.sh14.6K
kit_cross.sh7.2K
kit_freebsd.sh4.3K
o1_quality.sh5.2K
opt_bench.sh18.5K
provision.sh2.5K
release.sh17.7K
relmap_md.awk7.6K
selfhost.sh7.3K
stage_docs.sh667B
windows_cross.sh3.5K
windows_vm.sh39.6K
src/
abi/
abi.c11.1K
abi.h5.8K
abi_aapcs32.c6.1K
abi_aapcs64.c3.7K
abi_apple_x64.c1.0K
abi_internal.h4.9K
abi_rv64.c12.4K
abi_sysv_x64.c9.2K
abi_win64_x64.c4.8K
registry.c2.6K
api/
arch.c1.4K
archive.c20.2K
asm_emit.c45.7K
build.c13.9K
build_coord.c17.7K
cas.c14.9K
compile.c32.0K
compress.c2.6K
config_stubs.c35.5K
core.c11.7K
disasm.c9.2K
frontend.c1.6K
hash.c3.4K
image.c1.3K
lang_registry.c2.3K
lang_registry.h849B
link.c49.2K
make.c2.7K
object_builder.c13.2K
object_detect.c3.6K
object_file.c28.9K
object_rewrite.c1.0K
package.c68.9K
source.c1.9K
support_arena.c1.1K
target.c27.8K
wasm.c1.6K
wasm_host.c40.3K
arch/
aa64/
arm32/
riscv/
wasm/
abi.c4.6K
arch.c5.9K
disasm.c7.1K
disasm.h135B
emit.c181.9K
internal.h16.4K
ir_emit.c35.8K
structure.c27.5K
target.c2.1K
x64/
arch.h22.9K
cgtarget.c3.7K
check_target.c9.3K
dbg_stubs.c209B
disasm.c2.1K
disasm_stubs.c355B
dwarf.c472B
emu_stubs.c61B
link_stubs.c234B
mc.c31.5K
mc.h9.4K
native_target.c6.9K
native_target.h51.2K
registry.c5.7K
asm/
build/
build.c3.6K
build.h6.5K
bundle.c56.7K
bundle.h3.5K
cfg.c10.3K
cfg.h4.2K
coord.c60.0K
coord.h14.4K
defn.c21.3K
defn.h4.2K
protocol.c13.4K
protocol.h5.6K
remote.c10.2K
remote.h2.6K
resolve.c45.4K
resolve.h10.1K
runner.c40.8K
runner.h6.3K
store.c15.8K
store.h6.2K
trace.c45.1K
trace.h10.0K
workspace.c11.6K
workspace.h1.5K
cg/
arith.c82.8K
asm.c12.9K
atomic.c15.0K
call.c13.2K
cgir.h18.3K
cgtarget.h19.2K
const.c14.5K
control.c55.2K
data.c27.2K
debug.c10.6K
fold.c23.2K
fold.h5.2K
internal.h33.5K
ir.c9.7K
ir.h7.6K
ir_dump.c12.5K
ir_eval.c3.8K
ir_eval.h3.1K
ir_recorder.c23.2K
ir_recorder.h1.1K
local.c4.5K
memory.c33.3K
native_argmove.c4.8K
native_argmove.h2.8K
native_asm.c19.9K
native_asm.h9.2K
native_direct_target.c111.4K
native_frame.c5.7K
native_frame.h7.2K
session.c19.0K
symbol.c3.9K
type.c51.7K
type.h5.9K
value.c26.1K
wide.c12.2K
core/
arena.c4.4K
arena.h1.2K
buf.c5.7K
buf.h2.3K
bytes.h1.9K
config_assert.c8.5K
core.c6.7K
core.h6.2K
crc32.c559B
crc32.h535B
diag.c893B
diag.h935B
hashmap.h231B
heap.h513B
metrics.h13.0K
pool.c8.1K
pool.h1.9K
profile.c12.1K
profile.h1.0K
segvec.h7.6K
sha256.c12.9K
sha256.h334B
slice.c354B
slice.h1.3K
source.c6.2K
strbuf.c1.0K
strbuf.h2.4K
util.h1.1K
vec.c520B
vec.h1.0K
dbg/
debug/
debug.c15.4K
debug.h5.8K
debug_abbrev.c3.0K
debug_emit.c45.8K
debug_form.c2.5K
debug_internal.h6.2K
dwarf_cfi.c13.1K
dwarf_defs.h7.0K
dwarf_die.c12.9K
dwarf_dump.c17.3K
dwarf_internal.h13.4K
dwarf_line.c18.0K
dwarf_loc.c12.2K
dwarf_open.c24.4K
dwarf_query.c14.2K
dwarf_type.c14.4K
dist/
b64.c2.1K
b64.h946B
blake2b.c500B
blake2b.h661B
blob.c4.3K
blob.h1.0K
cas.c8.6K
cas.h2.1K
deflate.c80.7K
deflate.h651B
dist.c1.0K
dist.h2.2K
dist_parse.h2.5K
ed25519.c876B
ed25519.h877B
kpkg.c21.4K
kpkg.h3.2K
lz4.c1.3K
lz4.h432B
lz4frame.c5.5K
lz4frame.h1021B
manifest.c18.8K
manifest.h1.9K
minisig.c10.5K
minisig.h3.2K
release.c12.3K
release.h1.9K
tar.c3.9K
tar.h1.2K
tree.c10.7K
tree.h1.2K
trust.c2.0K
trust.h1.1K
gram/
generator.c207.2K
internal.h22.5K
lex_byte.c70.9K
lex_dfa.c17.3K
lex_dfa.h6.2K
lex_range.c21.3K
lex_range.h6.9K
lex_runtime.c42.8K
lex_scalar.c27.8K
lex_tokens.c32.8K
lex_unicode.c16.7K
ll1.c42.9K
meta.ebnf6.2K
meta_tables.c54.6K
meta_tables.h2.4K
parse_runtime.c59.2K
unicode.c5.6K
unicode_props.c501.4K
unicode_props.h1.2K
interp/
link/
link.c30.4K
link.h12.9K
link_arch.c264B
link_arch.h8.7K
link_image_id.c2.0K
link_internal.h26.9K
link_jit.c62.9K
link_layout.c91.1K
link_reloc_layout.c36.2K
link_relocatable.c15.9K
link_resolve.c55.1K
link_script.c51.1K
make/
obj/
coff/
archive.c9.3K
coff.h22.6K
emit.c25.8K
link.c71.7K
read.c32.6K
read_dso.c7.8K
read_image.c15.6K
read_util.c2.8K
read_util.h1.6K
reloc_aarch64.c3.4K
reloc_x86_64.c2.6K
rewrite.c12.4K
elf/
elf.h19.1K
emit.c31.4K
emu_load.c18.2K
link.c75.4K
link_dyn.c52.7K
link_dyn.h5.5K
read.c49.2K
reloc_aarch64.c10.2K
reloc_arm.c7.4K
reloc_riscv32.c1.2K
reloc_riscv64.c9.3K
reloc_x86_64.c5.7K
rewrite.c9.5K
macho/
emit.c30.0K
link.c99.8K
macho.h9.3K
read.c38.7K
reloc_aarch64.c6.3K
reloc_x86_64.c3.7K
rewrite.c13.3K
tbd_read.c11.4K
archive_stubs.c573B
bytebuf.h3.2K
emu_stubs.c66B
format.h16.5K
image.c48.0K
image.h831B
link_stubs.c652B
obj.c53.7K
obj.h54.8K
obj_secnames.c14.2K
obj_tls.c9.8K
registry.c35.3K
reloc.c2.2K
reloc.h3.1K
reloc_apply.c9.2K
reloc_apply.h1.1K
rewrite.c2.4K
rewrite.h1.4K
symresolve.c1.7K
symresolve.h3.2K
wasm_imports.c3.1K
wasm_imports.h1.1K
opt/
cg_ir_lower.c44.2K
ir.c9.2K
ir.h27.2K
ir_print.c10.4K
mir_clone.c11.9K
opt.c42.9K
opt.h6.5K
opt_internal.h9.8K
opt_util.c7.2K
pass_addr_fold.c34.1K
pass_analysis.c31.2K
pass_cfg.c9.2K
pass_coalesce.c17.7K
pass_combine.c102.5K
pass_copy.c9.7K
pass_dce.c6.2K
pass_hard_live.c3.6K
pass_inline.c33.4K
pass_jump.c24.3K
pass_live.c28.7K
pass_loop.c3.3K
pass_lower.c72.7K
pass_machinize.c11.5K
pass_mir.c23.2K
pass_native_emit.c119.0K
pass_o2.c78.7K
pass_simplify.c19.9K
pass_ssa.c31.8K
reg_effects.c7.5K
os/
wasm/
decode.c40.5K
encode.c15.4K
insn.c14.3K
module.c17.8K
validate.c46.9K
wasm.h21.7K
wasm_insn_table.c19.5K
wat.c73.1K
test/
api/
abi_classify_test.c32.6K
cas_test.c4.8K
cg_const_test.c6.7K
cg_control_test.c19.0K
cg_fp_cmp_test.c10.5K
cg_switch_test.c20.5K
cg_type_test.c68.8K
hash_test.c3.0K
profile_test.c3.1K
target_test.c16.1K
ar/
arch/
aa64_isa_test.c8.1K
aa64_sweep_gen.c2.8K
arm32_decode_test.c24.4K
arm32_inline_test.c12.5K
x64_dbg_test.c5.6K
asm/
decode/
encode/
aa64_cmp_cset.s128B
aa64_data_leb.s140B
aa64_fp.s339B
aa64_fp_ldst.s193B
aa64_stp_ldp_q.s111B
exit_zero.s170B
rv32_arith.s180B
rv32_branches.s122B
rv32_fp.s226B
rv32_jumps.s78B
rv32_loadstore.s178B
rv32_muldiv.s166B
rv32_shifts.s121B
rv64_arith.s202B
rv64_atomics.s244B
rv64_branches.s154B
rv64_calls.s96B
rv64_csr.s150B
rv64_exit_zero.s106B
rv64_fence.s59B
rv64_fp.s322B
rv64_fp_cvt.s305B
rv64_loads.s129B
rv64_muldiv.s226B
rv64_shifts.s126B
x64_exit_42.s112B
x64_isa_core.s354B
x64_rdtsc.s118B
harness/
asm_runner.c22.9K
listing/
roundtrip/
agg_bitfield.c513B
agg_byptr.c528B
agg_byval.c569B
agg_byval_big.c575B
agg_nested.c579B
agg_ret.c488B
agg_ret_sret.c637B
agg_union.c507B
arith.c357B
atomic_cas.c351B
atomic_ops.c504B
atomic_rmw.c487B
call.c564B
callx_chain.c429B
callx_indirect.c483B
callx_retval.c426B
cond.c456B
conv_fp_fp.c642B
conv_intnarrow.c1.2K
ctl_breakcont.c731B
ctl_dowhile.c351B
ctl_for.c351B
ctl_for_long.c358B
ctl_ifelse.c414B
ctl_nested.c498B
ctl_ternary.c325B
ctl_while.c342B
fparith_double.c421B
fpcmp_branch.c413B
fpcmp_float_eq.c317B
fpcmp_float_lt.c419B
fpcmp_nan.c795B
fpcmp_zero.c428B
glob_addr.c594B
glob_array.c392B
glob_bss_write.c852B
glob_long_rw.c515B
glob_rw.c619B
glob_static.c921B
glob_string.c420B
global.c305B
iarith_addsub.c410B
iarith_long.c1.0K
iarith_mul.c279B
ibit_andnot.c431B
ibit_logic.c493B
ibit_logic_imm.c500B
ibit_long.c538B
ibit_not.c255B
ibit_shift_var.c724B
icmp_cmp_imm.c616B
icmp_csel_int.c828B
iunop_chain.c381B
iunop_lognot.c247B
iunop_lognot64.c264B
iunop_neg.c236B
iunop_neg64.c209B
iunop_not.c191B
iunop_not64.c199B
jumptable.c888B
loop.c578B
mem_array.c519B
mem_long_array.c545B
mem_ptr_widths.c944B
mem_signed.c727B
mem_struct.c704B
mem_u32_zext.c576B
mem_volatile.c495B
mem_widths.c743B
ret42.c526B
sw_char.c549B
sw_default.c525B
sw_enum.c592B
sw_fallthrough.c665B
sw_long.c566B
sw_nested.c625B
sw_sparse.c626B
sw_unsigned.c562B
CORPUS.md3.4K
diff_llvm.sh5.8K
hostas_cross.sh15.3K
hostas_toy.sh8.9K
regen-rv32.sh4.3K
regen-rv64.sh4.2K
regen.sh5.3K
roundtrip.sh12.4K
roundtrip_toy.sh6.2K
run.sh16.7K
symmetry.sh5.2K
audit/
release/
fixtures/
api_context.c1.9K
api_diagnostic.c1.8K
api_frontend.c4.7K
cas_map.txt24B
gram_main.c351B
group_left.c123B
group_main.c124B
group_right.c127B
poly_main.c79B
sentinel-tool.sh340B
uthash_probe.c392B
weak_value.c61B
lib/
harness.sh11.5K
modules/
README.md6.6K
run.sh6.3K
build/
buildcmds/
golden/
run.sh48.2K
buildcoord/
run.sh68.6K
cas/
run.sh9.1K
cg/
coff/
CORPUS.md9.0K
README.md1.8K
kit-roundtrip-coff.c46.1K
pe-dso-forwarder.c11.3K
pe-image-read.c13.7K
pe-import-mingw.c11.7K
pe-import-smoke.c15.4K
pe-mixed-archive.c12.2K
cpio/
run.sh10.8K
cross/
cases/
dbg/
cases/
batch-error-exit/
run.sh9.1K
debug/
cfi_unit.c11.1K
roundtrip_unit.c13.3K
diagnostics/
run.sh4.7K
dist/
keys/
run.sh22.9K
driver-wasm/
run.sh19.0K
driver/
fixtures/
gen_libc_so.py2.9K
libc.so592B
stack_char8.c132B
stack_main.c87B
stack_overflow.c247B
stack_runtime.c365B
help_uniform.sh6.6K
run.sh68.7K
targets.sh3.3K
dwarf/
dwarf_test.c39.1K
ecosystem/
expected/
known_bugs/
recipes/
cjson.recipe453B
lua.recipe1010B
lz4.recipe449B
miniz.recipe602B
sqlite.recipe2.4K
tinyexpr.recipe605B
yyjson.recipe776B
scripts/
hello.lua1.1K
sqlite.sql1.4K
use/
README.md2.8K
run.sh8.7K
elf/
bad/
bad_magic.elf1008B
gen.py7.6K
rela_entsize_bad.elf1008B
rela_info_oob.elf1008B
shentsize_bad.elf1008B
shoff_oob.elf1008B
shstrndx_oob.elf1008B
symtab_link_oob.elf1008B
symtab_size_bad.elf1008B
wrong_class.elf1008B
wrong_endian.elf1008B
cases/
.gitkeep0B
01_return42.c879B
02_static_func.c290B
03_weak_def.c280B
04_hidden_sym.c314B
05_common_sym.c430B
06_tls.c347B
07_init_array.c447B
08_alias.c284B
09_ifunc.c397B
13_comdat.c381B
14_got_pic.c354B
15_ldst_widths.c394B
16_tail_call.c219B
17_cst_addrsig.c502B
18_bti_note.c423B
19_visibility.c523B
unit/
CORPUS.md9.9K
README.md2.4K
kit-roundtrip.c4.4K
normalize.py9.7K
run.sh10.7K
emu/
extlink/
run.sh4.7K
gram/
errors/
machine_errors/
realistic/
standalone/
anchors.ebnf523B
calc.c6.2K
calc.ebnf225B
calc.h1008B
calc_test.c14.4K
desugar.ebnf737B
desugar_test.c3.8K
features.ebnf445B
features_lexer.c6.1K
features_lexer.h583B
features_test.c2.4K
gram_test.h2.2K
keywords.ebnf1.5K
keywords_test.c8.8K
lexer_test.c13.1K
machine.ebnf2.7K
machine_test.c12.0K
match_test.c17.8K
mixfix.ebnf584B
pos_utf8.ebnf147B
position_test.c5.9K
pratt_calc.ebnf162B
run.sh10.4K
run_driver.sh4.4K
unicode.ebnf212B
utf8_runtime_test.c10.5K
interp/
interp_smoke_test.c21.1K
lib/
check_rv64_env.sh11.8K
exec_bare.sh24.6K
exec_kernel.sh774B
exec_target.sh20.0K
exec_vm.sh11.6K
kit_corpus.sh14.4K
kit_sh_assert.sh3.0K
kit_sh_kit.sh3.5K
kit_sh_report.sh7.5K
kit_skip.sh2.2K
kit_unit.h8.0K
parallel.sh1.7K
test_images.sh2.4K
libc/
cases/
freebsd/
run.sh7.6K
glibc/
musl/
link/
cases/
01_exit_value/
a.c142B
02_rodata_u8/
a.c161B
03_rodata_u16/
a.c204B
04_rodata_u32/
a.c214B
05_rodata_u64/
a.c248B
06_rodata_u128/
a.c470B
07_data_rw/
a.c311B
08_bss_zero/
a.c154B
09_data_fnptr/
a.c181B
16_weak_undef/
a.c266B
20_init_array/
a.c222B
25b_no_gc_baseline/
25c_gc_data/
25d_gc_chain/
25e_gc_keep_init_array/
25f_gc_retain/
25g_gc_keeps_data_via_reloc/
25h_gc_start_stop/
28_extern_resolver/
35_linker_script_kernel/
a.c165B
cflags32B
entry.aa64.S2.2K
entry.rv64.S1.3K
expected2B
kernel.aa64.lds407B
kernel.rv64.lds428B
targets18B
36_tls_basic/
a.c529B
40_macho_gc_dead_atom_reloc/
41_macho_many_atom_relocs/
41_macho_script_atoms/
elf-dso-aa64/
harness/
macho_symbols/
CORPUS.md8.5K
compat-driver.sh2.7K
link_compat_test.c29.5K
link_script_test.c37.6K
macho-symbols.sh2.5K
reloc_apply_test.c11.9K
reloc_desc_test.c10.8K
riscv-flags.sh3.9K
run.sh30.2K
rv32_jit_test.c10.2K
rv64_jit_test.c9.7K
macho/
normalize.py8.9K
make/
run.sh5.9K
objcopy/
cases/
run.sh722B
objdump/
aarch64-darwin/
cases/
aarch64-windows/
cases/
aarch64/
cases/
dwarf/
cases/
rv64/
wasm/
cases/
x86_64-windows/
cases/
run.sh1.1K
opt/
combine_cse_test.c16.6K
location_mir_test.c42.7K
lto_phase1.sh17.0K
o1_cmp_imm.sh3.4K
o1_coalesce.sh3.2K
o1_inline_cap.sh5.6K
o1_local_cse.sh7.6K
o1_remat.sh4.6K
o1_stack_dse.sh4.6K
o1_switch_imm.sh6.8K
o1p_aa64.sh5.1K
o1p_combine.sh19.5K
o1p_rider.sh10.6K
prologue_tier.sh7.7K
reg_effects_test.c37.6K
run.sh5.5K
rv64_far_slot.sh6.4K
zero_arg.sh2.2K
parse/
cases/
cases_err/
harness/
parse_runner.c17.5K
CORPUS.md59.1K
run.sh28.3K
run_errors.sh3.1K
pkg/
run.sh30.4K
pp/
cases/
87_ifdef.c63B
88_ifndef.c65B
8f_if_binops.c607B
90_inc.h13B
91_inc.h21B
92_inc.h3B
93_a.h24B
93_b.h7B
95_has_include.c564B
95_inc.h67B
96_inc.h23B
cases_err/
CORPUS.md18.1K
run.sh4.5K
run_errors.sh2.7K
release/
run.sh4.0K
rpn-lang/
rt/
cases/
addr2line.sh9.3K
addr2line_prog.c2.3K
run.sh5.9K
smoke.c11.1K
smoke/
arm32.sh12.8K
arm32_macros.sh4.9K
ios_app.c3.3K
ios_app.sh5.3K
rv32.sh14.2K
rv64.sh5.9K
rv64_tls_link.sh3.6K
x64.sh4.8K
x64_macos.sh4.9K
strings/
cases/
run.sh722B
strip/
tier1/
frontend/
README.md1.1K
run-kitchen.sh4.5K
kitchen/
cross/
shared_dep.c54B
frontend/
c_kitchen.c711B
pp_kitchen.c342B
pp_kitchen.h75B
toy_kitchen.toy397B
wasm_emit_main.c115B
wasm_kitchen.wat568B
objlink/
manifests/
system/
system/
README.md1012B
run_logged.sh2.3K
timing.sh1.6K
tools/
run.sh49.4K
toy/
cases/
05_if_else.toy164B
06_while_sum.toy173B
124_slices.toy355B
37_tail_sret.toy405B
67_abi_attrs.toy263B
err/
demo.toy1.4K
run.sh32.8K
vm.sh11.1K
wasm-target/
wasm/
cases/
br_table.wat224B
call_chain.wat162B
control_loop.wat330B
float_ops.wat123B
folded.wat143B
global_state.wat173B
if_result.wat130B
if_return.wat176B
int_ops.wat241B
labeled_gcd.wat502B
loop_param.wat135B
memory64.wat216B
memory_data.wat141B
memory_grow.wat155B
memory_store.wat139B
multi_memory.wat260B
named_refs.wat229B
return42.wat97B
select.wat136B
start_global.wat176B
table_offset.wat246B
tail_call.wat355B
trunc_sat.wat643B
err/
start_sig.wat130B
harness/
start_wasm.c8.4K
wasm_tool.c3.3K
meta/
trap/
bounds.wat98B
div_overflow.wat109B
div_zero.wat98B
signature.wat286B
table_null.wat158B
table_oob.wat281B
run.sh21.3K
TESTMAP.md1.9K
vendor/
lz4/
LICENSE1.3K
lz4.c115.4K
lz4.h44.9K
lz4frame.c89.2K
lz4frame.h35.2K
lz4hc.c91.2K
lz4hc.h19.8K
xxhash.c33.7K
xxhash.h13.2K
monocypher/
BUILD.kit456B
Makefile11.8K
README.md8.1K
VERSION9B