All Projects → llvm-mirror → Clang

llvm-mirror / Clang

Licence: apache-2.0
Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
Objective-C++
1391 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Clang

Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Stars: ✭ 6,173 (+114.34%)
Mutual labels:  compiler, performance
Nimporter
Compile Nim Extensions for Python On Import!
Stars: ✭ 474 (-83.54%)
Mutual labels:  compiler, performance
Ratel Core
High performance JavaScript to JavaScript compiler with a Rust core
Stars: ✭ 367 (-87.26%)
Mutual labels:  compiler, performance
Fastexpressioncompiler
Fast ExpressionTree compiler to delegate
Stars: ✭ 631 (-78.09%)
Mutual labels:  compiler, performance
Ngraph
nGraph has moved to OpenVINO
Stars: ✭ 1,322 (-54.1%)
Mutual labels:  compiler, performance
Adlik
Adlik: Toolkit for Accelerating Deep Learning Inference
Stars: ✭ 237 (-91.77%)
Mutual labels:  compiler, performance
Halide
a language for fast, portable data-parallel computation
Stars: ✭ 4,722 (+63.96%)
Mutual labels:  compiler, performance
Tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Stars: ✭ 7,494 (+160.21%)
Mutual labels:  compiler, performance
Delta
Programming language focused on performance and productivity
Stars: ✭ 77 (-97.33%)
Mutual labels:  compiler, performance
Rubyspeed
Compile ruby functions to C
Stars: ✭ 180 (-93.75%)
Mutual labels:  compiler, performance
Deepc
vendor independent deep learning library, compiler and inference framework microcomputers and micro-controllers
Stars: ✭ 260 (-90.97%)
Mutual labels:  compiler, performance
Grav
Performance visualisation tools
Stars: ✭ 262 (-90.9%)
Mutual labels:  performance
Poiji
🍬 A tiny library converting excel rows to a list of Java objects based on Apache POI
Stars: ✭ 255 (-91.15%)
Mutual labels:  performance
Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (-91.11%)
Mutual labels:  performance
Kboom
The Kubernetes scale & soak load tester
Stars: ✭ 256 (-91.11%)
Mutual labels:  performance
React Performance
Helpers to debug and record component render performance 🚀
Stars: ✭ 265 (-90.8%)
Mutual labels:  performance
Fixed
high performance fixed decimal place math library for Go
Stars: ✭ 263 (-90.87%)
Mutual labels:  performance
Graphit
GraphIt - A High-Performance Domain Specific Language for Graph Analytics
Stars: ✭ 254 (-91.18%)
Mutual labels:  compiler
Coding-Standards
Coding Guidelines for C#
Stars: ✭ 125 (-95.66%)
Mutual labels:  coding-style
Swift-Coding-Guidelines
A repository to collect best practices when programming with Swift
Stars: ✭ 17 (-99.41%)
Mutual labels:  coding-style
Project moved to: https://github.com/llvm/llvm-project

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang development mailing list:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].