comparison mx.graal/suite.py @ 23078:b00ef2b9cd00

Generate graph builder plugins for @NodeIntrinsic and @Fold methods.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 24 Nov 2015 19:31:56 +0100
parents fb4379f87d4d
children e8655ca07d90
comparison
equal deleted inserted replaced
23077:84586c6568dd 23078:b00ef2b9cd00
516 ], 516 ],
517 "checkstyle" : "com.oracle.graal.graph", 517 "checkstyle" : "com.oracle.graal.graph",
518 "javaCompliance" : "1.8", 518 "javaCompliance" : "1.8",
519 "annotationProcessors" : [ 519 "annotationProcessors" : [
520 "GRAAL_NODEINFO_PROCESSOR", 520 "GRAAL_NODEINFO_PROCESSOR",
521 "GRAAL_REPLACEMENTS_VERIFIER",
521 ], 522 ],
522 "workingSets" : "Graal,Replacements,AMD64", 523 "workingSets" : "Graal,Replacements,AMD64",
523 }, 524 },
524 525
525 "com.oracle.graal.replacements.sparc" : { 526 "com.oracle.graal.replacements.sparc" : {
539 "sourceDirs" : ["src"], 540 "sourceDirs" : ["src"],
540 "dependencies" : [ 541 "dependencies" : [
541 "com.oracle.graal.compiler.test", 542 "com.oracle.graal.compiler.test",
542 "com.oracle.graal.replacements", 543 "com.oracle.graal.replacements",
543 ], 544 ],
544 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"], 545 "annotationProcessors" : [
546 "GRAAL_NODEINFO_PROCESSOR",
547 "GRAAL_REPLACEMENTS_VERIFIER"
548 ],
545 "checkstyle" : "com.oracle.graal.graph", 549 "checkstyle" : "com.oracle.graal.graph",
546 "javaCompliance" : "1.8", 550 "javaCompliance" : "1.8",
547 "workingSets" : "Graal,Replacements,Test", 551 "workingSets" : "Graal,Replacements,Test",
548 "jacoco" : "exclude", 552 "jacoco" : "exclude",
549 }, 553 },
1111 "GRAAL_REPLACEMENTS_VERIFIER" : { 1115 "GRAAL_REPLACEMENTS_VERIFIER" : {
1112 "subDir" : "graal", 1116 "subDir" : "graal",
1113 "dependencies" : ["com.oracle.graal.replacements.verifier"], 1117 "dependencies" : ["com.oracle.graal.replacements.verifier"],
1114 "distDependencies" : [ 1118 "distDependencies" : [
1115 "GRAAL_API", 1119 "GRAAL_API",
1120 "jvmci:JVMCI_SERVICE_PROCESSOR",
1116 ], 1121 ],
1117 }, 1122 },
1118 1123
1119 "GRAAL_COMPILER_MATCH_PROCESSOR" : { 1124 "GRAAL_COMPILER_MATCH_PROCESSOR" : {
1120 "subDir" : "graal", 1125 "subDir" : "graal",