Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

ROSE Compiler

Compare

  Analyzed about 13 hours ago

A compiler infrastructure to build source-to-source program transformation and analysis tools.

6.28M lines of code

19 current contributors

3 days since last commit

3 users on Open Hub

Very High Activity
5.0
 
I Use This

Hipacc

Compare

  Analyzed about 13 hours ago

Hipacc allows to design image processing kernels and algorithms in a domain-specific language (DSL). From this high-level description, low-level target code for GPU accelerators is generated using source-to-source translation. As back ends, the framework supports C/C++, CUDA, OpenCL, and ... [More] Renderscript. There is also a fork of Hipacc that targets Vivado HLS. Hipacc allows programmers to develop imaging applications while providing high productivity, flexibility and portability as well as competitive performance: the same algorithm description serves as basis for targeting different GPU accelerators and low-level languages. [Less]

18.3K lines of code

3 current contributors

about 4 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Open Fortran Compiler

Compare

Claimed by Codethink Ltd. Analyzed about 5 hours ago

Open Fortran Compiler aiming to provide static code analysis, modernization and compilation of legacy fortran.

46K lines of code

0 current contributors

5 months since last commit

2 users on Open Hub

Very Low Activity
5.0
 
I Use This

C Intermediate Language (CIL)

Compare

  Analyzed about 12 hours ago

CIL is a front-end for the C programming language that facilitates program analysis and transformation. CIL will parse and typecheck a program, and compile it into a simplified subset of C. For example, in CIL all looping constructs are given a single form and expressions have no side-effects. This ... [More] reduces the number of cases that must be considered when manipulating a C program. CIL has been used for a variety of projects, including CCured, a tool that makes C programs memory safe. CIL supports ANSI C as well as most of the extensions of the GNU C and Microsoft C compilers. A Perl script acts as a drop in replacement for either gcc or Microsoft's cl, and allows merging of the source files in your project. Other features include support for control-flow and points-to analyses. [Less]

97.3K lines of code

0 current contributors

about 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This