Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JuliaLang/llvm-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Getting the Source Code and Building LLVM

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.

Getting in touch

Join theLLVM Discourse forums,Discordchat, or #llvm IRC channel onOFTC.

The LLVM project has adopted acode of conduct forparticipants to all modes of communication within the project.

Sponsor this project

 

[8]ページ先頭

©2009-2025 Movatter.jp