https://github.com/sethfowler/llvm
Temporary LLVM fork
https://github.com/sethfowler/llvm
Last synced: about 1 month ago
JSON representation
Temporary LLVM fork
- Host: GitHub
- URL: https://github.com/sethfowler/llvm
- Owner: sethfowler
- License: other
- Created: 2013-05-17T19:24:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T19:47:26.000Z (about 13 years ago)
- Last Synced: 2025-03-01T09:45:04.926Z (over 1 year ago)
- Language: C++
- Size: 138 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 the Low Level
Virtual Machine, 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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.