{"id":17119247,"url":"https://github.com/xhacker/long-stream-pass","last_synced_at":"2025-03-24T02:19:36.791Z","repository":{"id":143097946,"uuid":"53078666","full_name":"xhacker/long-stream-pass","owner":"xhacker","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-03T23:51:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T08:24:28.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"LLVM","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xhacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-03T19:52:55.000Z","updated_at":"2016-05-18T04:02:34.000Z","dependencies_parsed_at":"2023-04-02T13:18:53.457Z","dependency_job_id":null,"html_url":"https://github.com/xhacker/long-stream-pass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2Flong-stream-pass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2Flong-stream-pass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2Flong-stream-pass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhacker%2Flong-stream-pass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhacker","download_url":"https://codeload.github.com/xhacker/long-stream-pass/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245195961,"owners_count":20575938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T17:56:36.658Z","updated_at":"2025-03-24T02:19:36.772Z","avatar_url":"https://github.com/xhacker.png","language":"LLVM","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a very simple LLVM pass. It replaces the `add` between two `i128`s with a call to `add128`. We can then link it with `add128-def.s`, which contains a `add128` function using long stream addition. \n\nBased on [https://github.com/sampsyo/llvm-pass-skeleton](https://github.com/sampsyo/llvm-pass-skeleton).\n\n# How to Run?\n\n```\npushd build\ncmake ..\nmake\npopd\n\n# Run the original version\nllc add128.ll\nclang -o add128 add128.s\n./add128\n\n# Run the long stream addition version\nopt -load build/longstream/libLongstreamPass.so -longstream -S \u003c add128.ll \u003e add128-opt.ll\nllc add128-def.ll\nllc add128-opt.ll\nclang -o add128-opt add128-opt.s add128-def.s\n./add128-opt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhacker%2Flong-stream-pass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhacker%2Flong-stream-pass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhacker%2Flong-stream-pass/lists"}