Skip to content

openrisc/llvm-or1k

 
 

Repository files navigation

LLVM backend for OpenRISC 1000
==============================

Installation
------------
mkdir build && cd build

with autotools:
../configure CC=gcc CXX=g++ --enable-debug-runtime --prefix=/path/to/instdir

with cmake:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/path/to/instdir

make install

Run tests
---------
make check
make TESTSUITE=CodeGen/OR1K check
make TESTSUITE=MC/OR1K check

or

bin/llvm-lit -sv -j1 test/CodeGen/OR1K/

TODO (not a complete list)
--------------------------
- Handle unconditional branches in AnalyzeBranch
- Floating point support
- Integrated assembler support
- Relocations

About

LLVM backend for OpenRISC 1000

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • LLVM 45.3%
  • C++ 37.1%
  • Assembly 14.7%
  • Mirah 1.6%
  • C 0.4%
  • Python 0.4%
  • Other 0.5%