forked from alexjordan/LLVM-TMS320C64X
-
Notifications
You must be signed in to change notification settings - Fork 0
LLVM 2.9 branch with TI C64x backend.
License
alxdrl/LLVM-TMS320C64X
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Low Level Virtual Machine (LLVM) ================================ This directory and its subdirectories contain source code for the Low Level Virtual Machine, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. Please see the HTML documentation provided in docs/index.html for further assistance with LLVM. If you're writing a package for LLVM, see docs/Packaging.html for our suggestions. -------------------------------- This branch contains a code generating backend for the TI C64x+ VLIW processor (to be found in lib/Targets/TMS320C64X). It is based on the initial contribution by Jeremy Morse[1], available at git.srobo.org, though it now targets a COFF dialect compatible with TI's binary tools. Developed by members of the EPICOpt[2] team, at the Vienna University of Technology. -------------------------------- C64x+ Usage: -march=tms320c64x Selects C64x+ target. -mcpu Currently does not support different architecture revisions, but controls use of optimizing codegen passes. The 'c64_basic' CPU does not use cluster assignment or bundling. -c64x-clst Chooses one of the available cluster assignment algorithms. -------------------------------- [1] http://permalink.gmane.org/gmane.comp.compilers.llvm.devel/33870 [2] http://www.complang.tuwien.ac.at/epicopt/
About
LLVM 2.9 branch with TI C64x backend.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 64.6%
- LLVM 24.5%
- Assembly 4.1%
- Objective-C 2.2%
- C 1.2%
- Shell 0.8%
- Other 2.6%