forked from skristiansson/llvm-or1k
-
Notifications
You must be signed in to change notification settings - Fork 7
LLVM backend for OpenRISC 1000
License
openrisc/llvm-or1k
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
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%