-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
47 lines (32 loc) · 1.43 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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/