LICENSE
README.md
pyproject.toml
src/simdref/__init__.py
src/simdref/__main__.py
src/simdref/annotate.py
src/simdref/arm_instructions.py
src/simdref/cli.py
src/simdref/display.py
src/simdref/filters.py
src/simdref/ingest.py
src/simdref/ingest_catalog.py
src/simdref/ingest_pdf.py
src/simdref/ingest_sources.py
src/simdref/lsp.py
src/simdref/manpages.py
src/simdref/models.py
src/simdref/pdfrefs.py
src/simdref/perf.py
src/simdref/queries.py
src/simdref/riscv.py
src/simdref/search.py
src/simdref/storage.py
src/simdref/tui.py
src/simdref/web.py
src/simdref.egg-info/PKG-INFO
src/simdref.egg-info/SOURCES.txt
src/simdref.egg-info/dependency_links.txt
src/simdref.egg-info/entry_points.txt
src/simdref.egg-info/requires.txt
src/simdref.egg-info/top_level.txt
src/simdref/pdfparse/__init__.py
src/simdref/pdfparse/base.py
src/simdref/pdfparse/intel.py
src/simdref/pdfparse/registry.py
src/simdref/pdfparse/types.py
src/simdref/perf_sources/__init__.py
src/simdref/perf_sources/cores.py
src/simdref/perf_sources/llvm_mca.py
src/simdref/perf_sources/llvm_scheduling.py
src/simdref/perf_sources/merge.py
src/simdref/templates/__init__.py
src/simdref/templates/app.js
src/simdref/templates/favicon.svg
src/simdref/templates/index.html
src/simdref/templates/logo.svg
src/simdref/templates/style.css
tests/test_annotate.py
tests/test_cli_help.py
tests/test_cli_llm.py
tests/test_coverage_live.py
tests/test_coverage_parity.py
tests/test_display.py
tests/test_filters.py
tests/test_ingest_sources.py
tests/test_lsp_web.py
tests/test_models.py
tests/test_pdfparse.py
tests/test_perf.py
tests/test_perf_sources.py
tests/test_presentation.py
tests/test_search.py
tests/test_search_pushdown.py
tests/test_source_kind_filter.py
tests/test_source_validation.py
tests/test_storage_schema.py
tests/test_tui.py
tests/test_x86_linking.py