annotate graal/GraalCompiler/.classpath @ 2674:6ab73784566a

* BlockBegin.predecessors changed to List<BlockEnd> * Node: add input/successor with given back edge index, allows for explicit ordering of predecessors/usages * Graphviz: PDF output, option to omit FrameStates * runscimark.sh: forward additional options to JVM
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 13 May 2011 15:18:41 +0200
parents 4dd0573f510b
children 0ea5f12e873a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2634
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
2 <classpath>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
3 <classpathentry kind="src" path="src"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/CRI"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
6 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraph"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
7 <classpathentry combineaccessrules="false" kind="src" path="/GraalGraphviz"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
8 <classpathentry kind="output" path="bin"/>
4dd0573f510b FrameState fixes.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2609
diff changeset
9 </classpath>