log

age author description
Tue, 16 Dec 2014 21:48:16 +0100 Josef Eisl Reenable LocationMarker.
Mon, 15 Dec 2014 18:52:10 +0100 Josef Eisl LocationMarker: fix handling of illegal values.
Tue, 16 Dec 2014 21:02:12 +0100 Josef Eisl HotSpotReferenceMap: fix bitmap clearing in setOop()/clearOop() and setNarrowOop()/clearNarrowOop().
Wed, 17 Dec 2014 08:04:57 +0100 Stefan Anzinger [SPARC] use now a dedicated scratch register for isMethodHandleReturnOffset value, as o7 may contain valuable information
Tue, 16 Dec 2014 19:26:38 -0800 Tom Rodriguez lzcnt inferStamp reports too large values for Integer.numberOfLeadingZeros
Tue, 16 Dec 2014 19:25:48 -0800 Tom Rodriguez Improve javadoc
Tue, 16 Dec 2014 23:37:35 +0100 Stefan Anzinger Merge
Tue, 16 Dec 2014 23:36:29 +0100 Stefan Anzinger [SPARC] Attempt to fix the NullPointerException problem
Mon, 15 Dec 2014 19:32:12 +0100 Stefan Anzinger [GRAAL-914] SPARC VM Crash when run with -G:+PrintIdealGraphFile and -XX:+PrintDeoptimizationDetails
Tue, 16 Dec 2014 13:36:16 -0800 Tom Rodriguez Add hooks for verifying heap from generated code
Tue, 16 Dec 2014 13:30:07 -0800 Tom Rodriguez Benchmark counters should have their own LocationIdentity
Tue, 16 Dec 2014 13:28:33 -0800 Tom Rodriguez Check for overzeroing in the TLAB
Tue, 16 Dec 2014 10:20:43 -0800 Tom Rodriguez Only log dependencies if LogCompilation is on
Tue, 16 Dec 2014 08:56:51 -0800 Tom Rodriguez Use memmove for overlapping copy
Tue, 16 Dec 2014 14:16:13 +0100 Roland Schatz Ignore $jacocoInit methods in coverage tests.
Tue, 16 Dec 2014 14:04:51 +0100 Roland Schatz Check for compatible stamps in read elimination.
Tue, 16 Dec 2014 10:59:29 +0100 Josef Eisl Use Register.asValue(LIRKind) where appropriate.
Mon, 15 Dec 2014 17:53:36 -0800 Tom Rodriguez Merge
Mon, 15 Dec 2014 16:00:14 -0800 Tom Rodriguez Add ability to programmatically set the dump level
Mon, 15 Dec 2014 13:10:44 -0800 Tom Rodriguez Capture worst case element type for Array.newInstance if known
Mon, 15 Dec 2014 12:56:22 -0800 Tom Rodriguez strcpy doesn't handle overlapping strings
Mon, 15 Dec 2014 12:25:36 -0800 Tom Rodriguez Backout useless changeset c2b23f6e4603
Mon, 15 Dec 2014 17:00:11 -0800 Christian Wimmer Support multiple fields in StableOptionValue
Mon, 15 Dec 2014 13:01:47 -0800 Christian Wimmer Add code missing in initial value handling for options
Mon, 15 Dec 2014 11:33:31 -0800 Christian Wimmer Factor out VM-independent parts of option parsing
Mon, 15 Dec 2014 11:32:59 -0800 Christian Wimmer Store initial value (the value set in source code) of an option
Mon, 15 Dec 2014 19:15:39 +0100 Roland Schatz Add unwrap method to arithmetic operations.
Mon, 15 Dec 2014 18:51:08 +0100 Josef Eisl AMD64HotSpotNodeLIRBuilder: fix kinds for emitIndirectCall() values.
Mon, 15 Dec 2014 16:34:24 +0100 Lukas Stadler fix bug that prevented constants from being boxed
Mon, 15 Dec 2014 15:38:20 +0100 Roland Schatz Add missing //JaCoCo Exclude.
Mon, 15 Dec 2014 14:54:59 +0100 Lukas Stadler prefer profile methods during partial evaluation
Sat, 13 Dec 2014 03:23:40 +0100 Andreas Woess OM: copy hidden properties, too
Sun, 14 Dec 2014 18:10:05 -0800 Michael Van De Vanter Truffle/Source: redefine equality of FileSource objects strictly in terms of the canonicalized file path, for use as hash key.
Sun, 14 Dec 2014 13:43:02 +0100 Doug Simon handle null in HotSpotzreferenceMap.getFrameMap()|getRegisterMap()
Sat, 13 Dec 2014 15:03:20 +0100 Thomas Wuerthinger First draft of option classification.
Fri, 12 Dec 2014 15:57:35 -0800 Michael Van De Vanter Merge with 449583258a1575ecc8e498103770eea2a3972fff
Fri, 12 Dec 2014 15:54:06 -0800 Michael Van De Vanter Truffle/Source: change signature of Source factory methods to take literal text as CharSequence instead of String.
Fri, 12 Dec 2014 23:41:07 +0100 Doug Simon provided runtime independent toString() for HotSpotVMConfig
Fri, 12 Dec 2014 20:54:59 +0100 Stefan Anzinger Fixing checkstyle issues.
Fri, 12 Dec 2014 20:29:35 +0100 Stefan Anzinger Merge
Fri, 12 Dec 2014 20:02:09 +0100 Stefan Anzinger [SPARC] Fix trap instruction
Fri, 12 Dec 2014 19:43:43 +0100 Stefan Anzinger [SPARC] Fix when rethrowing exceptions. (Crashed the CompileTheWorld)
Fri, 28 Nov 2014 16:07:51 +0100 Lukas Stadler modify binary condition profiles so that they canonicalize away sooner
Thu, 11 Dec 2014 22:14:30 +0100 Doug Simon made CFGPrinterObserver reset (upon close) properly
Thu, 11 Dec 2014 20:02:36 +0100 Doug Simon Merge.
Thu, 11 Dec 2014 19:35:44 +0100 adlertz Added public getters for frame and register map
Thu, 11 Dec 2014 19:35:25 +0100 adlertz Added PIC support for metaspace access
Thu, 11 Dec 2014 19:35:02 +0100 adlertz Added card table PIC support
Thu, 11 Dec 2014 15:46:06 +0100 adlertz Added GeneratePIC flag
Thu, 11 Dec 2014 10:19:04 +0100 Doug Simon removed pluggable compiler support in GraalCompilerTest
Thu, 11 Dec 2014 10:18:38 +0100 Doug Simon improved javadoc
Wed, 10 Dec 2014 09:45:20 +0100 Doug Simon fixed format string issues
Tue, 09 Dec 2014 23:53:43 +0100 Doug Simon fixed findbugs issue
Tue, 09 Dec 2014 23:44:07 +0100 Doug Simon removed (most) replay compilation support
Tue, 09 Dec 2014 22:28:22 +0100 Doug Simon removed replay compilation testing from GraalCompilerTest and placed hooks for it to be tested externally
Tue, 09 Dec 2014 22:04:21 +0100 Doug Simon split out unit tests
Tue, 09 Dec 2014 22:04:06 +0100 Doug Simon remove uses of Unsafe in HotSpotVMConfig methods that may be executed on a deserialized HotSpotVMConfig object
Tue, 09 Dec 2014 21:58:44 +0100 Doug Simon added mechanism for recomputing IterableNodeType lists in a Graph after deserialization
Tue, 09 Dec 2014 17:06:54 +0100 Roland Schatz Temporarily disable LocationMarker.
Tue, 09 Dec 2014 16:55:19 +0100 Roland Schatz Remove getValueKind() from LocationNode.