- Notifications
You must be signed in to change notification settings - Fork0
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches athttp://reviews.llvm.org.
License
lhutton1/llvm-project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for theconstruction of highly optimized compilers, optimizers, and run-timeenvironments.
The LLVM project has multiple components. The core of the project isitself called "LLVM". This contains all of the tools, libraries, and headerfiles needed to process intermediate representations and convert them intoobject files. Tools include an assembler, disassembler, bitcode analyzer, andbitcode optimizer.
C-like languages use theClang frontend. Thiscomponent compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode-- and from there into object files, using LLVM.
Other components include:thelibc++ C++ standard library,theLLD linker, and more.
Consult theGetting Started with LLVMpage for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look attheContributing to LLVM guide.
Join theLLVM Discourse forums,Discordchat,LLVM Office Hours orRegular sync-ups.
The LLVM project has adopted acode of conduct forparticipants to all modes of communication within the project.
About
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches athttp://reviews.llvm.org.
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.