{"id":15101427,"url":"https://github.com/simomux/llvm_17","last_synced_at":"2026-01-08T06:08:32.523Z","repository":{"id":227125814,"uuid":"770532158","full_name":"simomux/LLVM_17","owner":"simomux","description":"Lab assignments for my Middle-End compilers class A.Y. 2023-2024","archived":false,"fork":false,"pushed_at":"2024-06-10T08:43:15.000Z","size":1851,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T10:10:01.517Z","etag":null,"topics":["compiler-passes","dataflow","llvm"],"latest_commit_sha":null,"homepage":"","language":"C++","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/simomux.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":"2024-03-11T17:59:27.000Z","updated_at":"2024-06-10T08:43:19.000Z","dependencies_parsed_at":"2025-02-05T11:49:54.556Z","dependency_job_id":"052d851d-0b70-4699-b6e6-e9a004c650b6","html_url":"https://github.com/simomux/LLVM_17","commit_stats":null,"previous_names":["simomux/llvm_17"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simomux%2FLLVM_17","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simomux%2FLLVM_17/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simomux%2FLLVM_17/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simomux%2FLLVM_17/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simomux","download_url":"https://codeload.github.com/simomux/LLVM_17/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301999,"owners_count":20755514,"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":["compiler-passes","dataflow","llvm"],"created_at":"2024-09-25T18:22:52.379Z","updated_at":"2026-01-08T06:08:32.489Z","avatar_url":"https://github.com/simomux.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lab assignments for my Middle-End compilers class A.Y. 2023-2024\n\nLLVM version: 17.0.6\n\nLLVM was build by it's source code at: [github link](https://github.com/llvm/llvm-project/releases/tag/llvmorg-17.0.6)\n\nSource was then configured with CMake as follows:\n```\ncmake ../SRC/llvm -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../INSTALL -DBUILD_SHARED_LIBS=on -DLLVM_ENABLE_PROJECTS=\"clang\" -DLLVM_TARGETS_TO_BUILD=host\n```\n\nAfter that source was built in separare directory with:\n```\nmake -j\u003cnumber of jobs\u003e\n```\n\nand finally installed with:\n```\nmake install\n```\n\nThis was all done because during this class we will have to create our own optimization passes and rebuild `opt` to test them, so a binary version of LLVM can't be used.\n\nFinal build should be ~3.6 GB.\n\nAll exercises are stored in `TEST` with a brief description of them in a README.\n\nAll steps about adding function and include to LLVM files are commented in each file that needs that, I didn't load on the git every modified file since it would be a useless waste of space.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimomux%2Fllvm_17","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimomux%2Fllvm_17","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimomux%2Fllvm_17/lists"}