M680x0-llvm VS M680x0-mono-repo

Compare M680x0-llvm vs M680x0-mono-repo and see what are their differences.

M680x0-mono-repo

Mono-Repo LLVM Backend for Motorola M68000 (Work in Progress) (by M680x0)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
M680x0-llvm M680x0-mono-repo
1 4
70 42
- -
0.0 0.0
over 5 years ago 11 months ago
LLVM C++
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

M680x0-llvm

Posts with mentions or reviews of M680x0-llvm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-11.

M680x0-mono-repo

Posts with mentions or reviews of M680x0-mono-repo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-10.
  • Working Rust M68k Port Demonstrated For Megadrive
    1 project | /r/rust | 17 Feb 2021
  • Working Rust m68k port demonstrated for MegaDrive
    1 project | news.ycombinator.com | 17 Feb 2021
    This is based on the M68k backend for LLVM which is currently being upstreamed:

    > https://github.com/M680x0/M680x0-mono-repo

    and the m68k Rust backend I am working on:

    > https://github.com/glaubitz/rust/commits/m68k-linux

    Anyone interested in supporting LLVM for M68k can contribute to the Bountysource campaign:

    > https://www.bountysource.com/issues/90829856-llvm-complete-t...

  • Python Cryptography, Rust, and Gentoo
    3 projects | news.ycombinator.com | 10 Feb 2021
    The Rust portability issue is the reason I have been pushing forward with the new M68k backend for LLVM which is due to be merged shortly:

    > https://github.com/M680x0/M680x0-mono-repo

    Patches for the M68k backend are discussed on reviews.llvm.org.

    I have also started a Rust port for m68k already that depends on the LLVM backend work above:

    > https://github.com/glaubitz/rust/tree/m68k-linux

    For other architectures, the goal is to get gccrs moving forward and merged upstream:

    > https://github.com/philberty/gccrs/

    For anyone interested in helping, there are Bountysource campaigns I started to support both efforts:

    > https://www.bountysource.com/issues/90829856-llvm-complete-t...

    > https://www.bountysource.com/issues/86138921-rfe-add-a-front...

  • Rust-GCC/gccrs GCC Rust
    7 projects | /r/rust | 11 Jan 2021
    Up-to-date repo: https://github.com/M680x0/M680x0-mono-repo

What are some alternatives?

When comparing M680x0-llvm and M680x0-mono-repo you can also consider the following projects:

rustc_codegen_gcc - libgccjit AOT codegen for rustc

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

gccrs - GCC Front-End for Rust