LLVM

Julia wrapper for the LLVM C API

https://github.com/juliallvm/llvm.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 31 committers (6.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary

Keywords

hacktoberfest julia julia-library llvm llvm-bindings

Keywords from Contributors

julialang julia-package fluxes heterogeneous-parallel-programming graphics the-human-brain pdes optim fluid-dynamics data-assimilation
Last synced: 6 months ago · JSON representation ·

Repository

Julia wrapper for the LLVM C API

Basic Info
  • Host: GitHub
  • Owner: JuliaLLVM
  • License: other
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 5.01 MB
Statistics
  • Stars: 143
  • Watchers: 8
  • Forks: 43
  • Open Issues: 19
  • Releases: 0
Topics
hacktoberfest julia julia-library llvm llvm-bindings
Created over 9 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

README.md

LLVM C API wrapper

A Julia wrapper for the LLVM C API.

PkgEval

The LLVM.jl package is a Julia wrapper for the LLVM C API, and can be used to work with the LLVM compiler framework from Julia. You can use the package to work with LLVM code generated by Julia, to interoperate with the Julia compiler, or to create your own compiler. It is heavily used by the different GPU compilers for the Julia programming language.

Requirements

LLVM.jl is supported on Julia 1.10+, and thus requires LLVM 15. However, the package is really only intended to be used with the LLVM library shipped with Julia. That means you can not use it with other LLVM libraries, like the one provided by your operating system. It is recommended to use the official binaries from julialang.org, but custom builds are supported too (as long as they provide a dynamically-linked copy of the LLVM library).

Installation

LLVM.jl can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add LLVM

Or, equivalently, via the Pkg API:

julia julia> import Pkg; Pkg.add("LLVM")

Owner

  • Name: JuliaLLVM
  • Login: JuliaLLVM
  • Kind: organization

Citation (CITATION.bib)

@article{LLVM.jl-2017,
  author    = {Besard, Tim and Foket, Christophe and De Sutter, Bjorn},
  title     = {Effective Extensible Programming: Unleashing {Julia} on {GPUs}},
  journal   = {IEEE Transactions on Parallel and Distributed Systems},
  year      = {2018},
  doi       = {10.1109/TPDS.2018.2872064},
  ISSN      = {1045-9219},
}

GitHub Events

Total
  • Create event: 16
  • Commit comment event: 10
  • Release event: 6
  • Issues event: 8
  • Watch event: 8
  • Delete event: 7
  • Issue comment event: 48
  • Push event: 54
  • Pull request review comment event: 2
  • Pull request review event: 6
  • Pull request event: 28
  • Fork event: 4
Last Year
  • Create event: 16
  • Commit comment event: 10
  • Release event: 6
  • Issues event: 8
  • Watch event: 8
  • Delete event: 7
  • Issue comment event: 48
  • Push event: 54
  • Pull request review comment event: 2
  • Pull request review event: 6
  • Pull request event: 28
  • Fork event: 4

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,128
  • Total Committers: 31
  • Avg Commits per committer: 36.387
  • Development Distribution Score (DDS): 0.109
Past Year
  • Commits: 110
  • Committers: 10
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.173
Top Committers
Name Email Commits
Tim Besard t****d@g****m 1,005
Valentin Churavy v****y@g****m 60
dependabot[bot] 4****] 7
Kristoffer Carlsson k****n@c****e 6
github-actions[bot] 4****] 5
Anton Smirnov t****7@g****m 4
Gnimuc q****i@g****m 4
Julian P Samaroo j****o@j****e 3
Stijn De Ridder s****r@h****m 3
Gabriel Baraldi b****l@g****m 3
Prem Chintalapudi p****i@g****m 3
Christian Guinard 2****d 2
Florian f****r@g****m 2
William Moses gh@w****m 2
Yichao Yu y****2@g****m 2
femtocleaner[bot] f****] 2
CompatHelper Julia c****y@j****g 1
Gaika h****b@g****s 1
Tom Short t****s@g****m 1
Takafumi Arakaki t****a@g****m 1
SimonDanisch s****h@g****m 1
Orjan Ameye o****e@h****m 1
Nathan Daly 4****y 1
Mosè Giordano g****o 1
Mason Protter m****r@i****m 1
Julia TagBot 5****t 1
Joel Lacour T****w 1
Fredrik Ekre e****k@g****m 1
Cody Tapscott 8****y 1
Anshul Singhvi a****7@s****u 1
and 1 more...
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 32
  • Total pull requests: 109
  • Average time to close issues: 3 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 26
  • Total pull request authors: 17
  • Average comments per issue: 4.91
  • Average comments per pull request: 1.44
  • Merged pull requests: 86
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 8
  • Pull requests: 28
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 5 hours
  • Issue authors: 6
  • Pull request authors: 6
  • Average comments per issue: 0.5
  • Average comments per pull request: 1.96
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • maleadt (4)
  • wsmoses (2)
  • mariosgeo (2)
  • maxMel1 (1)
  • TheOnlySilverClaw (1)
  • ghost (1)
  • tshort (1)
  • dlfivefifty (1)
  • JuliaTagBot (1)
  • 1m1-github (1)
  • pemryan (1)
  • Immortalin (1)
  • davidssmith (1)
  • Thomas008 (1)
  • staticfloat (1)
Pull Request Authors
  • maleadt (74)
  • vchuravy (8)
  • KristofferC (5)
  • fatteneder (3)
  • yuyichao (3)
  • SimonDanisch (2)
  • femtocleaner[bot] (2)
  • TheOnlySilverClaw (2)
  • dependabot[bot] (1)
  • JobJob (1)
  • andreasnoack (1)
  • tshort (1)
  • ghost (1)
  • musm (1)
  • YingboMa (1)
Top Labels
Issue Labels
build (3) enhancement (3) api coverage (2) bug (1)
Pull Request Labels
build (9) api coverage (5) bug (1) dependencies (1) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 5,197 total
  • Total dependent packages: 30
  • Total dependent repositories: 16
  • Total versions: 109
juliahub.com: LLVM

Julia wrapper for the LLVM C API

  • Versions: 109
  • Dependent Packages: 30
  • Dependent Repositories: 16
  • Downloads: 5,197 Total
Rankings
Dependent repos count: 2.2%
Dependent packages count: 2.5%
Forks count: 3.4%
Average: 3.6%
Stargazers count: 6.3%
Last synced: 6 months ago

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v3 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/setup-julia v1 composite
  • julia-actions/setup-julia latest composite
.github/workflows/CompatHelper.yml actions
  • julia-actions/setup-julia v1 composite