forked from skristiansson/llvm-or1k
-
Notifications
You must be signed in to change notification settings - Fork 1
LLVM backend for OpenRISC 1000
License
simonpcook/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
- C++ 76.0%
- Assembly 13.2%
- C 5.5%
- Objective-C 2.1%
- Shell 1.3%
- OCaml 0.9%
- Other 1.0%