annotate mx/projects @ 15638:83c69954bbaa

mxtool: distribution dependency should be a list
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 14 May 2014 11:19:38 +0200
parents 3c1a88470123
children ec29b2d3bdb4
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.
13358
e1a50eac0eac Add a version number for the mxtool and support for requesting a minimum mx version in a suite
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 13308
diff changeset
2 mxversion=1.0
9193
c8f4e1081c0b support for referencing commands in other suites (e.g. mx.suite('graal').commands.build([]))
Doug Simon <doug.simon@oracle.com>
parents: 9122
diff changeset
3 suite=graal
c8f4e1081c0b support for referencing commands in other suites (e.g. mx.suite('graal').commands.build([]))
Doug Simon <doug.simon@oracle.com>
parents: 9122
diff changeset
4
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 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
6 library@JDK_TOOLS@optional=true
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7
15150
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
8 library@JUNIT@path=lib/junit-4.11.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
9 library@JUNIT@urls=http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
10 library@JUNIT@sha1=4e031bb61df09069aeb2bffb4019e7a5034a4ee0
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 library@JUNIT@eclipse.container=org.eclipse.jdt.junit.JUNIT_CONTAINER/4
15150
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
12 library@JUNIT@sourcePath=lib/junit-4.11-sources.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
13 library@JUNIT@sourceUrls=http://repo1.maven.org/maven2/junit/junit/4.11/junit-4.11-sources.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
14 library@JUNIT@sourceSha1=28e0ad201304e4a4abf999ca0570b7cffc352c3c
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
15 library@JUNIT@dependencies=HAMCREST
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
16
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
17 library@HAMCREST@path=lib/hamcrest-core-1.3.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
18 library@HAMCREST@urls=http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
19 library@HAMCREST@sha1=42a25dc3219429f0e5d060061f71acb49bf010a0
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
20 library@HAMCREST@sourcePath=lib/hamcrest-core-1.3-sources.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
21 library@HAMCREST@sourceUrls=http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar
101a31da0dd0 Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 15079
diff changeset
22 library@HAMCREST@sourceSha1=1dc37250fbc78e23a65a67fbbaf71d2e9cbc3c0b
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23
4144
34527a24bcf8 Adopted mxtool changes.
Doug Simon <doug.simon@oracle.com>
parents: 3732
diff changeset
24 library@CHECKSTYLE@path=lib/checkstyle-5.5-all.jar
34527a24bcf8 Adopted mxtool changes.
Doug Simon <doug.simon@oracle.com>
parents: 3732
diff changeset
25 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
26
14776
07dd21c7d533 revived use of FindBugs annotations
Doug Simon <doug.simon@oracle.com>
parents: 14771
diff changeset
27 library@FINDBUGS@path=lib/findbugs-3.0.0-dev-20131204-e3cbbd5.jar
07dd21c7d533 revived use of FindBugs annotations
Doug Simon <doug.simon@oracle.com>
parents: 14771
diff changeset
28 library@FINDBUGS@urls=jar:http://sourceforge.net/projects/findbugs/files/findbugs/3.0.0/findbugs-3.0.0-dev-20131204-e3cbbd5.zip/download!/findbugs-3.0.0-dev-20131204-e3cbbd5/lib/findbugs.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
29 library@FINDBUGS@sha1=539fdc73ef5f65a85c94687f6ec77dcd8493f8c1
14776
07dd21c7d533 revived use of FindBugs annotations
Doug Simon <doug.simon@oracle.com>
parents: 14771
diff changeset
30
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
31 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
32 library@DACAPO@urls=http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
33 library@DACAPO@sha1=2626a9546df09009f6da0df854e6dc1113ef7dd4
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
34
4684
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
35 library@JACOCOAGENT@path=lib/jacocoagent.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
36 library@JACOCOAGENT@urls=http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoagent.jar
14133
d2e4b81fd8f0 mx: support sha1 digest for dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 14086
diff changeset
37 library@JACOCOAGENT@sha1=9e2c835289356d86afbf31840f05a0f9007c4e44
4684
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
38
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
39 library@JACOCOREPORT@path=lib/jacocoreport.jar
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
40 library@JACOCOREPORT@urls=http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoreport.jar
14133
d2e4b81fd8f0 mx: support sha1 digest for dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 14086
diff changeset
41 library@JACOCOREPORT@sha1=32fb5ba2f12d86c4feb74bcefc17a4e6fad8a323
4684
e136f2d0d002 Activate jtt for the gate
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4587
diff changeset
42
7118
e33a0f52e2d9 Update scala-benchmark dependency
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6580
diff changeset
43 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
44 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
14133
d2e4b81fd8f0 mx: support sha1 digest for dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 14086
diff changeset
45 library@DACAPO_SCALA@sha1=59b64c974662b5cf9dbd3cf9045d293853dd7a51
4480
7d6490436b57 Add Scala DaCapo benchs
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 4358
diff changeset
46
15344
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
47 library@OKRA@path=lib/okra-1.9.jar
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
48 library@OKRA@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.9.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
49 library@OKRA@sha1=df450b04882e6b5a365299e2cbf1622038ae880e
15344
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
50 library@OKRA@sourcePath=lib/okra-1.9-src.jar
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
51 library@OKRA@sourceUrls=http://cr.openjdk.java.net/~tdeneau/okra-1.9-src.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
52 library@OKRA@sourceSha1=41dcda5197ca4d87bc94e4d7b5a90e7f22667756
13740
bfd61161d752 HSAIL: support for using Okra simulator without needing to configure PATH and LD_LIBRARY_PATH
Doug Simon <doug.simon@oracle.com>
parents: 13653
diff changeset
53
15344
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
54 library@OKRA_WITH_SIM@path=lib/okra-1.9-with-sim.jar
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
55 library@OKRA_WITH_SIM@urls=http://cr.openjdk.java.net/~tdeneau/okra-1.9-with-sim.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
56 library@OKRA_WITH_SIM@sha1=816fa24814cf51c02f9c05477447bb55a152b388
15344
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
57 library@OKRA_WITH_SIM@sourcePath=lib/okra-1.9-with-sim-src.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
58 library@OKRA_WITH_SIM@sourceSha1=1628919457999a8479d9f39845865de527dbd523
15344
8065d79ccd49 HSAIL: fixed AtomicReadAndWrite support
Doug Simon <doug.simon@oracle.com>
parents: 15309
diff changeset
59 library@OKRA_WITH_SIM@sourceUrls=http://cr.openjdk.java.net/~tdeneau/okra-1.9-with-sim-src.jar
13589
680a7cc8f451 added sourcePath attribute to OKRA library declaration
Doug Simon <doug.simon@oracle.com>
parents: 13514
diff changeset
60
14622
aff1511f13a9 added AllocSpy tool for analyzing allocation in Graal using the Java Allocation Instrumenter (https://code.google.com/p/java-allocation-instrumenter/)
Doug Simon <doug.simon@oracle.com>
parents: 14573
diff changeset
61 library@JAVA_ALLOCATION_INSTRUMENTER@path=lib/java-allocation-instrumenter.jar
15409
009247069a62 updated to latest version of JAVA_ALLOCATION_INSTRUMENTER library
Doug Simon <doug.simon@oracle.com>
parents: 15370
diff changeset
62 library@JAVA_ALLOCATION_INSTRUMENTER@urls=http://lafo.ssw.uni-linz.ac.at/java-allocation-instrumenter/java-allocation-instrumenter-c7e3525a6b90.jar
009247069a62 updated to latest version of JAVA_ALLOCATION_INSTRUMENTER library
Doug Simon <doug.simon@oracle.com>
parents: 15370
diff changeset
63 library@JAVA_ALLOCATION_INSTRUMENTER@sha1=128eb20a4cd3362a4d8b94614e66647808a2e37c
14622
aff1511f13a9 added AllocSpy tool for analyzing allocation in Graal using the Java Allocation Instrumenter (https://code.google.com/p/java-allocation-instrumenter/)
Doug Simon <doug.simon@oracle.com>
parents: 14573
diff changeset
64
15079
976c6cb2bf69 HSAIL: added tests using Java8 lambdas
Doug Simon <doug.simon@oracle.com>
parents: 14945
diff changeset
65 library@VECMATH@path=lib/vecmath-1.3.1.jar
976c6cb2bf69 HSAIL: added tests using Java8 lambdas
Doug Simon <doug.simon@oracle.com>
parents: 14945
diff changeset
66 library@VECMATH@urls=http://mirrors.ibiblio.org/pub/mirrors/maven/java3d/jars/vecmath-1.3.1.jar
15533
d6c80b8b414f mx/projects: add sha1 checksums to external dependencies
Bernhard Urban <bernhard.urban@jku.at>
parents: 15470
diff changeset
67 library@VECMATH@sha1=a0ae4f51da409fa0c20fa0ca59e6bbc9413ae71d
15079
976c6cb2bf69 HSAIL: added tests using Java8 lambdas
Doug Simon <doug.simon@oracle.com>
parents: 14945
diff changeset
68
8131
83ec1df0a30f added support for distributions to mx
Doug Simon <doug.simon@oracle.com>
parents: 7839
diff changeset
69 distribution@GRAAL@path=graal.jar
14938
9d32e87ea98b GRAAL distribution now includes sources (graal.src.zip)
Doug Simon <doug.simon@oracle.com>
parents: 14864
diff changeset
70 distribution@GRAAL@sourcesPath=graal.src.zip
12456
f87c68d79f07 improved support for co-existing, multiple backends (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12432
diff changeset
71 distribution@GRAAL@dependencies=\
12458
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
72 com.oracle.graal.hotspot.amd64,\
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
73 com.oracle.graal.hotspot.ptx,\
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
74 com.oracle.graal.truffle,\
12502
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
75 com.oracle.graal.truffle.hotspot.amd64,\
12458
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
76 com.oracle.graal.hotspot.sparc,\
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
77 com.oracle.graal.hotspot,\
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
78 com.oracle.graal.hotspot.hsail
15577
406a94c03ffa truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Bernhard Urban <bernhard.urban@jku.at>
parents: 15576
diff changeset
79 distribution@GRAAL@exclude=FINDBUGS
8131
83ec1df0a30f added support for distributions to mx
Doug Simon <doug.simon@oracle.com>
parents: 7839
diff changeset
80
15576
0c0b479903bb mx trufflejar: use distribution feature of mx instead (`mx archive @TRUFFLE')
Bernhard Urban <bernhard.urban@jku.at>
parents: 15551
diff changeset
81 distribution@TRUFFLE@path=truffle.jar
15578
24aa5dbcf92d truffle distrubtions: generate source jar
Bernhard Urban <bernhard.urban@jku.at>
parents: 15577
diff changeset
82 distribution@TRUFFLE@sourcesPath=truffle-sources.jar
15576
0c0b479903bb mx trufflejar: use distribution feature of mx instead (`mx archive @TRUFFLE')
Bernhard Urban <bernhard.urban@jku.at>
parents: 15551
diff changeset
83 distribution@TRUFFLE@dependencies=\
15577
406a94c03ffa truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Bernhard Urban <bernhard.urban@jku.at>
parents: 15576
diff changeset
84 com.oracle.truffle.api.dsl
406a94c03ffa truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Bernhard Urban <bernhard.urban@jku.at>
parents: 15576
diff changeset
85
406a94c03ffa truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Bernhard Urban <bernhard.urban@jku.at>
parents: 15576
diff changeset
86 distribution@TRUFFLE-DSL-PROCESSOR@path=truffle-dsl-processor.jar
15578
24aa5dbcf92d truffle distrubtions: generate source jar
Bernhard Urban <bernhard.urban@jku.at>
parents: 15577
diff changeset
87 distribution@TRUFFLE-DSL-PROCESSOR@sourcesPath=truffle-dsl-processor-sources.jar
15577
406a94c03ffa truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Bernhard Urban <bernhard.urban@jku.at>
parents: 15576
diff changeset
88 distribution@TRUFFLE-DSL-PROCESSOR@dependencies=\
15576
0c0b479903bb mx trufflejar: use distribution feature of mx instead (`mx archive @TRUFFLE')
Bernhard Urban <bernhard.urban@jku.at>
parents: 15551
diff changeset
89 com.oracle.truffle.dsl.processor
15638
83c69954bbaa mxtool: distribution dependency should be a list
Bernhard Urban <bernhard.urban@jku.at>
parents: 15623
diff changeset
90 distribution@TRUFFLE-DSL-PROCESSOR@distDependencies=TRUFFLE
15576
0c0b479903bb mx trufflejar: use distribution feature of mx instead (`mx archive @TRUFFLE')
Bernhard Urban <bernhard.urban@jku.at>
parents: 15551
diff changeset
91
15551
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
92 # graal.api.collections
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
93 project@com.oracle.graal.api.collections@subDir=graal
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
94 project@com.oracle.graal.api.collections@sourceDirs=src
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
95 project@com.oracle.graal.api.collections@checkstyle=com.oracle.graal.graph
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
96 project@com.oracle.graal.api.collections@javaCompliance=1.8
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
97 project@com.oracle.graal.api.collections@workingSets=API,Graal
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
98
6540
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
99 # graal.api.runtime
31aa76ffd3bb Rename project graal.api to graal.api.runtime
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6528
diff changeset
100 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
101 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
102 project@com.oracle.graal.api.runtime@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
103 project@com.oracle.graal.api.runtime@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
104 project@com.oracle.graal.api.runtime@workingSets=API,Graal
5499
8d7d009a54d8 Introduction of com.oracle.graal.api project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5219
diff changeset
105
5523
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
106 # 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
107 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
108 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
109 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
110 project@com.oracle.graal.api.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
111 project@com.oracle.graal.api.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
112 project@com.oracle.graal.api.test@workingSets=API,Graal,Test
5523
861f8d5a5153 Added code to resolve GraalRuntime into HotSpot. Added graal.api.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5514
diff changeset
113
5500
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
114 # graal.api.meta
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
115 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
116 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
117 project@com.oracle.graal.api.meta@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
118 project@com.oracle.graal.api.meta@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
119 project@com.oracle.graal.api.meta@workingSets=API,Graal
5500
d2f2dede7c1a Introduction of the project com.oragle.graal.api.meta.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5499
diff changeset
120
7015
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
121 # 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
122 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
123 project@com.oracle.graal.api.meta.test@sourceDirs=src
12488
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
124 project@com.oracle.graal.api.meta.test@dependencies=JUNIT,com.oracle.graal.runtime,com.oracle.graal.java
7015
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
125 project@com.oracle.graal.api.meta.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
126 project@com.oracle.graal.api.meta.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
127 project@com.oracle.graal.api.meta.test@workingSets=API,Graal,Test
7015
62818f156081 added ResolvedJavaType.isClass(Class c) to replace some uses of ResolvedJavaType.toJava()
Doug Simon <doug.simon@oracle.com>
parents: 6580
diff changeset
128
13183
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
129 # graal.api.meta.jdk8.test
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
130 project@com.oracle.graal.api.meta.jdk8.test@subDir=graal
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
131 project@com.oracle.graal.api.meta.jdk8.test@sourceDirs=src
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
132 project@com.oracle.graal.api.meta.jdk8.test@dependencies=com.oracle.graal.api.meta.test
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
133 project@com.oracle.graal.api.meta.jdk8.test@checkstyle=com.oracle.graal.graph
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
134 project@com.oracle.graal.api.meta.jdk8.test@javaCompliance=1.8
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
135 project@com.oracle.graal.api.meta.jdk8.test@workingSets=API,Graal,Test
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
136
5509
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
137 # graal.api.code
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
138 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
139 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
140 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
141 project@com.oracle.graal.api.code@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
142 project@com.oracle.graal.api.code@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
143 project@com.oracle.graal.api.code@workingSets=API,Graal
5509
6ed763809de7 Added new projects graal.api.code and graal.api.interpreter
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5500
diff changeset
144
8420
5d3fa6f949fb created com.oracle.graal.api.replacements project and moved ClassSubstitution and MethodSubstitution there
Doug Simon <doug.simon@oracle.com>
parents: 8416
diff changeset
145 # graal.api.replacements
5d3fa6f949fb created com.oracle.graal.api.replacements project and moved ClassSubstitution and MethodSubstitution there
Doug Simon <doug.simon@oracle.com>
parents: 8416
diff changeset
146 project@com.oracle.graal.api.replacements@subDir=graal
5d3fa6f949fb created com.oracle.graal.api.replacements project and moved ClassSubstitution and MethodSubstitution there
Doug Simon <doug.simon@oracle.com>
parents: 8416
diff changeset
147 project@com.oracle.graal.api.replacements@sourceDirs=src
8637
ce5750014c3d moved Replacements and MacroSubstitution from the graal.api.replacements project to graal.nodes project and reversed the dependency between these two projects (the latter now/again depends on the former)
Doug Simon <doug.simon@oracle.com>
parents: 8627
diff changeset
148 project@com.oracle.graal.api.replacements@dependencies=com.oracle.graal.api.meta
8420
5d3fa6f949fb created com.oracle.graal.api.replacements project and moved ClassSubstitution and MethodSubstitution there
Doug Simon <doug.simon@oracle.com>
parents: 8416
diff changeset
149 project@com.oracle.graal.api.replacements@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
150 project@com.oracle.graal.api.replacements@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
151 project@com.oracle.graal.api.replacements@workingSets=API,Graal,Replacements
8420
5d3fa6f949fb created com.oracle.graal.api.replacements project and moved ClassSubstitution and MethodSubstitution there
Doug Simon <doug.simon@oracle.com>
parents: 8416
diff changeset
152
8529
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
153 # graal.service.processor
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
154 project@com.oracle.graal.service.processor@subDir=graal
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
155 project@com.oracle.graal.service.processor@sourceDirs=src
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
156 project@com.oracle.graal.service.processor@dependencies=com.oracle.graal.api.runtime
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
157 project@com.oracle.graal.service.processor@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
158 project@com.oracle.graal.service.processor@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
159 project@com.oracle.graal.service.processor@workingSets=Codegen,HotSpot
8529
dc9cfb7ec5d0 Annotation processor for generating META-INF/services files.
Roland Schatz <roland.schatz@oracle.com>
parents: 8439
diff changeset
160
6580
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
161 # graal.amd64
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
162 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
163 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
164 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
165 project@com.oracle.graal.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
166 project@com.oracle.graal.amd64@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
167 project@com.oracle.graal.amd64@workingSets=Graal,AMD64
6580
d56d600819fe moved AMD64 into its own (new) project: com.oracle.graal.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6556
diff changeset
168
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
169 # graal.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
170 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
171 project@com.oracle.graal.ptx@sourceDirs=src
14771
f87c23fd304d canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 14768
diff changeset
172 project@com.oracle.graal.ptx@dependencies=com.oracle.graal.api.code
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
173 project@com.oracle.graal.ptx@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
174 project@com.oracle.graal.ptx@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
175 project@com.oracle.graal.ptx@workingSets=Graal,PTX
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
176
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
177 # graal.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
178 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
179 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
180 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
181 project@com.oracle.graal.sparc@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
182 project@com.oracle.graal.sparc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
183 project@com.oracle.graal.sparc@workingSets=Graal,SPARC
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
184
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
185 # graal.hotspot
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
186 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
187 project@com.oracle.graal.hotspot@sourceDirs=src
14858
2372488fd33f Canonicalize projects.
Josef Eisl <josef.eisl@jku.at>
parents: 14852
diff changeset
188 project@com.oracle.graal.hotspot@dependencies=com.oracle.graal.replacements,com.oracle.graal.runtime,com.oracle.graal.printer,com.oracle.graal.baseline
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
189 project@com.oracle.graal.hotspot@checkstyle=com.oracle.graal.graph
9857
719a290b8a23 added optional annotationProcessorForDependents attribute for a project to inject itself as an annotation processor for all dependents
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
190 project@com.oracle.graal.hotspot@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
191 project@com.oracle.graal.hotspot@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
192 project@com.oracle.graal.hotspot@workingSets=Graal,HotSpot
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
193
6495
75f130f2b30f moved AMD64 specific HotSpot code in com.oracle.graal.hotspot.amd64 project
Doug Simon <doug.simon@oracle.com>
parents: 6493
diff changeset
194 # 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
195 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
196 project@com.oracle.graal.hotspot.amd64@sourceDirs=src
13895
4731c1a0b1f3 consolidated GNFI code into graal.hotspot project and cleaned up the documentation and code
Doug Simon <doug.simon@oracle.com>
parents: 13889
diff changeset
197 project@com.oracle.graal.hotspot.amd64@dependencies=com.oracle.graal.compiler.amd64,com.oracle.graal.hotspot,com.oracle.graal.replacements.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
198 project@com.oracle.graal.hotspot.amd64@checkstyle=com.oracle.graal.graph
10509
fcc5fb4e2b9e New strategy for selecting the default runtime.
Roland Schatz <roland.schatz@oracle.com>
parents: 10484
diff changeset
199 project@com.oracle.graal.hotspot.amd64@annotationProcessors=com.oracle.graal.service.processor
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
200 project@com.oracle.graal.hotspot.amd64@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
201 project@com.oracle.graal.hotspot.amd64@workingSets=Graal,HotSpot,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
202
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
203 # graal.hotspot.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
204 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
205 project@com.oracle.graal.hotspot.sparc@sourceDirs=src
9814
e723f9031785 re-architected SPARC assembler to be Fmt class specific, initial arithmetic
Morris Meyer <morris.meyer@oracle.com>
parents: 9430
diff changeset
206 project@com.oracle.graal.hotspot.sparc@dependencies=com.oracle.graal.compiler.sparc
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
207 project@com.oracle.graal.hotspot.sparc@checkstyle=com.oracle.graal.graph
12632
8bb706d2b365 added missing annotation processor dependency for com.oracle.graal.hotspot.sparc
Doug Simon <doug.simon@oracle.com>
parents: 12502
diff changeset
208 project@com.oracle.graal.hotspot.sparc@annotationProcessors=com.oracle.graal.service.processor
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
209 project@com.oracle.graal.hotspot.sparc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
210 project@com.oracle.graal.hotspot.sparc@workingSets=Graal,HotSpot,SPARC
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
211
11596
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
212 # graal.hotspot.ptx
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
213 project@com.oracle.graal.hotspot.ptx@subDir=graal
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
214 project@com.oracle.graal.hotspot.ptx@sourceDirs=src
14771
f87c23fd304d canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 14768
diff changeset
215 project@com.oracle.graal.hotspot.ptx@dependencies=com.oracle.graal.ptx,com.oracle.graal.compiler.ptx,com.oracle.graal.hotspot,com.oracle.graal.gpu
11596
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
216 project@com.oracle.graal.hotspot.ptx@checkstyle=com.oracle.graal.graph
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
217 project@com.oracle.graal.hotspot.ptx@annotationProcessors=com.oracle.graal.service.processor
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
218 project@com.oracle.graal.hotspot.ptx@javaCompliance=1.8
11596
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
219 project@com.oracle.graal.hotspot.ptx@workingSets=Graal,HotSpot,PTX
91e5f927af63 Initial implementation of PTXRuntime (RegisterConfig, PTX description etc); guarded with new flag UseGPU. Specify -XX:+UseGPU to exercise this new implementation.
bharadwaj
parents: 11492
diff changeset
220
12429
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
221 # graal.hotspot.hsail
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
222 project@com.oracle.graal.hotspot.hsail@subDir=graal
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
223 project@com.oracle.graal.hotspot.hsail@sourceDirs=src
14771
f87c23fd304d canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 14768
diff changeset
224 project@com.oracle.graal.hotspot.hsail@dependencies=com.oracle.graal.replacements.hsail,com.oracle.graal.hotspot,com.oracle.graal.gpu
12429
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
225 project@com.oracle.graal.hotspot.hsail@checkstyle=com.oracle.graal.graph
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
226 project@com.oracle.graal.hotspot.hsail@annotationProcessors=com.oracle.graal.service.processor
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
227 project@com.oracle.graal.hotspot.hsail@javaCompliance=1.8
12429
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
228 project@com.oracle.graal.hotspot.hsail@workingSets=Graal,HotSpot,PTX
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
229
5529
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
230 # graal.hotspot.server
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
231 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
232 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
233 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
234 project@com.oracle.graal.hotspot.server@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
235 project@com.oracle.graal.hotspot.server@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
236 project@com.oracle.graal.hotspot.server@workingSets=Graal,HotSpot
5529
d487ae06265d Move graal.hotspot.server into its own project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5527
diff changeset
237
7263
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
238 # graal.hotspot.test
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
239 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
240 project@com.oracle.graal.hotspot.test@sourceDirs=src
10440
7a0d4d95f84c moved write barrier tests to graal.hotspot.test and removed the graal.compiler.test -> graal.hotspot dependency
Doug Simon <doug.simon@oracle.com>
parents: 10061
diff changeset
241 project@com.oracle.graal.hotspot.test@dependencies=com.oracle.graal.replacements.test,com.oracle.graal.hotspot
7263
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
242 project@com.oracle.graal.hotspot.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
243 project@com.oracle.graal.hotspot.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
244 project@com.oracle.graal.hotspot.test@workingSets=Graal,HotSpot,Test
7263
6ed187f3134b added unit test for array copy intrinsification
Doug Simon <doug.simon@oracle.com>
parents: 7119
diff changeset
245
13183
0266ac3b26c0 JDK8: added support for default methods as well as interfaces containing static and private methods
Doug Simon <doug.simon@oracle.com>
parents: 12672
diff changeset
246 # graal.hotspot.jdk8.test
11243
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
247 project@com.oracle.graal.hotspot.jdk8.test@subDir=graal
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
248 project@com.oracle.graal.hotspot.jdk8.test@sourceDirs=src
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
249 project@com.oracle.graal.hotspot.jdk8.test@dependencies=com.oracle.graal.compiler.test
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
250 project@com.oracle.graal.hotspot.jdk8.test@checkstyle=com.oracle.graal.graph
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
251 project@com.oracle.graal.hotspot.jdk8.test@javaCompliance=1.8
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
252 project@com.oracle.graal.hotspot.jdk8.test@workingSets=Graal,HotSpot,Test
0a40e1032037 added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Doug Simon <doug.simon@oracle.com>
parents: 10868
diff changeset
253
8366
733e2b88ff26 moved HotSpot specific AMD64FrameOmissionTest to (new) project com.oracle.graal.hotspot.amd64.test and renamed it to AMD64HotSpotFrameOmissionTest
Doug Simon <doug.simon@oracle.com>
parents: 8351
diff changeset
254 # graal.hotspot.amd64.test
733e2b88ff26 moved HotSpot specific AMD64FrameOmissionTest to (new) project com.oracle.graal.hotspot.amd64.test and renamed it to AMD64HotSpotFrameOmissionTest
Doug Simon <doug.simon@oracle.com>
parents: 8351
diff changeset
255 project@com.oracle.graal.hotspot.amd64.test@subDir=graal
733e2b88ff26 moved HotSpot specific AMD64FrameOmissionTest to (new) project com.oracle.graal.hotspot.amd64.test and renamed it to AMD64HotSpotFrameOmissionTest
Doug Simon <doug.simon@oracle.com>
parents: 8351
diff changeset
256 project@com.oracle.graal.hotspot.amd64.test@sourceDirs=src
8375
fa8472ab7e11 canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 8366
diff changeset
257 project@com.oracle.graal.hotspot.amd64.test@dependencies=com.oracle.graal.asm.amd64,com.oracle.graal.compiler.test
8366
733e2b88ff26 moved HotSpot specific AMD64FrameOmissionTest to (new) project com.oracle.graal.hotspot.amd64.test and renamed it to AMD64HotSpotFrameOmissionTest
Doug Simon <doug.simon@oracle.com>
parents: 8351
diff changeset
258 project@com.oracle.graal.hotspot.amd64.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
259 project@com.oracle.graal.hotspot.amd64.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
260 project@com.oracle.graal.hotspot.amd64.test@workingSets=Graal,HotSpot,AMD64,Test
8366
733e2b88ff26 moved HotSpot specific AMD64FrameOmissionTest to (new) project com.oracle.graal.hotspot.amd64.test and renamed it to AMD64HotSpotFrameOmissionTest
Doug Simon <doug.simon@oracle.com>
parents: 8351
diff changeset
261
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
262 # graal.options
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
263 project@com.oracle.graal.options@subDir=graal
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
264 project@com.oracle.graal.options@sourceDirs=src
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
265 project@com.oracle.graal.options@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
266 project@com.oracle.graal.options@javaCompliance=1.8
9857
719a290b8a23 added optional annotationProcessorForDependents attribute for a project to inject itself as an annotation processor for all dependents
Doug Simon <doug.simon@oracle.com>
parents: 9855
diff changeset
267 project@com.oracle.graal.options@annotationProcessorForDependents=true
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
268 project@com.oracle.graal.options@workingSets=Graal,Codegen
9849
e876c2a6954f extensible option system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9831
diff changeset
269
12672
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
270 # graal.options.test
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
271 project@com.oracle.graal.options.test@subDir=graal
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
272 project@com.oracle.graal.options.test@sourceDirs=src
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
273 project@com.oracle.graal.options.test@dependencies=com.oracle.graal.options,JUNIT
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
274 project@com.oracle.graal.options.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
275 project@com.oracle.graal.options.test@javaCompliance=1.8
12672
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
276 project@com.oracle.graal.options.test@workingSets=Graal
38bf986ce231 added support for scoped overriding of OptionValues (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 12664
diff changeset
277
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
278 # graal.graph
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
279 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
280 project@com.oracle.graal.graph@sourceDirs=src
15551
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
281 project@com.oracle.graal.graph@dependencies=com.oracle.graal.debug,com.oracle.graal.compiler.common,com.oracle.graal.api.collections,com.oracle.graal.api.runtime,FINDBUGS
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
282 project@com.oracle.graal.graph@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
283 project@com.oracle.graal.graph@workingSets=Graal,Graph
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
284
5524
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
285 # 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
286 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
287 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
288 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
289 project@com.oracle.graal.graph.test@dependencies=JUNIT,com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
290 project@com.oracle.graal.graph.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
291 project@com.oracle.graal.graph.test@workingSets=Graal,Graph,Test
5524
ab6115911fe5 Split test code for graal.graph into new project graal.graph.test.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5523
diff changeset
292
4341
fa85381ac428 Added new project "graal.debug".
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4205
diff changeset
293 # graal.debug
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
294 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
295 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
296 project@com.oracle.graal.debug@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
297 project@com.oracle.graal.debug@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
298 project@com.oracle.graal.debug@workingSets=Graal,Debug
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
299
9103
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
300 # graal.debug.test
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
301 project@com.oracle.graal.debug.test@subDir=graal
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
302 project@com.oracle.graal.debug.test@sourceDirs=src
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
303 project@com.oracle.graal.debug.test@dependencies=JUNIT,com.oracle.graal.debug
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
304 project@com.oracle.graal.debug.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
305 project@com.oracle.graal.debug.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
306 project@com.oracle.graal.debug.test@workingSets=Graal,Debug,Test
9103
e7541d478e38 Added DebugHistory utility and corresponding unit tests.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 8935
diff changeset
307
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
308 # graal.lir
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
309 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
310 project@com.oracle.graal.lir@sourceDirs=src
15309
4c224a49f792 Canonicalize projects.
Josef Eisl <josef.eisl@jku.at>
parents: 15300
diff changeset
311 project@com.oracle.graal.lir@dependencies=com.oracle.graal.debug,com.oracle.graal.compiler.common,com.oracle.graal.asm
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
312 project@com.oracle.graal.lir@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
313 project@com.oracle.graal.lir@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
314 project@com.oracle.graal.lir@workingSets=Graal,LIR
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
315
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
316 # graal.lir.amd64
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
317 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
318 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
319 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
320 project@com.oracle.graal.lir.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
321 project@com.oracle.graal.lir.amd64@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
322 project@com.oracle.graal.lir.amd64@workingSets=Graal,LIR,AMD64
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
323
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
324 # graal.lir.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
325 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
326 project@com.oracle.graal.lir.ptx@sourceDirs=src
11731
d8f291981d75 PTX assembler Register -> Variable conversion
Morris Meyer <morris.meyer@oracle.com>
parents: 11683
diff changeset
327 project@com.oracle.graal.lir.ptx@dependencies=com.oracle.graal.asm.ptx
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
328 project@com.oracle.graal.lir.ptx@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
329 project@com.oracle.graal.lir.ptx@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
330 project@com.oracle.graal.lir.ptx@workingSets=Graal,LIR,PTX
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
331
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
332 # graal.lir.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
333 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
334 project@com.oracle.graal.lir.sparc@sourceDirs=src
9831
705aca4ebf2f SPARC array, load / store and compare operations
Morris Meyer <morris.meyer@oracle.com>
parents: 9828
diff changeset
335 project@com.oracle.graal.lir.sparc@dependencies=com.oracle.graal.asm.sparc
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
336 project@com.oracle.graal.lir.sparc@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
337 project@com.oracle.graal.lir.sparc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
338 project@com.oracle.graal.lir.sparc@workingSets=Graal,LIR,SPARC
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
339
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
340 # graal.alloc
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
341 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
342 project@com.oracle.graal.alloc@sourceDirs=src
15470
c55f44b3c5e5 remove NodesToDoubles, refactoring of node probability and inlining relevance computation
Lukas Stadler <lukas.stadler@oracle.com>
parents: 15409
diff changeset
343 project@com.oracle.graal.alloc@dependencies=com.oracle.graal.compiler.common
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
344 project@com.oracle.graal.alloc@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
345 project@com.oracle.graal.alloc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
346 project@com.oracle.graal.alloc@workingSets=Graal
4525
681e969888a7 Separate LIR and new register allocator into separate projects
Christian Wimmer <Christian.Wimmer@Oracle.com>
parents: 4480
diff changeset
347
7300
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
348 # graal.word
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
349 project@com.oracle.graal.word@subDir=graal
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
350 project@com.oracle.graal.word@sourceDirs=src
7301
6e68b27928c8 Canonicalize projects
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7300
diff changeset
351 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
352 project@com.oracle.graal.word@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
353 project@com.oracle.graal.word@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
354 project@com.oracle.graal.word@workingSets=API,Graal
7300
2912b72d840a More complete and reusable Word type
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7299
diff changeset
355
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
356 # graal.replacements
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
357 project@com.oracle.graal.replacements@subDir=graal
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
358 project@com.oracle.graal.replacements@sourceDirs=src
9122
dedfff70763f Compiler configurations.
Roland Schatz <roland.schatz@oracle.com>
parents: 9103
diff changeset
359 project@com.oracle.graal.replacements@dependencies=com.oracle.graal.compiler,com.oracle.graal.java,com.oracle.graal.word
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
360 project@com.oracle.graal.replacements@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
361 project@com.oracle.graal.replacements@javaCompliance=1.8
8530
bd8643cea266 Use ServiceProvider annotation for method substitutions.
Roland Schatz <roland.schatz@oracle.com>
parents: 8529
diff changeset
362 project@com.oracle.graal.replacements@annotationProcessors=com.oracle.graal.replacements.verifier,com.oracle.graal.service.processor
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
363 project@com.oracle.graal.replacements@workingSets=Graal,Replacements
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
364
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
365 # graal.replacements.amd64
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
366 project@com.oracle.graal.replacements.amd64@subDir=graal
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
367 project@com.oracle.graal.replacements.amd64@sourceDirs=src
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
368 project@com.oracle.graal.replacements.amd64@dependencies=com.oracle.graal.replacements
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
369 project@com.oracle.graal.replacements.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
370 project@com.oracle.graal.replacements.amd64@javaCompliance=1.8
13592
805a904eae8f enable String.equals substitution but disable it when RegisterPressure is used
twisti
parents: 13589
diff changeset
371 project@com.oracle.graal.replacements.amd64@annotationProcessors=com.oracle.graal.service.processor
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
372 project@com.oracle.graal.replacements.amd64@workingSets=Graal,Replacements,AMD64
8306
18e3213ab98a moved AMD64ConvertSnippets to (new) project com.oracle.graal.snippets.amd64
Doug Simon <doug.simon@oracle.com>
parents: 8259
diff changeset
373
13308
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
374 # graal.replacements.hsail
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
375 project@com.oracle.graal.replacements.hsail@subDir=graal
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
376 project@com.oracle.graal.replacements.hsail@sourceDirs=src
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
377 project@com.oracle.graal.replacements.hsail@dependencies=com.oracle.graal.compiler.hsail
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
378 project@com.oracle.graal.replacements.hsail@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
379 project@com.oracle.graal.replacements.hsail@javaCompliance=1.8
13308
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
380 project@com.oracle.graal.replacements.hsail@workingSets=Graal,Replacements,HSAIL
d3b3c6e17d40 HSAIL: added Math intrinsifications
Doug Simon <doug.simon@oracle.com>
parents: 13303
diff changeset
381
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
382 # graal.replacements.test
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
383 project@com.oracle.graal.replacements.test@subDir=graal
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
384 project@com.oracle.graal.replacements.test@sourceDirs=src
10440
7a0d4d95f84c moved write barrier tests to graal.hotspot.test and removed the graal.compiler.test -> graal.hotspot dependency
Doug Simon <doug.simon@oracle.com>
parents: 10061
diff changeset
385 project@com.oracle.graal.replacements.test@dependencies=com.oracle.graal.compiler.test,com.oracle.graal.replacements
8416
102b5249e97e rename projects: *snippets* -> *replacements* (GRAAL-178)
Doug Simon <doug.simon@oracle.com>
parents: 8375
diff changeset
386 project@com.oracle.graal.replacements.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
387 project@com.oracle.graal.replacements.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
388 project@com.oracle.graal.replacements.test@workingSets=Graal,Replacements,Test
5566
90798927fd8a Added graal.snippets.test project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5564
diff changeset
389
8428
467b41309cda Added annotation processor for verifing @ClassSubstitution and @MethodSubstitution annotation at compile time.
Christian Humer <christian.humer@gmail.com>
parents: 8421
diff changeset
390 # graal.replacements.verifier
467b41309cda Added annotation processor for verifing @ClassSubstitution and @MethodSubstitution annotation at compile time.
Christian Humer <christian.humer@gmail.com>
parents: 8421
diff changeset
391 project@com.oracle.graal.replacements.verifier@subDir=graal
467b41309cda Added annotation processor for verifing @ClassSubstitution and @MethodSubstitution annotation at compile time.
Christian Humer <christian.humer@gmail.com>
parents: 8421
diff changeset
392 project@com.oracle.graal.replacements.verifier@sourceDirs=src
14086
b6c6a18b2232 Verify existence of constructor for @NodeIntrinsic methods.
Roland Schatz <roland.schatz@oracle.com>
parents: 14066
diff changeset
393 project@com.oracle.graal.replacements.verifier@dependencies=com.oracle.graal.api.replacements,com.oracle.graal.graph
8428
467b41309cda Added annotation processor for verifing @ClassSubstitution and @MethodSubstitution annotation at compile time.
Christian Humer <christian.humer@gmail.com>
parents: 8421
diff changeset
394 project@com.oracle.graal.replacements.verifier@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
395 project@com.oracle.graal.replacements.verifier@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
396 project@com.oracle.graal.replacements.verifier@workingSets=Graal,Replacements
8428
467b41309cda Added annotation processor for verifing @ClassSubstitution and @MethodSubstitution annotation at compile time.
Christian Humer <christian.humer@gmail.com>
parents: 8421
diff changeset
397
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
398 # graal.nodes
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
399 project@com.oracle.graal.nodes@subDir=graal
6556
54821565b742 Remove unnecessary test folder definition
Christian Wimmer <christian.wimmer@oracle.com>
parents: 6541
diff changeset
400 project@com.oracle.graal.nodes@sourceDirs=src
15300
e4ca8e6f6663 Change graal.lir->graal.nodes project dependency to graal.nodes->graal.lir (errors).
Josef Eisl <josef.eisl@jku.at>
parents: 15259
diff changeset
401 project@com.oracle.graal.nodes@dependencies=com.oracle.graal.graph,com.oracle.graal.api.replacements,com.oracle.graal.lir
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
402 project@com.oracle.graal.nodes@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
403 project@com.oracle.graal.nodes@javaCompliance=1.8
14086
b6c6a18b2232 Verify existence of constructor for @NodeIntrinsic methods.
Roland Schatz <roland.schatz@oracle.com>
parents: 14066
diff changeset
404 project@com.oracle.graal.nodes@annotationProcessors=com.oracle.graal.replacements.verifier
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
405 project@com.oracle.graal.nodes@workingSets=Graal,Graph
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
406
11265
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
407 # graal.nodes.test
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
408 project@com.oracle.graal.nodes.test@subDir=graal
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
409 project@com.oracle.graal.nodes.test@sourceDirs=src
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
410 project@com.oracle.graal.nodes.test@dependencies=com.oracle.graal.compiler.test
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
411 project@com.oracle.graal.nodes.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
412 project@com.oracle.graal.nodes.test@javaCompliance=1.8
11265
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
413 project@com.oracle.graal.nodes.test@workingSets=Graal,Graph
ef6915cf1e59 Add illegal stamp
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 11243
diff changeset
414
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
415 # 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
416 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
417 project@com.oracle.graal.phases@sourceDirs=src
15259
d90e5c22ba55 Move GraalOptions to graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15200
diff changeset
418 project@com.oracle.graal.phases@dependencies=com.oracle.graal.nodes
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
419 project@com.oracle.graal.phases@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
420 project@com.oracle.graal.phases@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
421 project@com.oracle.graal.phases@workingSets=Graal,Phases
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
422
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
423 # 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
424 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
425 project@com.oracle.graal.phases.common@sourceDirs=src
8637
ce5750014c3d moved Replacements and MacroSubstitution from the graal.api.replacements project to graal.nodes project and reversed the dependency between these two projects (the latter now/again depends on the former)
Doug Simon <doug.simon@oracle.com>
parents: 8627
diff changeset
426 project@com.oracle.graal.phases.common@dependencies=com.oracle.graal.phases
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
427 project@com.oracle.graal.phases.common@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
428 project@com.oracle.graal.phases.common@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
429 project@com.oracle.graal.phases.common@workingSets=Graal,Phases
6526
ee651c726397 split phases out of graal.phases project into graal.phases.common project
Doug Simon <doug.simon@oracle.com>
parents: 6522
diff changeset
430
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
431 # 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
432 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
433 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
434 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
435 project@com.oracle.graal.virtual@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
436 project@com.oracle.graal.virtual@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
437 project@com.oracle.graal.virtual@workingSets=Graal,Phases
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
438
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
439 # 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
440 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
441 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
442 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
443 project@com.oracle.graal.loop@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
444 project@com.oracle.graal.loop@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
445 project@com.oracle.graal.loop@workingSets=Graal,Phases
6415
033f95af9cd7 Create a loop project
Gilles Duboscq <duboscq@ssw.jku.at>
parents: 6412
diff changeset
446
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
447 # graal.compiler
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
448 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
449 project@com.oracle.graal.compiler@sourceDirs=src
15551
33cedbce5b23 added CollectionsProvider and NodeCollectionsProvider and replaced (almost) all allocations of IdentityHashMaps to go through these providers
Doug Simon <doug.simon@oracle.com>
parents: 15533
diff changeset
450 project@com.oracle.graal.compiler@dependencies=com.oracle.graal.virtual,com.oracle.graal.loop,com.oracle.graal.alloc
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
451 project@com.oracle.graal.compiler@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
452 project@com.oracle.graal.compiler@javaCompliance=1.8
9855
6898d8995866 converted more options from GraalOptions to new system (GRAAL-27)
Doug Simon <doug.simon@oracle.com>
parents: 9849
diff changeset
453 project@com.oracle.graal.compiler@annotationProcessors=com.oracle.graal.service.processor
15370
319deee16746 add support for matching multiple HIR nodes when lowering to LIR
Tom Rodriguez <tom.rodriguez@oracle.com>
parents: 15344
diff changeset
454 project@com.oracle.graal.compiler@annotationProcessorForDependents=true
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
455 project@com.oracle.graal.compiler@workingSets=Graal
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
456
6496
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
457 # graal.compiler.amd64
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
458 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
459 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
460 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
461 project@com.oracle.graal.compiler.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
462 project@com.oracle.graal.compiler.amd64@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
463 project@com.oracle.graal.compiler.amd64@workingSets=Graal,AMD64
6496
16d1411409b4 moved AMD64 specific code into com.oracle.graal.compiler.amd64
Doug Simon <doug.simon@oracle.com>
parents: 6495
diff changeset
464
8190
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
465 # 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
466 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
467 project@com.oracle.graal.compiler.amd64.test@sourceDirs=src
8375
fa8472ab7e11 canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 8366
diff changeset
468 project@com.oracle.graal.compiler.amd64.test@dependencies=com.oracle.graal.compiler.test
8190
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
469 project@com.oracle.graal.compiler.amd64.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
470 project@com.oracle.graal.compiler.amd64.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
471 project@com.oracle.graal.compiler.amd64.test@workingSets=Graal,AMD64,Test
8190
87cb93643a47 Move platform specific assumptions from AllocatorTest to a separate project.
Roland Schatz <roland.schatz@oracle.com>
parents: 8172
diff changeset
472
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
473 # graal.compiler.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
474 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
475 project@com.oracle.graal.compiler.ptx@sourceDirs=src
13237
bc1b0ff498f4 removed no longer needed dependency from c.o.g.compiler.ptx to c.o.g.hotspot
Doug Simon <doug.simon@oracle.com>
parents: 13231
diff changeset
476 project@com.oracle.graal.compiler.ptx@dependencies=com.oracle.graal.lir.ptx,com.oracle.graal.compiler
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
477 project@com.oracle.graal.compiler.ptx@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
478 project@com.oracle.graal.compiler.ptx@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
479 project@com.oracle.graal.compiler.ptx@workingSets=Graal,PTX
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
480
7833
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
481 # graal.compiler.ptx.test
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
482 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
483 project@com.oracle.graal.compiler.ptx.test@sourceDirs=src
12458
d155f67c4941 fixed project canonicalization
Doug Simon <doug.simon@oracle.com>
parents: 12456
diff changeset
484 project@com.oracle.graal.compiler.ptx.test@dependencies=com.oracle.graal.hotspot.ptx,com.oracle.graal.compiler.test
7833
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
485 project@com.oracle.graal.compiler.ptx.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
486 project@com.oracle.graal.compiler.ptx.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
487 project@com.oracle.graal.compiler.ptx.test@workingSets=Graal,PTX,Test
7833
2338b991f14d Added basic test project for ptx backend.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7807
diff changeset
488
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
489 # graal.compiler.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
490 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
491 project@com.oracle.graal.compiler.sparc@sourceDirs=src
9814
e723f9031785 re-architected SPARC assembler to be Fmt class specific, initial arithmetic
Morris Meyer <morris.meyer@oracle.com>
parents: 9430
diff changeset
492 project@com.oracle.graal.compiler.sparc@dependencies=com.oracle.graal.lir.sparc
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
493 project@com.oracle.graal.compiler.sparc@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
494 project@com.oracle.graal.compiler.sparc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
495 project@com.oracle.graal.compiler.sparc@workingSets=Graal,SPARC
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
496
9816
4e9854086532 Initial SPARC compilation test
Morris Meyer <morris.meyer@oracle.com>
parents: 9814
diff changeset
497 # graal.compiler.sparc.test
4e9854086532 Initial SPARC compilation test
Morris Meyer <morris.meyer@oracle.com>
parents: 9814
diff changeset
498 project@com.oracle.graal.compiler.sparc.test@subDir=graal
4e9854086532 Initial SPARC compilation test
Morris Meyer <morris.meyer@oracle.com>
parents: 9814
diff changeset
499 project@com.oracle.graal.compiler.sparc.test@sourceDirs=src
10464
83d789390d2e removed com.oracle.graal.compiler.sparc from com.oracle.graal.compiler.sparc.test
twisti
parents: 10440
diff changeset
500 project@com.oracle.graal.compiler.sparc.test@dependencies=com.oracle.graal.compiler.test
9816
4e9854086532 Initial SPARC compilation test
Morris Meyer <morris.meyer@oracle.com>
parents: 9814
diff changeset
501 project@com.oracle.graal.compiler.sparc.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
502 project@com.oracle.graal.compiler.sparc.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
503 project@com.oracle.graal.compiler.sparc.test@workingSets=Graal,SPARC,Test
9816
4e9854086532 Initial SPARC compilation test
Morris Meyer <morris.meyer@oracle.com>
parents: 9814
diff changeset
504
12488
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
505 # graal.runtime
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
506 project@com.oracle.graal.runtime@subDir=graal
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
507 project@com.oracle.graal.runtime@sourceDirs=src
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
508 project@com.oracle.graal.runtime@dependencies=com.oracle.graal.compiler
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
509 project@com.oracle.graal.runtime@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
510 project@com.oracle.graal.runtime@javaCompliance=1.8
12488
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
511 project@com.oracle.graal.runtime@workingSets=Graal
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
512
5568
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
513 # graal.bytecode
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
514 project@com.oracle.graal.bytecode@subDir=graal
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
515 project@com.oracle.graal.bytecode@sourceDirs=src
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
516 project@com.oracle.graal.bytecode@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
517 project@com.oracle.graal.bytecode@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
518 project@com.oracle.graal.bytecode@workingSets=Graal,Java
5568
fdf19fa15ce4 Split bytecode utilities into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5567
diff changeset
519
4205
2af849af1723 moved graphbuilder into the graal.java project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4202
diff changeset
520 # graal.java
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
521 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
522 project@com.oracle.graal.java@sourceDirs=src
6528
436a24c36abe fixed imprecise dependencies
Doug Simon <doug.simon@oracle.com>
parents: 6526
diff changeset
523 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
524 project@com.oracle.graal.java@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
525 project@com.oracle.graal.java@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
526 project@com.oracle.graal.java@workingSets=Graal,Java
4205
2af849af1723 moved graphbuilder into the graal.java project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4202
diff changeset
527
15191
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
528 # graal.compiler.common
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
529 project@com.oracle.graal.compiler.common@subDir=graal
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
530 project@com.oracle.graal.compiler.common@sourceDirs=src
15259
d90e5c22ba55 Move GraalOptions to graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15200
diff changeset
531 project@com.oracle.graal.compiler.common@dependencies=com.oracle.graal.api.code,com.oracle.graal.options
15191
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
532 project@com.oracle.graal.compiler.common@checkstyle=com.oracle.graal.graph
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
533 project@com.oracle.graal.compiler.common@javaCompliance=1.8
04e6706df64c Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Josef Eisl <josef.eisl@jku.at>
parents: 15171
diff changeset
534 project@com.oracle.graal.compiler.common@workingSets=Graal,Java
15157
f4e31f06b019 Create com.oracle.graal.cfg project and move CFG related files.
Josef Eisl <josef.eisl@jku.at>
parents: 15150
diff changeset
535
14066
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
536 # graal.baseline
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
537 project@com.oracle.graal.baseline@subDir=graal
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
538 project@com.oracle.graal.baseline@sourceDirs=src
14858
2372488fd33f Canonicalize projects.
Josef Eisl <josef.eisl@jku.at>
parents: 14852
diff changeset
539 project@com.oracle.graal.baseline@dependencies=com.oracle.graal.compiler,com.oracle.graal.java
14066
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
540 project@com.oracle.graal.baseline@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
541 project@com.oracle.graal.baseline@javaCompliance=1.8
14066
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
542 project@com.oracle.graal.baseline@workingSets=Graal,Java
56726a90dc71 First draft of baseline compiler.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 14048
diff changeset
543
10482
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
544 # graal.java.decompiler
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
545 project@com.oracle.graal.java.decompiler@subDir=graal
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
546 project@com.oracle.graal.java.decompiler@sourceDirs=src
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
547 project@com.oracle.graal.java.decompiler@dependencies=com.oracle.graal.java
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
548 project@com.oracle.graal.java.decompiler@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
549 project@com.oracle.graal.java.decompiler@javaCompliance=1.8
10482
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
550 project@com.oracle.graal.java.decompiler@workingSets=Graal
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
551
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
552 # graal.java.decompiler.test
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
553 project@com.oracle.graal.java.decompiler.test@subDir=graal
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
554 project@com.oracle.graal.java.decompiler.test@sourceDirs=src
14554
29f47f2c6388 DebugPrinter: fix findbugs issues
Matthias Grimmer <grimmer@ssw.jku.at>
parents: 14546
diff changeset
555 project@com.oracle.graal.java.decompiler.test@dependencies=JUNIT,com.oracle.graal.printer,com.oracle.graal.runtime
10482
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
556 project@com.oracle.graal.java.decompiler.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
557 project@com.oracle.graal.java.decompiler.test@javaCompliance=1.8
10482
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
558 project@com.oracle.graal.java.decompiler.test@workingSets=Graal,Test
3e34b0318de6 Experimental decompiler that outputs Java source code from Graal IR for debug purposes.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10464
diff changeset
559
4200
816ac0e579fb Move printer into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4178
diff changeset
560 # graal.printer
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
561 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
562 project@com.oracle.graal.printer@sourceDirs=src
10484
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
563 project@com.oracle.graal.printer@dependencies=com.oracle.graal.java.decompiler,com.oracle.graal.compiler
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
564 project@com.oracle.graal.printer@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
565 project@com.oracle.graal.printer@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
566 project@com.oracle.graal.printer@workingSets=Graal,Graph
4200
816ac0e579fb Move printer into separate project.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4178
diff changeset
567
7717
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
568 # graal.test
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
569 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
570 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
571 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
572 project@com.oracle.graal.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
573 project@com.oracle.graal.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
574 project@com.oracle.graal.test@workingSets=Graal,Test
7717
cf94bd18eb47 lift GraalCompilerTest.getMethod to a common base class
Roland Schatz <roland.schatz@oracle.com>
parents: 7687
diff changeset
575
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
576 # 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
577 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
578 project@com.oracle.graal.compiler.test@sourceDirs=src
14622
aff1511f13a9 added AllocSpy tool for analyzing allocation in Graal using the Java Allocation Instrumenter (https://code.google.com/p/java-allocation-instrumenter/)
Doug Simon <doug.simon@oracle.com>
parents: 14573
diff changeset
579 project@com.oracle.graal.compiler.test@dependencies=com.oracle.graal.test,com.oracle.graal.printer,com.oracle.graal.runtime,com.oracle.graal.baseline,JAVA_ALLOCATION_INSTRUMENTER
6334
f8ba3bb81f6f Renamed com.oracle.graal.tests project to com.oracle.graal.compiler.test
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 6333
diff changeset
580 project@com.oracle.graal.compiler.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
581 project@com.oracle.graal.compiler.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
582 project@com.oracle.graal.compiler.test@workingSets=Graal,Test
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
583
4587
5b04b33dac74 add jtt tests, converted from the maxine repository using ConvertJTT
Lukas Stadler <lukas.stadler@jku.at>
parents: 4525
diff changeset
584 # graal.jtt
5062
5e9f38419819 Adjust C++ part according to the renaming.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 5047
diff changeset
585 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
586 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
587 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
588 project@com.oracle.graal.jtt@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
589 project@com.oracle.graal.jtt@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
590 project@com.oracle.graal.jtt@workingSets=Graal,Test
4587
5b04b33dac74 add jtt tests, converted from the maxine repository using ConvertJTT
Lukas Stadler <lukas.stadler@jku.at>
parents: 4525
diff changeset
591
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
592 # graal.asm
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
593 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
594 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
595 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
596 project@com.oracle.graal.asm@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
597 project@com.oracle.graal.asm@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
598 project@com.oracle.graal.asm@workingSets=Graal,Assembler
3732
3e2e8b8abdaf Updated mxtool to allow projects in subdirectories.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
599
7746
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
600 # graal.asm.test
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
601 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
602 project@com.oracle.graal.asm.test@sourceDirs=src
12488
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
603 project@com.oracle.graal.asm.test@dependencies=com.oracle.graal.test,com.oracle.graal.runtime
7746
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
604 project@com.oracle.graal.asm.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
605 project@com.oracle.graal.asm.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
606 project@com.oracle.graal.asm.test@workingSets=Graal,Assembler,Test
7746
2c1ae1a125bd Pull out test code that's useful for other assemblers.
Roland Schatz <roland.schatz@oracle.com>
parents: 7740
diff changeset
607
6497
64b7dd2075c0 renamed projects com.oracle.max.asm* to com.oracle.graal.asm*
Doug Simon <doug.simon@oracle.com>
parents: 6496
diff changeset
608 # 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
609 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
610 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
611 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
612 project@com.oracle.graal.asm.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
613 project@com.oracle.graal.asm.amd64@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
614 project@com.oracle.graal.asm.amd64@workingSets=Graal,Assembler,AMD64
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
615
7718
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
616 # graal.asm.amd64.test
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
617 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
618 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
619 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
620 project@com.oracle.graal.asm.amd64.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
621 project@com.oracle.graal.asm.amd64.test@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
622 project@com.oracle.graal.asm.amd64.test@workingSets=Graal,Assembler,AMD64,Test
7718
7503fdc516d1 simple unit tests for graal.asm.amd64
Roland Schatz <roland.schatz@oracle.com>
parents: 7717
diff changeset
623
14768
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
624 # graal.gpu
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
625 project@com.oracle.graal.gpu@subDir=graal
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
626 project@com.oracle.graal.gpu@sourceDirs=src
14771
f87c23fd304d canonicalized projects
Doug Simon <doug.simon@oracle.com>
parents: 14768
diff changeset
627 project@com.oracle.graal.gpu@dependencies=com.oracle.graal.nodes
14768
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
628 project@com.oracle.graal.gpu@checkstyle=com.oracle.graal.graph
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
629 project@com.oracle.graal.gpu@javaCompliance=1.8
3e9a960f0da1 HSAIL: preliminary deopt support
Doug Simon <doug.simon@oracle.com>
parents: 14763
diff changeset
630
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
631 # graal.hsail
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
632 project@com.oracle.graal.hsail@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
633 project@com.oracle.graal.hsail@sourceDirs=src
14945
b14cb2d9253d Make compression and uncompression explicit in the high level graph.
Roland Schatz <roland.schatz@oracle.com>
parents: 14938
diff changeset
634 project@com.oracle.graal.hsail@dependencies=com.oracle.graal.api.code
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
635 project@com.oracle.graal.hsail@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
636 project@com.oracle.graal.hsail@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
637
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
638 # graal.lir.hsail
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
639 project@com.oracle.graal.lir.hsail@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
640 project@com.oracle.graal.lir.hsail@sourceDirs=src
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
641 project@com.oracle.graal.lir.hsail@dependencies=com.oracle.graal.lir,com.oracle.graal.asm.hsail
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
642 project@com.oracle.graal.lir.hsail@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
643 project@com.oracle.graal.lir.hsail@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
644
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
645 # graal.compiler.hsail
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
646 project@com.oracle.graal.compiler.hsail@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
647 project@com.oracle.graal.compiler.hsail@sourceDirs=src
12429
5124eeec1a7b split HotSpotRuntime into separate provider implementations
Doug Simon <doug.simon@oracle.com>
parents: 11886
diff changeset
648 project@com.oracle.graal.compiler.hsail@dependencies=com.oracle.graal.compiler,com.oracle.graal.lir.hsail
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
649 project@com.oracle.graal.compiler.hsail@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
650 project@com.oracle.graal.compiler.hsail@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
651
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
652 # graal.compiler.hsail.test.infra - HSAIL compiler test infrastructure
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
653 project@com.oracle.graal.compiler.hsail.test.infra@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
654 project@com.oracle.graal.compiler.hsail.test.infra@sourceDirs=src
15623
3c1a88470123 HSAIL: converted KernelTester to re-use existing mechanism for deep equality testing
Doug Simon <doug.simon@oracle.com>
parents: 15601
diff changeset
655 project@com.oracle.graal.compiler.hsail.test.infra@dependencies=com.oracle.graal.test,com.oracle.graal.hotspot.hsail,OKRA_WITH_SIM
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
656 project@com.oracle.graal.compiler.hsail.test.infra@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
657 project@com.oracle.graal.compiler.hsail.test.infra@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
658
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
659 # graal.compiler.hsail.test
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
660 project@com.oracle.graal.compiler.hsail.test@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
661 project@com.oracle.graal.compiler.hsail.test@sourceDirs=src
15079
976c6cb2bf69 HSAIL: added tests using Java8 lambdas
Doug Simon <doug.simon@oracle.com>
parents: 14945
diff changeset
662 project@com.oracle.graal.compiler.hsail.test@dependencies=com.oracle.graal.compiler.hsail.test.infra,com.oracle.graal.compiler.test,VECMATH
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
663 project@com.oracle.graal.compiler.hsail.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
664 project@com.oracle.graal.compiler.hsail.test@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
665
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
666 # graal.asm.hsail
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
667 project@com.oracle.graal.asm.hsail@subDir=graal
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
668 project@com.oracle.graal.asm.hsail@sourceDirs=src
15195
2f97d638c7af Canonicalize mx/projects.
Josef Eisl <josef.eisl@jku.at>
parents: 15193
diff changeset
669 project@com.oracle.graal.asm.hsail@dependencies=com.oracle.graal.hsail,OKRA,com.oracle.graal.asm,com.oracle.graal.compiler.common
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
670 project@com.oracle.graal.asm.hsail@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
671 project@com.oracle.graal.asm.hsail@javaCompliance=1.8
10662
4ef92b67aeae added HSAIL backend and tests
Doug Simon <doug.simon@oracle.com>
parents: 10597
diff changeset
672
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
673 # graal.asm.ptx
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
674 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
675 project@com.oracle.graal.asm.ptx@sourceDirs=src
11731
d8f291981d75 PTX assembler Register -> Variable conversion
Morris Meyer <morris.meyer@oracle.com>
parents: 11683
diff changeset
676 project@com.oracle.graal.asm.ptx@dependencies=com.oracle.graal.lir
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
677 project@com.oracle.graal.asm.ptx@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
678 project@com.oracle.graal.asm.ptx@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
679 project@com.oracle.graal.asm.ptx@workingSets=Graal,Assembler,PTX
7804
447f9ba1962b Experimental PTX backend. Contribution by Christian Thalinger.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7746
diff changeset
680
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
681 # graal.asm.sparc
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
682 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
683 project@com.oracle.graal.asm.sparc@sourceDirs=src
9831
705aca4ebf2f SPARC array, load / store and compare operations
Morris Meyer <morris.meyer@oracle.com>
parents: 9828
diff changeset
684 project@com.oracle.graal.asm.sparc@dependencies=com.oracle.graal.hotspot,com.oracle.graal.sparc
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
685 project@com.oracle.graal.asm.sparc@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
686 project@com.oracle.graal.asm.sparc@javaCompliance=1.8
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
687 project@com.oracle.graal.asm.sparc@workingSets=Graal,Assembler,SPARC
7740
5f8101629080 Add projects and skeletons for SPARC port.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 7718
diff changeset
688
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
689 # 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
690 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
691 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
692 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
693 project@com.oracle.truffle.api@javaCompliance=1.7
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
694 project@com.oracle.truffle.api@workingSets=API,Truffle
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
695
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
696 # 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
697 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
698 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
699 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
700 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
701 project@com.oracle.truffle.api.test@javaCompliance=1.7
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
702 project@com.oracle.truffle.api.test@workingSets=API,Truffle,Test
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
703
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
704 # truffle.api.dsl
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
705 project@com.oracle.truffle.api.dsl@subDir=graal
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
706 project@com.oracle.truffle.api.dsl@sourceDirs=src
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
707 project@com.oracle.truffle.api.dsl@dependencies=com.oracle.truffle.api
11279
494b818b527c Adding "Classpath" exception to the classes in the com.oracle.truffle.api and the com.oracle.truffle.api.dsl package.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 11265
diff changeset
708 project@com.oracle.truffle.api.dsl@checkstyle=com.oracle.truffle.api
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
709 project@com.oracle.truffle.api.dsl@javaCompliance=1.7
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
710 project@com.oracle.truffle.api.dsl@workingSets=API,Truffle,Codegen
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
711
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
712 # truffle.api.dsl.test
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
713 project@com.oracle.truffle.api.dsl.test@subDir=graal
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
714 project@com.oracle.truffle.api.dsl.test@sourceDirs=src
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
715 project@com.oracle.truffle.api.dsl.test@dependencies=com.oracle.truffle.api.dsl,JUNIT
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
716 project@com.oracle.truffle.api.dsl.test@checkstyle=com.oracle.graal.graph
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
717 project@com.oracle.truffle.api.dsl.test@javaCompliance=1.7
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
718 project@com.oracle.truffle.api.dsl.test@annotationProcessors=com.oracle.truffle.dsl.processor
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
719 project@com.oracle.truffle.api.dsl.test@workingSets=API,Truffle,Codegen,Test
8238
0b48dc5f37c3 Added truffle.api.codegen.test project with a BultinFunctionTest.
Christian Humer <christian.humer@gmail.com>
parents: 7839
diff changeset
720
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
721 # truffle.dsl.processor
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
722 project@com.oracle.truffle.dsl.processor@subDir=graal
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
723 project@com.oracle.truffle.dsl.processor@sourceDirs=src
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
724 project@com.oracle.truffle.dsl.processor@dependencies=com.oracle.truffle.api.dsl
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
725 project@com.oracle.truffle.dsl.processor@checkstyle=com.oracle.graal.graph
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
726 project@com.oracle.truffle.dsl.processor@javaCompliance=1.7
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
727 project@com.oracle.truffle.dsl.processor@workingSets=Truffle,Codegen
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
728
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
729 # truffle.sl
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
730 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
731 project@com.oracle.truffle.sl@sourceDirs=src
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
732 project@com.oracle.truffle.sl@dependencies=com.oracle.truffle.api.dsl
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
733 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
734 project@com.oracle.truffle.sl@javaCompliance=1.7
10597
79041ab43660 Truffle-DSL: API-change: Renamed truffle.api.codegen to truffle.api.dsl for all projects and packages.
Christian Humer <christian.humer@gmail.com>
parents: 10509
diff changeset
735 project@com.oracle.truffle.sl@annotationProcessors=com.oracle.truffle.dsl.processor
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
736 project@com.oracle.truffle.sl@workingSets=Truffle,SimpleLanguage
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
737
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
738 # 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
739 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
740 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
741 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
742 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
743 project@com.oracle.truffle.sl.test@javaCompliance=1.7
10061
b6dfe12478ff [GRAAL-308] pre-defined working sets for Eclipse
Michael Haupt <michael.haupt@oracle.com>
parents: 9857
diff changeset
744 project@com.oracle.truffle.sl.test@workingSets=Truffle,SimpleLanguage,Test
7292
213c1297a814 Simple Language: A simple dynamic programming language to demonstrate Truffle features
Christian Wimmer <christian.wimmer@oracle.com>
parents: 7291
diff changeset
745
10484
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
746 # graal.truffle
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
747 project@com.oracle.graal.truffle@subDir=graal
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
748 project@com.oracle.graal.truffle@sourceDirs=src
12488
1a4dc163cd0a abstracted HotSpotGraalRuntime as a RuntimeProvider which removes the recent selector addition to the Graal capabilities API and also makes Truffle independent of the graal.hotspot project (GRAAL-363)
Doug Simon <doug.simon@oracle.com>
parents: 12458
diff changeset
749 project@com.oracle.graal.truffle@dependencies=com.oracle.truffle.api,com.oracle.graal.replacements,com.oracle.graal.runtime,com.oracle.graal.printer
10484
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
750 project@com.oracle.graal.truffle@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
751 project@com.oracle.graal.truffle@javaCompliance=1.8
10484
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
752 project@com.oracle.graal.truffle@workingSets=Graal,Truffle
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
753
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
754 # graal.truffle.test
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
755 project@com.oracle.graal.truffle.test@subDir=graal
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
756 project@com.oracle.graal.truffle.test@sourceDirs=src
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
757 project@com.oracle.graal.truffle.test@dependencies=com.oracle.graal.truffle,com.oracle.graal.compiler.test
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
758 project@com.oracle.graal.truffle.test@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
759 project@com.oracle.graal.truffle.test@javaCompliance=1.8
10484
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
760 project@com.oracle.graal.truffle.test@workingSets=Graal,Truffle,Test
0097fb11c16f Add basic version of Graal's Truffle runtime.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 10482
diff changeset
761
13231
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
762 # graal.truffle.hotspot
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
763 project@com.oracle.graal.truffle.hotspot@subDir=graal
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
764 project@com.oracle.graal.truffle.hotspot@sourceDirs=src
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
765 project@com.oracle.graal.truffle.hotspot@dependencies=com.oracle.graal.truffle,com.oracle.graal.hotspot
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
766 project@com.oracle.graal.truffle.hotspot@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
767 project@com.oracle.graal.truffle.hotspot@javaCompliance=1.8
13231
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
768 project@com.oracle.graal.truffle.hotspot@annotationProcessors=com.oracle.graal.service.processor
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
769 project@com.oracle.graal.truffle.hotspot@workingSets=Graal,Truffle
dad021298158 use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Doug Simon <doug.simon@oracle.com>
parents: 13183
diff changeset
770
12502
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
771 # graal.truffle.hotspot.amd64
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
772 project@com.oracle.graal.truffle.hotspot.amd64@subDir=graal
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
773 project@com.oracle.graal.truffle.hotspot.amd64@sourceDirs=src
15171
261a67e7a8f1 Canonicalize project dependencies.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 15157
diff changeset
774 project@com.oracle.graal.truffle.hotspot.amd64@dependencies=com.oracle.graal.truffle.hotspot,com.oracle.graal.asm.amd64
12502
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
775 project@com.oracle.graal.truffle.hotspot.amd64@checkstyle=com.oracle.graal.graph
14763
a6c1c3eb20c4 transition to JDK8
Doug Simon <doug.simon@oracle.com>
parents: 14646
diff changeset
776 project@com.oracle.graal.truffle.hotspot.amd64@javaCompliance=1.8
12502
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
777 project@com.oracle.graal.truffle.hotspot.amd64@annotationProcessors=com.oracle.graal.service.processor
28f56bf7c06a added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Doug Simon <doug.simon@oracle.com>
parents: 12488
diff changeset
778 project@com.oracle.graal.truffle.hotspot.amd64@workingSets=Graal,Truffle