log graal/com.oracle.max.asm/src/com/oracle/max/asm/target/amd64/AMD64Assembler.java @ 4522:cf13124efdd9

age author description
Wed, 08 Feb 2012 15:35:21 -0800 Christian Wimmer Restructure phi functions in LIR; Re-enabled C1Visualizer output
Mon, 09 Jan 2012 14:05:12 +0100 Gilles Duboscq Fix some warnings from findbugs
Tue, 03 Jan 2012 18:35:37 -0800 Christian Wimmer Remove stack-to-stack moves because 32-bit memory push and pop instructions are not available on Intel 64 bit.
Tue, 03 Jan 2012 16:29:28 +0100 Thomas Wuerthinger Renamed cri packages from sun to oracle.
Tue, 03 Jan 2012 16:24:22 +0100 Thomas Wuerthinger More restructuring of cri; moved bytecodes ingo compiler.graphbuilder.* package
Mon, 02 Jan 2012 17:39:20 -0800 Christian Wimmer Move all isXxx and asXxx out of CiValue and into their own util class.
Sun, 18 Dec 2011 05:24:06 +0100 Thomas Wuerthinger Adjust code base to new level of warnings.
Sat, 17 Dec 2011 19:59:18 +0100 Thomas Wuerthinger Added Java files from Maxine project.