annotate GRAAL_AUTHORS @ 3237:399aa66d375e

Fixed a bug in which the valueEquals method was misused. The method does only check the equality of the node data and not full GVN equality by taking inputs and successors into account.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 14:16:38 -0700
parents 70d8d239eb89
children 61369a06f03c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2503
6bc5ec0255df Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 Lukas Stadler (stadler@ssw.jku.at)
2506
4a3bf8a5bf41 small fix to GRAAL_AUTHORS
Lukas Stadler <lukas.stadler@jku.at>
parents: 2505
diff changeset
2 * July - September 2010: Initial feature-complete implementation, remote compilation
2505
9efd0f384098 Added Gilles to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2503
diff changeset
3 * Since April 2011: New IR design
9efd0f384098 Added Gilles to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2503
diff changeset
4
9efd0f384098 Added Gilles to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2503
diff changeset
5 Gilles Duboscq (gilles.duboscq@oracle.com)
9efd0f384098 Added Gilles to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2503
diff changeset
6 * Since April 2011: New IR design
2503
6bc5ec0255df Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7
2580
70d8d239eb89 Added Peter Hofer to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2506
diff changeset
8 Peter Hofer (hofer@ssw.jku.at)
70d8d239eb89 Added Peter Hofer to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2506
diff changeset
9 * Since May 2011: Graphviz visualization
70d8d239eb89 Added Peter Hofer to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2506
diff changeset
10
2503
6bc5ec0255df Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 Thomas Wuerthinger (thomas.wuerthinger@oracle.com)
6bc5ec0255df Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 * June 2011: Initial prototype
6bc5ec0255df Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 * October 2010 - January 2011: Bug fixes (all DaCapo's pass), better performance on SciMark than C1
2505
9efd0f384098 Added Gilles to authors list.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2503
diff changeset
14 * Since April 2011: New IR design