log graal/com.oracle.graal.word/src/com/oracle/graal/word/Pointer.java @ 11856:7a5182bd2175

age author description
Sun, 21 Jul 2013 19:15:40 +0200 Christos Kotselidis Rename WriteBarrierType to BarrierType
Fri, 19 Jul 2013 22:10:48 +0200 Christos Kotselidis Method and variables' renaming
Fri, 19 Jul 2013 17:47:35 +0200 Doug Simon made it possible to use enum constants in snippets
Wed, 17 Jul 2013 19:52:20 +0200 Christos Kotselidis Introduce new read opcode that allows compressed oops and read barriers
Mon, 15 Jul 2013 16:24:08 +0200 Roland Schatz Use initializing write node in object clone snippets.
Thu, 27 Jun 2013 11:22:27 +0200 Christos Kotselidis Introduce ReadCompressed opcode in WordTypeRewriter
Tue, 21 May 2013 21:46:26 +0200 Doug Simon pulled LocationIdentity into a top level class and moved it to the api.meta project
Thu, 02 May 2013 12:12:51 -0700 Christian Wimmer Use a LocationIdentity interface instead of just Object for the location identity of a LocationNode
Thu, 28 Feb 2013 12:07:59 +0100 Lukas Stadler reintroduce default Word read/write operations, more tests
Thu, 28 Feb 2013 11:50:06 +0100 Lukas Stadler more bug fixes and tests for Word read/write operations
Tue, 26 Feb 2013 16:35:23 +0100 Lukas Stadler add location identity to Pointer read and write operations
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
Tue, 22 Jan 2013 21:06:57 +0100 Doug Simon replaced use of <br> in javadoc with <p>
Fri, 04 Jan 2013 12:08:11 -0800 Christian Wimmer More complete and reusable Word type