annotate mx/projects @ 6528:436a24c36abe

fixed imprecise dependencies
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Oct 2012 17:18:31 +0200
parents ee651c726397
children 31aa76ffd3bb
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
4480
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4358
diff changeset
22 library@DACAPO_SCALA@path=lib/dacapo-scala-0.1.0.jar
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4358
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-20110908.085753-2.jar
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4358
diff changeset
24
5499
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
25 # graal.api
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
26 project@com.oracle.graal.api@subDir=graal
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
27 project@com.oracle.graal.api@sourceDirs=src
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
28 project@com.oracle.graal.api@checkstyle=com.oracle.graal.graph
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
29 project@com.oracle.graal.api@javaCompliance=1.7
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
30
5523
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
31 # 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
32 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
33 project@com.oracle.graal.api.test@sourceDirs=src
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
34 project@com.oracle.graal.api.test@dependencies=JUNIT,com.oracle.graal.api
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@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
36 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
37
5500
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
38 # graal.api.meta
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
39 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
40 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
41 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
42 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
43
5509
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
44 # graal.api.code
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
45 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
46 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
47 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
48 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
49 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
50
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
51 # graal.api.interpreter
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
52 project@com.oracle.graal.api.interpreter@subDir=graal
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
53 project@com.oracle.graal.api.interpreter@sourceDirs=src
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
54 project@com.oracle.graal.api.interpreter@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
55 project@com.oracle.graal.api.interpreter@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
56 project@com.oracle.graal.api.interpreter@javaCompliance=1.7
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
57
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
58 # graal.hotspot
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
59 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
60 project@com.oracle.graal.hotspot@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
61 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.snippets,com.oracle.graal.api.interpreter,com.oracle.graal.api,com.oracle.graal.printer
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
62 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
63 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
64
6495
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
65 # 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
66 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
67 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
68 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
69 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
70 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
71
5529
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
72 # graal.hotspot.server
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
73 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
74 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
75 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
76 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
77 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
78
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
79 # graal.graph
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
80 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
81 project@com.oracle.graal.graph@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
82 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
83 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
84
5524
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
85 # 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
86 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
87 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
88 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
89 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
90 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
91
4341
fa85381ac428 Added new project "graal.debug".
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4205
diff changeset
92 # graal.debug
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
93 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
94 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
95 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
96 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
97
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
98 # graal.lir
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
99 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
100 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
101 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
102 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
103 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
104
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
105 # graal.lir.amd64
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
106 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
107 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
108 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
109 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
110 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
111
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
112 # graal.alloc
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
113 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
114 project@com.oracle.graal.alloc@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
115 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
116 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
117 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
118
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
119 # graal.snippets
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
120 project@com.oracle.graal.snippets@subDir=graal
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
121 project@com.oracle.graal.snippets@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
122 project@com.oracle.graal.snippets@dependencies=com.oracle.graal.compiler,com.oracle.graal.java
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
123 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
124 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
125
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
126 # graal.snippets.test
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
127 project@com.oracle.graal.snippets.test@subDir=graal
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
128 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
129 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
130 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
131 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
132
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
133 # graal.nodes
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
134 project@com.oracle.graal.nodes@subDir=graal
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
135 project@com.oracle.graal.nodes@sourceDirs=src,test
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
136 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
137 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
138 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
139
5569
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
140 # graal.interpreter
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
141 project@com.oracle.graal.interpreter@subDir=graal
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
142 project@com.oracle.graal.interpreter@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
143 project@com.oracle.graal.interpreter@dependencies=com.oracle.graal.api.interpreter,com.oracle.graal.bytecode,com.oracle.graal.api
5569
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
144 project@com.oracle.graal.interpreter@checkstyle=com.oracle.graal.graph
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
145 project@com.oracle.graal.interpreter@javaCompliance=1.7
af976ca29136 Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5568
diff changeset
146
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
147 # 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
148 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
149 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
150 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
151 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
152 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
153
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
154 # 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
155 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
156 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
157 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
158 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
159 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
160
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
161 # 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
162 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
163 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
164 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
165 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
166 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
167
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
168 # 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
169 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
170 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
171 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
172 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
173 project@com.oracle.graal.loop@javaCompliance=1.7
6415
033f95af9cd7 Create a loop project
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6412
diff changeset
174
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
175 # graal.compiler
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
176 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
177 project@com.oracle.graal.compiler@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
178 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
179 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
180 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
181
6496
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
182 # graal.compiler.amd64
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
183 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
184 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
185 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
186 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
187 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
188
5564
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
189 # graal.boot
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
190 project@com.oracle.graal.boot@subDir=graal
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
191 project@com.oracle.graal.boot@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
192 project@com.oracle.graal.boot@dependencies=com.oracle.graal.java,com.oracle.graal.api,com.oracle.graal.phases.common
5564
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
193 project@com.oracle.graal.boot@checkstyle=com.oracle.graal.graph
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
194 project@com.oracle.graal.boot@javaCompliance=1.7
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
195
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
196 # graal.boot.test
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
197 project@com.oracle.graal.boot.test@subDir=graal
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
198 project@com.oracle.graal.boot.test@sourceDirs=src
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
199 project@com.oracle.graal.boot.test@dependencies=JUNIT,com.oracle.graal.boot
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
200 project@com.oracle.graal.boot.test@checkstyle=com.oracle.graal.graph
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
201 project@com.oracle.graal.boot.test@javaCompliance=1.7
deec44b74cfb Added skeleton for new graal.boot and graal.boot.test projects.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5533
diff changeset
202
5568
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
203 # graal.bytecode
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
204 project@com.oracle.graal.bytecode@subDir=graal
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
205 project@com.oracle.graal.bytecode@sourceDirs=src
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
206 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
207 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
208
4205
2af849af1723 moved graphbuilder into the graal.java project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4202
diff changeset
209 # graal.java
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
210 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
211 project@com.oracle.graal.java@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
212 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
213 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
214 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
215
4200
816ac0e579fb Move printer into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4178
diff changeset
216 # graal.printer
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
217 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
218 project@com.oracle.graal.printer@sourceDirs=src
6508
84cdfa55d23c fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6501
diff changeset
219 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
220 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
221 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
222
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
223 # 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
224 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
225 project@com.oracle.graal.compiler.test@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
226 project@com.oracle.graal.compiler.test@dependencies=JUNIT,com.oracle.graal.compiler,com.oracle.graal.java,com.oracle.graal.api
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
227 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
228 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
229
4587
5b04b33dac74 add jtt tests, converted from the maxine repository using ConvertJTT
Lukas Stadler <lukas.stadler@jku.at>
parents: 4525
diff changeset
230 # graal.jtt
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
231 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
232 project@com.oracle.graal.jtt@sourceDirs=src
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
233 project@com.oracle.graal.jtt@dependencies=JUNIT
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
234 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
235 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
236
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
237 # graal.asm
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
238 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
239 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
240 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
241 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
242 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
243
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
244 # 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
245 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
246 project@com.oracle.graal.asm.amd64@sourceDirs=src
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
247 project@com.oracle.graal.asm.amd64@dependencies=com.oracle.graal.asm
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
248 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
249 project@com.oracle.graal.asm.amd64@javaCompliance=1.7