annotate mx/projects @ 8190:87cb93643a47

Move platform specific assumptions from AllocatorTest to a separate project.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 11 Mar 2013 10:13:42 +0100
parents 5c9fc4f75b4c
children edc414f52e2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5032
e2de9649f0a9 Integrated mxtool updates from Maxine project.
Doug Simon <doug.simon@oracle.com>
parents: 4684
diff changeset
1 # The format of this file is described in the documentation for my.py.
4178
d1b26c17910a Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4144
diff changeset
2
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
3 library@JDK_TOOLS@path=${JAVA_HOME}/lib/tools.jar
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 library@JDK_TOOLS@optional=true
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 library@JUNIT@path=lib/junit-4.8.jar
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.8/junit-4.8.jar
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9
4144
34527a24bcf8 Adopted mxtool changes.
Doug Simon <doug.simon@oracle.com>
parents: 3732
diff changeset
10 library@CHECKSTYLE@path=lib/checkstyle-5.5-all.jar
34527a24bcf8 Adopted mxtool changes.
Doug Simon <doug.simon@oracle.com>
parents: 3732
diff changeset
11 library@CHECKSTYLE@urls=jar:http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-bin.zip/download!/checkstyle-5.5/checkstyle-5.5-all.jar
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12
4178
d1b26c17910a Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4144
diff changeset
13 library@DACAPO@path=lib/dacapo-9.12-bach.jar
6402
109af7f9490b Download URL of DaCapo has changed
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6334
diff changeset
14 library@DACAPO@urls=http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar
4178
d1b26c17910a Add the Dacapo benchmarks to the "lib" folder instead of using the environment variable. Fixed an issue in the downloader.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4144
diff changeset
15
4684
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
16 library@JACOCOAGENT@path=lib/jacocoagent.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
17 library@JACOCOAGENT@urls=http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoagent.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
18
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
19 library@JACOCOREPORT@path=lib/jacocoreport.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
20 library@JACOCOREPORT@urls=http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoreport.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
21
7118
e33a0f52e2d9 Update scala-benchmark dependency
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6580
diff changeset
22 library@DACAPO_SCALA@path=lib/dacapo-scala-0.1.0-20120216.jar
e33a0f52e2d9 Update scala-benchmark dependency
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6580
diff changeset
23 library@DACAPO_SCALA@urls=http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar
4480
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4358
diff changeset
24
8131
83ec1df0a30f added support for distributions to mx
Doug Simon <doug.simon@oracle.com>
parents: 7839
diff changeset
25 distribution@GRAAL@path=graal.jar
83ec1df0a30f added support for distributions to mx
Doug Simon <doug.simon@oracle.com>
parents: 7839
diff changeset
26 distribution@GRAAL@dependencies=com.oracle.graal.hotspot.amd64,com.oracle.graal.hotspot.sparc
83ec1df0a30f added support for distributions to mx
Doug Simon <doug.simon@oracle.com>
parents: 7839
diff changeset
27
6540
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
28 # graal.api.runtime
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
29 project@com.oracle.graal.api.runtime@subDir=graal
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
30 project@com.oracle.graal.api.runtime@sourceDirs=src
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
31 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
32 project@com.oracle.graal.api.runtime@javaCompliance=1.7
5499
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
33
5523
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
34 # graal.api.test
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
35 project@com.oracle.graal.api.test@subDir=graal
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
36 project@com.oracle.graal.api.test@sourceDirs=src
6540
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
37 project@com.oracle.graal.api.test@dependencies=JUNIT,com.oracle.graal.api.runtime
5523
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
38 project@com.oracle.graal.api.test@checkstyle=com.oracle.graal.graph
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
39 project@com.oracle.graal.api.test@javaCompliance=1.7
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
40
5500
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
41 # graal.api.meta
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
42 project@com.oracle.graal.api.meta@subDir=graal
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
43 project@com.oracle.graal.api.meta@sourceDirs=src
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
44 project@com.oracle.graal.api.meta@checkstyle=com.oracle.graal.graph
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
45 project@com.oracle.graal.api.meta@javaCompliance=1.7
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
46
7015
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
47 # graal.api.meta.test
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
48 project@com.oracle.graal.api.meta.test@subDir=graal
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
49 project@com.oracle.graal.api.meta.test@sourceDirs=src
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
50 project@com.oracle.graal.api.meta.test@dependencies=JUNIT,com.oracle.graal.api.meta,com.oracle.graal.api.runtime
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
51 project@com.oracle.graal.api.meta.test@checkstyle=com.oracle.graal.graph
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
52 project@com.oracle.graal.api.meta.test@javaCompliance=1.7
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
53
5509
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
54 # graal.api.code
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
55 project@com.oracle.graal.api.code@subDir=graal
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
56 project@com.oracle.graal.api.code@sourceDirs=src
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
57 project@com.oracle.graal.api.code@dependencies=com.oracle.graal.api.meta
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
58 project@com.oracle.graal.api.code@checkstyle=com.oracle.graal.graph
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
59 project@com.oracle.graal.api.code@javaCompliance=1.7
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
60
6580
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
61 # graal.amd64
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
62 project@com.oracle.graal.amd64@subDir=graal
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
63 project@com.oracle.graal.amd64@sourceDirs=src
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
64 project@com.oracle.graal.amd64@dependencies=com.oracle.graal.api.code
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
65 project@com.oracle.graal.amd64@checkstyle=com.oracle.graal.graph
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
66 project@com.oracle.graal.amd64@javaCompliance=1.7
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
67
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
68 # graal.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
69 project@com.oracle.graal.ptx@subDir=graal
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
70 project@com.oracle.graal.ptx@sourceDirs=src
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
71 project@com.oracle.graal.ptx@dependencies=com.oracle.graal.api.code
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
72 project@com.oracle.graal.ptx@checkstyle=com.oracle.graal.graph
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
73 project@com.oracle.graal.ptx@javaCompliance=1.7
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
74
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
75 # graal.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
76 project@com.oracle.graal.sparc@subDir=graal
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
77 project@com.oracle.graal.sparc@sourceDirs=src
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
78 project@com.oracle.graal.sparc@dependencies=com.oracle.graal.api.code
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
79 project@com.oracle.graal.sparc@checkstyle=com.oracle.graal.graph
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
80 project@com.oracle.graal.sparc@javaCompliance=1.7
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
81
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
82 # graal.hotspot
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
83 project@com.oracle.graal.hotspot@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
84 project@com.oracle.graal.hotspot@sourceDirs=src
7687
37b700379656 removed interpreter api
Christian Haeubl <haeubl@ssw.jku.at>
parents: 7508
diff changeset
85 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.snippets,com.oracle.graal.api.runtime,com.oracle.graal.printer
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
86 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
87 project@com.oracle.graal.hotspot@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
88
6495
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
89 # graal.hotspot.amd64
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
90 project@com.oracle.graal.hotspot.amd64@subDir=graal
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
91 project@com.oracle.graal.hotspot.amd64@sourceDirs=src
6496
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
92 project@com.oracle.graal.hotspot.amd64@dependencies=com.oracle.graal.hotspot,com.oracle.graal.compiler.amd64
6495
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
93 project@com.oracle.graal.hotspot.amd64@checkstyle=com.oracle.graal.graph
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
94 project@com.oracle.graal.hotspot.amd64@javaCompliance=1.7
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
95
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
96 # graal.hotspot.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
97 project@com.oracle.graal.hotspot.sparc@subDir=graal
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
98 project@com.oracle.graal.hotspot.sparc@sourceDirs=src
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
99 project@com.oracle.graal.hotspot.sparc@dependencies=com.oracle.graal.hotspot,com.oracle.graal.compiler.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
100 project@com.oracle.graal.hotspot.sparc@checkstyle=com.oracle.graal.graph
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
101 project@com.oracle.graal.hotspot.sparc@javaCompliance=1.7
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
102
5529
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
103 # graal.hotspot.server
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
104 project@com.oracle.graal.hotspot.server@subDir=graal
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
105 project@com.oracle.graal.hotspot.server@sourceDirs=src
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
106 project@com.oracle.graal.hotspot.server@dependencies=com.oracle.graal.hotspot
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
107 project@com.oracle.graal.hotspot.server@checkstyle=com.oracle.graal.graph
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
108 project@com.oracle.graal.hotspot.server@javaCompliance=1.7
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
109
7263
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
110 # graal.hotspot.test
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
111 project@com.oracle.graal.hotspot.test@subDir=graal
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
112 project@com.oracle.graal.hotspot.test@sourceDirs=src
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
113 project@com.oracle.graal.hotspot.test@dependencies=com.oracle.graal.hotspot,com.oracle.graal.compiler.test
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
114 project@com.oracle.graal.hotspot.test@checkstyle=com.oracle.graal.graph
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
115 project@com.oracle.graal.hotspot.test@javaCompliance=1.7
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
116
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
117 # graal.graph
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
118 project@com.oracle.graal.graph@subDir=graal
5524
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
119 project@com.oracle.graal.graph@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
120 project@com.oracle.graal.graph@dependencies=
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
121 project@com.oracle.graal.graph@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
122
5524
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
123 # graal.graph.test
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
124 project@com.oracle.graal.graph.test@subDir=graal
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
125 project@com.oracle.graal.graph.test@sourceDirs=src
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
126 project@com.oracle.graal.graph.test@checkstyle=com.oracle.graal.graph
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
127 project@com.oracle.graal.graph.test@dependencies=JUNIT,com.oracle.graal.graph
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
128 project@com.oracle.graal.graph.test@javaCompliance=1.7
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
129
4341
fa85381ac428 Added new project "graal.debug".
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4205
diff changeset
130 # graal.debug
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
131 project@com.oracle.graal.debug@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
132 project@com.oracle.graal.debug@sourceDirs=src
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
133 project@com.oracle.graal.debug@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
134 project@com.oracle.graal.debug@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
135
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
136 # graal.lir
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
137 project@com.oracle.graal.lir@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
138 project@com.oracle.graal.lir@sourceDirs=src
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
139 project@com.oracle.graal.lir@dependencies=com.oracle.graal.asm,com.oracle.graal.nodes
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
140 project@com.oracle.graal.lir@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
141 project@com.oracle.graal.lir@javaCompliance=1.7
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
142
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
143 # graal.lir.amd64
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
144 project@com.oracle.graal.lir.amd64@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
145 project@com.oracle.graal.lir.amd64@sourceDirs=src
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
146 project@com.oracle.graal.lir.amd64@dependencies=com.oracle.graal.lir,com.oracle.graal.asm.amd64
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
147 project@com.oracle.graal.lir.amd64@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
148 project@com.oracle.graal.lir.amd64@javaCompliance=1.7
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
149
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
150 # graal.lir.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
151 project@com.oracle.graal.lir.ptx@subDir=graal
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
152 project@com.oracle.graal.lir.ptx@sourceDirs=src
7839
838293a77af7 Make Address class platform specific.
Roland Schatz <roland.schatz@oracle.com>
parents: 7838
diff changeset
153 project@com.oracle.graal.lir.ptx@dependencies=com.oracle.graal.asm.ptx,com.oracle.graal.lir
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
154 project@com.oracle.graal.lir.ptx@checkstyle=com.oracle.graal.graph
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
155 project@com.oracle.graal.lir.ptx@javaCompliance=1.7
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
156
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
157 # graal.lir.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
158 project@com.oracle.graal.lir.sparc@subDir=graal
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
159 project@com.oracle.graal.lir.sparc@sourceDirs=src
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
160 project@com.oracle.graal.lir.sparc@dependencies=com.oracle.graal.lir,com.oracle.graal.asm.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
161 project@com.oracle.graal.lir.sparc@checkstyle=com.oracle.graal.graph
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
162 project@com.oracle.graal.lir.sparc@javaCompliance=1.7
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
163
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
164 # graal.alloc
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
165 project@com.oracle.graal.alloc@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
166 project@com.oracle.graal.alloc@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
167 project@com.oracle.graal.alloc@dependencies=com.oracle.graal.nodes
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
168 project@com.oracle.graal.alloc@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
169 project@com.oracle.graal.alloc@javaCompliance=1.7
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
170
7300
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
171 # graal.word
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
172 project@com.oracle.graal.word@subDir=graal
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
173 project@com.oracle.graal.word@sourceDirs=src
7301
6e68b27928c8 Canonicalize projects
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7300
diff changeset
174 project@com.oracle.graal.word@dependencies=com.oracle.graal.phases
7300
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
175 project@com.oracle.graal.word@checkstyle=com.oracle.graal.graph
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
176 project@com.oracle.graal.word@javaCompliance=1.7
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
177
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
178 # graal.snippets
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
179 project@com.oracle.graal.snippets@subDir=graal
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
180 project@com.oracle.graal.snippets@sourceDirs=src
7300
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
181 project@com.oracle.graal.snippets@dependencies=com.oracle.graal.compiler,com.oracle.graal.java,com.oracle.graal.word
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
182 project@com.oracle.graal.snippets@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
183 project@com.oracle.graal.snippets@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
184
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
185 # graal.snippets.test
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
186 project@com.oracle.graal.snippets.test@subDir=graal
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
187 project@com.oracle.graal.snippets.test@sourceDirs=src
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
188 project@com.oracle.graal.snippets.test@dependencies=com.oracle.graal.snippets,com.oracle.graal.compiler.test
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
189 project@com.oracle.graal.snippets.test@checkstyle=com.oracle.graal.graph
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
190 project@com.oracle.graal.snippets.test@javaCompliance=1.7
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
191
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
192 # graal.nodes
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
193 project@com.oracle.graal.nodes@subDir=graal
6556
54821565b742 Remove unnecessary test folder definition
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6541
diff changeset
194 project@com.oracle.graal.nodes@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
195 project@com.oracle.graal.nodes@dependencies=com.oracle.graal.api.code,com.oracle.graal.graph,com.oracle.graal.debug
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
196 project@com.oracle.graal.nodes@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
197 project@com.oracle.graal.nodes@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
198
6522
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
199 # graal.phases
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
200 project@com.oracle.graal.phases@subDir=graal
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
201 project@com.oracle.graal.phases@sourceDirs=src
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
202 project@com.oracle.graal.phases@dependencies=com.oracle.graal.nodes
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
203 project@com.oracle.graal.phases@checkstyle=com.oracle.graal.graph
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
204 project@com.oracle.graal.phases@javaCompliance=1.7
6411
c5afcc2ebd3d change of project structure: separate compiler and LIR, put EA into separate project
Lukas Stadler <lukas.stadler@jku.at>
parents: 6402
diff changeset
205
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
206 # graal.phases.common
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
207 project@com.oracle.graal.phases.common@subDir=graal
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
208 project@com.oracle.graal.phases.common@sourceDirs=src
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
209 project@com.oracle.graal.phases.common@dependencies=com.oracle.graal.phases
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
210 project@com.oracle.graal.phases.common@checkstyle=com.oracle.graal.graph
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
211 project@com.oracle.graal.phases.common@javaCompliance=1.7
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
212
6522
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
213 # graal.virtual
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
214 project@com.oracle.graal.virtual@subDir=graal
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
215 project@com.oracle.graal.virtual@sourceDirs=src
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
216 project@com.oracle.graal.virtual@dependencies=com.oracle.graal.phases.common
6522
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
217 project@com.oracle.graal.virtual@checkstyle=com.oracle.graal.graph
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
218 project@com.oracle.graal.virtual@javaCompliance=1.7
6411
c5afcc2ebd3d change of project structure: separate compiler and LIR, put EA into separate project
Lukas Stadler <lukas.stadler@jku.at>
parents: 6402
diff changeset
219
6522
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
220 # graal.loop
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
221 project@com.oracle.graal.loop@subDir=graal
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
222 project@com.oracle.graal.loop@sourceDirs=src
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
223 project@com.oracle.graal.loop@dependencies=com.oracle.graal.phases.common
6522
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
224 project@com.oracle.graal.loop@checkstyle=com.oracle.graal.graph
c612043278e9 refactoring: graal.compiler.phases -> graal.phases, graal.compiler.virtual -> graal.virtual, graal.compiler.loop -> graal.loop
Doug Simon <doug.simon@oracle.com>
parents: 6508
diff changeset
225 project@com.oracle.graal.loop@javaCompliance=1.7
6415
033f95af9cd7 Create a loop project
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6412
diff changeset
226
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
227 # graal.compiler
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
228 project@com.oracle.graal.compiler@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
229 project@com.oracle.graal.compiler@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
230 project@com.oracle.graal.compiler@dependencies=com.oracle.graal.virtual,com.oracle.graal.loop,com.oracle.graal.alloc,com.oracle.graal.lir
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
231 project@com.oracle.graal.compiler@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
232 project@com.oracle.graal.compiler@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
233
6496
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
234 # graal.compiler.amd64
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
235 project@com.oracle.graal.compiler.amd64@subDir=graal
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
236 project@com.oracle.graal.compiler.amd64@sourceDirs=src
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
237 project@com.oracle.graal.compiler.amd64@dependencies=com.oracle.graal.compiler,com.oracle.graal.lir.amd64
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
238 project@com.oracle.graal.compiler.amd64@checkstyle=com.oracle.graal.graph
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
239 project@com.oracle.graal.compiler.amd64@javaCompliance=1.7
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
240
8190
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
241 # graal.compiler.amd64.test
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
242 project@com.oracle.graal.compiler.amd64.test@subDir=graal
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
243 project@com.oracle.graal.compiler.amd64.test@sourceDirs=src
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
244 project@com.oracle.graal.compiler.amd64.test@dependencies=com.oracle.graal.compiler.test
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
245 project@com.oracle.graal.compiler.amd64.test@checkstyle=com.oracle.graal.graph
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
246 project@com.oracle.graal.compiler.amd64.test@javaCompliance=1.7
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
247
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
248 # graal.compiler.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
249 project@com.oracle.graal.compiler.ptx@subDir=graal
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
250 project@com.oracle.graal.compiler.ptx@sourceDirs=src
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
251 project@com.oracle.graal.compiler.ptx@dependencies=com.oracle.graal.compiler,com.oracle.graal.lir.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
252 project@com.oracle.graal.compiler.ptx@checkstyle=com.oracle.graal.graph
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
253 project@com.oracle.graal.compiler.ptx@javaCompliance=1.7
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
254
7833
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
255 # graal.compiler.ptx.test
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
256 project@com.oracle.graal.compiler.ptx.test@subDir=graal
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
257 project@com.oracle.graal.compiler.ptx.test@sourceDirs=src
8172
5c9fc4f75b4c Remove unused project dependency.
Roland Schatz <roland.schatz@oracle.com>
parents: 8131
diff changeset
258 project@com.oracle.graal.compiler.ptx.test@dependencies=com.oracle.graal.compiler.ptx,com.oracle.graal.compiler.test,com.oracle.graal.ptx
7833
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
259 project@com.oracle.graal.compiler.ptx.test@checkstyle=com.oracle.graal.graph
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
260 project@com.oracle.graal.compiler.ptx.test@javaCompliance=1.7
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
261
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
262 # graal.compiler.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
263 project@com.oracle.graal.compiler.sparc@subDir=graal
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
264 project@com.oracle.graal.compiler.sparc@sourceDirs=src
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
265 project@com.oracle.graal.compiler.sparc@dependencies=com.oracle.graal.compiler,com.oracle.graal.lir.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
266 project@com.oracle.graal.compiler.sparc@checkstyle=com.oracle.graal.graph
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
267 project@com.oracle.graal.compiler.sparc@javaCompliance=1.7
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
268
5568
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
269 # graal.bytecode
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
270 project@com.oracle.graal.bytecode@subDir=graal
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
271 project@com.oracle.graal.bytecode@sourceDirs=src
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
272 project@com.oracle.graal.bytecode@checkstyle=com.oracle.graal.graph
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
273 project@com.oracle.graal.bytecode@javaCompliance=1.7
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
274
4205
2af849af1723 moved graphbuilder into the graal.java project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4202
diff changeset
275 # graal.java
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
276 project@com.oracle.graal.java@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
277 project@com.oracle.graal.java@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
278 project@com.oracle.graal.java@dependencies=com.oracle.graal.phases,com.oracle.graal.bytecode
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
279 project@com.oracle.graal.java@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
280 project@com.oracle.graal.java@javaCompliance=1.7
4205
2af849af1723 moved graphbuilder into the graal.java project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4202
diff changeset
281
4200
816ac0e579fb Move printer into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4178
diff changeset
282 # graal.printer
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
283 project@com.oracle.graal.printer@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
284 project@com.oracle.graal.printer@sourceDirs=src
6508
84cdfa55d23c fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6501
diff changeset
285 project@com.oracle.graal.printer@dependencies=com.oracle.graal.java,com.oracle.graal.compiler
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
286 project@com.oracle.graal.printer@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
287 project@com.oracle.graal.printer@javaCompliance=1.7
4200
816ac0e579fb Move printer into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4178
diff changeset
288
7717
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
289 # graal.test
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
290 project@com.oracle.graal.test@subDir=graal
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
291 project@com.oracle.graal.test@sourceDirs=src
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
292 project@com.oracle.graal.test@dependencies=JUNIT
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
293 project@com.oracle.graal.test@checkstyle=com.oracle.graal.graph
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
294 project@com.oracle.graal.test@javaCompliance=1.7
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
295
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
296 # graal.compiler.test
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
297 project@com.oracle.graal.compiler.test@subDir=graal
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
298 project@com.oracle.graal.compiler.test@sourceDirs=src
7717
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
299 project@com.oracle.graal.compiler.test@dependencies=com.oracle.graal.api.runtime,com.oracle.graal.printer,com.oracle.graal.test
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
300 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
301 project@com.oracle.graal.compiler.test@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
302
4587
5b04b33dac74 add jtt tests, converted from the maxine repository using ConvertJTT
Lukas Stadler <lukas.stadler@jku.at>
parents: 4525
diff changeset
303 # graal.jtt
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
304 project@com.oracle.graal.jtt@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
305 project@com.oracle.graal.jtt@sourceDirs=src
7282
390448a6b535 converted the JTT tests to use the GraalCompilerTest framework which offers more control over what is compiled and executed
Doug Simon <doug.simon@oracle.com>
parents: 7268
diff changeset
306 project@com.oracle.graal.jtt@dependencies=com.oracle.graal.compiler.test
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
307 project@com.oracle.graal.jtt@checkstyle=com.oracle.graal.graph
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
308 project@com.oracle.graal.jtt@javaCompliance=1.7
4587
5b04b33dac74 add jtt tests, converted from the maxine repository using ConvertJTT
Lukas Stadler <lukas.stadler@jku.at>
parents: 4525
diff changeset
309
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
310 # graal.asm
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
311 project@com.oracle.graal.asm@subDir=graal
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
312 project@com.oracle.graal.asm@sourceDirs=src
6501
55c54c4bdcfc moved UnsignedMath to com.oracle.graal.api.code
Doug Simon <doug.simon@oracle.com>
parents: 6497
diff changeset
313 project@com.oracle.graal.asm@dependencies=com.oracle.graal.api.code
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
314 project@com.oracle.graal.asm@checkstyle=com.oracle.graal.graph
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
315 project@com.oracle.graal.asm@javaCompliance=1.7
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
316
7746
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
317 # graal.asm.test
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
318 project@com.oracle.graal.asm.test@subDir=graal
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
319 project@com.oracle.graal.asm.test@sourceDirs=src
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
320 project@com.oracle.graal.asm.test@dependencies=com.oracle.graal.api.runtime,com.oracle.graal.test,com.oracle.graal.asm
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
321 project@com.oracle.graal.asm.test@checkstyle=com.oracle.graal.graph
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
322 project@com.oracle.graal.asm.test@javaCompliance=1.7
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
323
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
324 # graal.asm.amd64
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
325 project@com.oracle.graal.asm.amd64@subDir=graal
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
326 project@com.oracle.graal.asm.amd64@sourceDirs=src
6580
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
327 project@com.oracle.graal.asm.amd64@dependencies=com.oracle.graal.asm,com.oracle.graal.amd64
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
328 project@com.oracle.graal.asm.amd64@checkstyle=com.oracle.graal.graph
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
329 project@com.oracle.graal.asm.amd64@javaCompliance=1.7
7267
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
330
7718
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
331 # graal.asm.amd64.test
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
332 project@com.oracle.graal.asm.amd64.test@subDir=graal
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
333 project@com.oracle.graal.asm.amd64.test@sourceDirs=src
7746
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
334 project@com.oracle.graal.asm.amd64.test@dependencies=com.oracle.graal.asm.test,com.oracle.graal.asm.amd64
7718
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
335 project@com.oracle.graal.asm.amd64.test@checkstyle=com.oracle.graal.graph
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
336 project@com.oracle.graal.asm.amd64.test@javaCompliance=1.7
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
337
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
338 # graal.asm.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
339 project@com.oracle.graal.asm.ptx@subDir=graal
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
340 project@com.oracle.graal.asm.ptx@sourceDirs=src
8172
5c9fc4f75b4c Remove unused project dependency.
Roland Schatz <roland.schatz@oracle.com>
parents: 8131
diff changeset
341 project@com.oracle.graal.asm.ptx@dependencies=com.oracle.graal.asm
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
342 project@com.oracle.graal.asm.ptx@checkstyle=com.oracle.graal.graph
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
343 project@com.oracle.graal.asm.ptx@javaCompliance=1.7
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
344
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
345 # graal.asm.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
346 project@com.oracle.graal.asm.sparc@subDir=graal
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
347 project@com.oracle.graal.asm.sparc@sourceDirs=src
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
348 project@com.oracle.graal.asm.sparc@dependencies=com.oracle.graal.asm,com.oracle.graal.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
349 project@com.oracle.graal.asm.sparc@checkstyle=com.oracle.graal.graph
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
350 project@com.oracle.graal.asm.sparc@javaCompliance=1.7
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
351
7267
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
352 # truffle.api
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
353 project@com.oracle.truffle.api@subDir=graal
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
354 project@com.oracle.truffle.api@sourceDirs=src
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
355 project@com.oracle.truffle.api@dependencies=
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
356 project@com.oracle.truffle.api@checkstyle=com.oracle.graal.graph
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
357 project@com.oracle.truffle.api@javaCompliance=1.7
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
358
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
359 # truffle.api.test
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
360 project@com.oracle.truffle.api.test@subDir=graal
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
361 project@com.oracle.truffle.api.test@sourceDirs=src
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
362 project@com.oracle.truffle.api.test@dependencies=com.oracle.truffle.api,JUNIT
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
363 project@com.oracle.truffle.api.test@checkstyle=com.oracle.graal.graph
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
364 project@com.oracle.truffle.api.test@javaCompliance=1.7
a4b84ba6dc2e Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7119
diff changeset
365
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
366 # truffle.api.codegen
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
367 project@com.oracle.truffle.api.codegen@subDir=graal
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
368 project@com.oracle.truffle.api.codegen@sourceDirs=src
7506
40133ce026c6 Project dependency fixes.
Christian Humer <christian.humer@gmail.com>
parents: 7322
diff changeset
369 project@com.oracle.truffle.api.codegen@dependencies=
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
370 project@com.oracle.truffle.api.codegen@checkstyle=com.oracle.graal.graph
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
371 project@com.oracle.truffle.api.codegen@javaCompliance=1.7
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
372
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
373 # truffle.codegen.processor
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
374 project@com.oracle.truffle.codegen.processor@subDir=graal
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
375 project@com.oracle.truffle.codegen.processor@sourceDirs=src
7506
40133ce026c6 Project dependency fixes.
Christian Humer <christian.humer@gmail.com>
parents: 7322
diff changeset
376 project@com.oracle.truffle.codegen.processor@dependencies=com.oracle.truffle.api.codegen,com.oracle.truffle.api
7508
60c536556fc1 Fixed projects canonicalization.
Christian Humer <christian.humer@gmail.com>
parents: 7506
diff changeset
377 project@com.oracle.truffle.codegen.processor@checkstyle=com.oracle.graal.graph
7291
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
378 project@com.oracle.truffle.codegen.processor@javaCompliance=1.7
a748e4d44694 Truffle API to specify type-specalized Node classes; annotation processor for automatic code generation of the type-specialized Node classes during the build process
Christian Humer <christian.humer@gmail.com>
parents: 7282
diff changeset
379
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
380 # truffle.sl
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
381 project@com.oracle.truffle.sl@subDir=graal
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
382 project@com.oracle.truffle.sl@sourceDirs=src
7506
40133ce026c6 Project dependency fixes.
Christian Humer <christian.humer@gmail.com>
parents: 7322
diff changeset
383 project@com.oracle.truffle.sl@dependencies=com.oracle.truffle.api.codegen,com.oracle.truffle.api
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
384 project@com.oracle.truffle.sl@checkstyle=com.oracle.graal.graph
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
385 project@com.oracle.truffle.sl@javaCompliance=1.7
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
386 project@com.oracle.truffle.sl@annotationProcessors=com.oracle.truffle.codegen.processor
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
387
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
388 # truffle.sl.test
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
389 project@com.oracle.truffle.sl.test@subDir=graal
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
390 project@com.oracle.truffle.sl.test@sourceDirs=src
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
391 project@com.oracle.truffle.sl.test@dependencies=com.oracle.truffle.sl,JUNIT
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
392 project@com.oracle.truffle.sl.test@checkstyle=com.oracle.graal.graph
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
393 project@com.oracle.truffle.sl.test@javaCompliance=1.7
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
394