log

age author description
Tue, 19 Feb 2013 17:19:22 -0800 Thomas Wuerthinger Clean up of AMD64MacroAssembler.
Tue, 19 Feb 2013 16:52:52 -0800 Thomas Wuerthinger Removed unused field in CompilationResult class.
Tue, 19 Feb 2013 16:03:11 +0100 Michael Haupt corrected class file retrieval
Tue, 19 Feb 2013 11:21:03 +0100 Michael Haupt class file path retrieval
Tue, 19 Feb 2013 08:50:11 +0100 Christian Haeubl removed MaximumInlineLevel
Mon, 18 Feb 2013 21:08:42 -0800 Thomas Wuerthinger Fix compiler warnings.
Mon, 18 Feb 2013 20:55:18 -0800 Thomas Wuerthinger Remove Kind.Jsr.
Mon, 18 Feb 2013 20:21:37 -0800 Thomas Wuerthinger Add InvokeTarget interface definition.
Mon, 18 Feb 2013 20:21:09 -0800 Thomas Wuerthinger Introduce marker interface InvokeTarget. Remove method lookupRuntimeCall from CodeCacheProvider.
Mon, 18 Feb 2013 19:16:59 -0800 Thomas Wuerthinger Remove last usage of VmIds.
Mon, 18 Feb 2013 19:12:32 -0800 Thomas Wuerthinger Remove usages of VmIds.toSymbol.
Mon, 18 Feb 2013 19:08:52 -0800 Thomas Wuerthinger Remove usages of VmIds.toString.
Mon, 18 Feb 2013 19:02:14 -0800 Thomas Wuerthinger Remove graalVmIds.cpp. Remove addStub/getStub methods as they were mere skeletons in new implementation.
Mon, 18 Feb 2013 19:01:40 -0800 Thomas Wuerthinger Small clean up of assembler and LIR.
Mon, 18 Feb 2013 16:25:06 -0800 Thomas Wuerthinger Move stack banging code to the AMD64-specific code.
Mon, 18 Feb 2013 16:09:29 -0800 Thomas Wuerthinger Fix project dependencies.
Mon, 18 Feb 2013 16:06:48 -0800 Thomas Wuerthinger Remove hotspot.ptx project. There is currently no HotSpot-specific part of the PTX backend.
Mon, 18 Feb 2013 16:04:25 -0800 Thomas Wuerthinger Integration fixes.
Mon, 18 Feb 2013 14:47:54 -0800 Thomas Wuerthinger Experimental PTX backend. Contribution by Christian Thalinger.
Mon, 18 Feb 2013 18:58:39 +0100 Christian Humer Merge
Mon, 18 Feb 2013 18:55:21 +0100 Christian Humer Fixed warning.
Mon, 18 Feb 2013 18:50:44 +0100 Christian Humer More JDK8 api change fixes.
Mon, 18 Feb 2013 18:33:04 +0100 Christian Humer Fixed a new method was added to Element in JDK8. (getAnnotationsByType)
Mon, 18 Feb 2013 12:22:00 +0100 Christian Humer Removed unnecessary casts from generated specialized execute methods.
Mon, 18 Feb 2013 17:20:57 +0100 Roland Schatz Pull out utility method.
Mon, 18 Feb 2013 15:34:58 +0100 Roland Schatz fix error message
Fri, 15 Feb 2013 20:04:03 +0100 Christian Humer Minor cleanup.
Fri, 15 Feb 2013 19:36:03 +0100 Christian Humer Fixed minor bug.
Fri, 15 Feb 2013 19:32:58 +0100 Christian Humer Made the usage of generic types more flexible for short circuits and generic specializations.
Fri, 15 Feb 2013 16:48:22 +0100 Christian Humer Merge