forked from mathk/gst-thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
101 lines (101 loc) · 2.85 KB
/
package.xml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<package>
<name>Thunder</name>
<namespace>GSTThunder</namespace>
<test>
<filein>tests/ThunderTest.st</filein>
<filein>tests/VariableTest.st</filein>
<filein>tests/PrinterTest.st</filein>
<filein>tests/LifeTimeIntervalTest.st</filein>
<filein>tests/LinearScanRegisterAllocTest.st</filein>
<filein>tests/InterpretTest.st</filein>
<filein>tests/CTranslatorTest.st</filein>
<file>tests/ThunderTest.st</file>
<file>tests/VariableTest.st</file>
<file>tests/PrinterTest.st</file>
<file>tests/LifeTimeIntervalTest.st</file>
<file>tests/LinearScanRegisterAllocTest.st</file>
<file>tests/InterpretTest.st</file>
<file>tests/CTranslatorTest.st</file>
<sunit>
GSTThunder.ThunderTest
GSTThunder.VariableTest
GSTThunder.PrinterTest
GSTThunder.LifeTimeIntervalTest
GSTThunder.LinearScanRegisterAllocTest
GSTThunder.InterpretTest
GSTThunder.CTranslatorTest
</sunit>
</test>
<filein>Extends.st</filein>
<filein>Interval.st</filein>
<filein>Thunder.st</filein>
<filein>Type.st</filein>
<filein>Char.st</filein>
<filein>UChar.st</filein>
<filein>Short.st</filein>
<filein>UShort.st</filein>
<filein>Int.st</filein>
<filein>UInt.st</filein>
<filein>Long.st</filein>
<filein>ULong.st</filein>
<filein>Ptr.st</filein>
<filein>Instruction.st</filein>
<filein>IRFunction.st</filein>
<filein>Variable.st</filein>
<filein>Mov.st</filein>
<filein>Add.st</filein>
<filein>Sub.st</filein>
<filein>Mul.st</filein>
<filein>Div.st</filein>
<filein>Mod.st</filein>
<filein>And.st</filein>
<filein>Or.st</filein>
<filein>Xor.st</filein>
<filein>Lsh.st</filein>
<filein>Rsh.st</filein>
<filein>Load.st</filein>
<filein>Store.st</filein>
<filein>Alloca.st</filein>
<filein>IRVisitor.st</filein>
<filein>IRInterpret.st</filein>
<filein>IRPrinter.st</filein>
<filein>LifeTimeInterval.st</filein>
<filein>LinearScanRegisterAlloc.st</filein>
<filein>tr/c.st</filein>
<file>Extends.st</file>
<file>Interval.st</file>
<file>Thunder.st</file>
<file>Type.st</file>
<file>Char.st</file>
<file>UChar.st</file>
<file>Short.st</file>
<file>UShort.st</file>
<file>Int.st</file>
<file>UInt.st</file>
<file>Long.st</file>
<file>ULong.st</file>
<file>Ptr.st</file>
<file>Instruction.st</file>
<file>IRFunction.st</file>
<file>Variable.st</file>
<file>Mov.st</file>
<file>Add.st</file>
<file>Sub.st</file>
<file>Mul.st</file>
<file>Div.st</file>
<file>Mod.st</file>
<file>And.st</file>
<file>Or.st</file>
<file>Xor.st</file>
<file>Lsh.st</file>
<file>Rsh.st</file>
<file>Load.st</file>
<file>Store.st</file>
<file>Alloca.st</file>
<file>IRVisitor.st</file>
<file>IRInterpret.st</file>
<file>IRPrinter.st</file>
<file>LifeTimeInterval.st</file>
<file>LinearScanRegisterAlloc.st</file>
<file>tr/c.st</file>
</package>