Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavon/ghc-llvm
improvements to llvm to support functional-language compilers, e.g., ghc
https://github.com/kavon/ghc-llvm
compilers ghc haskell llvm
Last synced: 1 day ago
JSON representation
improvements to llvm to support functional-language compilers, e.g., ghc
- Host: GitHub
- URL: https://github.com/kavon/ghc-llvm
- Owner: kavon
- License: other
- Created: 2017-04-12T13:01:40.000Z (almost 8 years ago)
- Default Branch: with-intrinsic
- Last Pushed: 2017-10-28T22:16:28.000Z (over 7 years ago)
- Last Synced: 2024-12-21T21:11:41.006Z (about 2 months ago)
- Topics: compilers, ghc, haskell, llvm
- Language: LLVM
- Homepage:
- Size: 242 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.TXT
Awesome Lists containing this project
README
Low Level Virtual Machine (LLVM)
================================This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.