3 مستودعات
Translates source code written in C, C++, and Objective-C into machine-executable instructions using an underlying compiler infrastructure.
Distinct from C# Compilers: Distinct from C# compilers: handles native C, C++, and Objective-C frontend parsing and instruction emission.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · C and C++ Compilation. Refine with filters or upvote what's useful.
The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules. The toolset includes debugging and profiling capabilities that bridge low-level system debuggers with compiled binaries to inspect runtime execution states, register contents, and memory layouts. It provides performance monitoring instrumentation to measure execution bottlenecks and resour
Transforms C and C++ source files into deployable native modules using standard build systems.
clang_complete is a Vim text editor extension that integrates completion engines to display suggestions directly inside the editing window, specifically operating as a Vim plugin that uses a compiler backend to provide contextual code completion for C and C++ source files. It aids software development by parsing source code and providing accurate symbol suggestions based on build flags. The extension queries a compiler instance to parse source files and generate syntax-aware completion candidates while executing parsing operations outside the main editor thread to maintain interface responsiv
Queries an underlying compiler infrastructure to parse C and C++ source files and generate completion candidates.
The project is a reusable collection of modular compiler and toolchain technologies designed for building optimizers, code generators, and multi-language programming environments. It provides foundational compiler frontend technologies that translate source code written in C, C++, and Objective-C into a low-level programming language and intermediate code format. This intermediate representation enables cross-language analysis, program transformation, and target-independent optimization alongside a cross-platform programming framework that allows developers to write single-source accelerated a
Translates source code written in C, C++, and Objective-C into machine-executable instructions using an underlying compiler infrastructure.