Skip to content

markrvmurray/llvm-mc6809

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

536,730 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLVM-MC6809

LLVM-MC6809 is a LLVM fork supporting the 6x09 series of microprocessors.

This is a project done in my own time for education and entertainment purposes.

I use CLion as my development environment - its great! My main development machine is a laptop running macOS Sequoia.

To configure and build, try:

$ cd ~/git/llvm-mc6809/llvm
$ mkdir -p build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -C ../clang/cmake/caches/MC6809.cmake -G Ninja -S ../llvm -B .
$ cmake --build . --target all -j 8

About

Port of LLVM to the MC6809 and HD6309 processors

Resources

License

Code of conduct

Security policy

Stars

9 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages

  • LLVM 40.2%
  • C++ 32.4%
  • C 13.3%
  • Assembly 9.6%
  • MLIR 1.4%
  • Python 0.9%
  • Other 2.2%