log

age author description
Thu, 15 Jan 2015 13:56:34 +0100 Andreas Woess Truffle: IGV printer nodeMap should be IdentityHashMap
Thu, 15 Jan 2015 08:24:43 +0100 Andreas Woess BranchProbabilityNode: branch probability value may evaluate to NaN in unreached code
Thu, 15 Jan 2015 06:34:53 +0100 Andreas Woess DefaultTruffleRuntime fields can be final
Wed, 14 Jan 2015 09:53:38 -0800 Tom Rodriguez Add --lldb option like --gdb
Wed, 14 Jan 2015 09:52:41 -0800 Tom Rodriguez Prompt to fill EXTRA_JAVA_HOMES like JAVA_HOME
Wed, 14 Jan 2015 16:40:56 +0100 Doug Simon localized replay compilation marker interface to HotSpot specific code
Wed, 14 Jan 2015 16:40:14 +0100 Doug Simon added MethodFilter.matchesClassName
Wed, 14 Jan 2015 13:43:16 +0100 Matthias Grimmer Interop: improve exception names and JavaDoc
Tue, 13 Jan 2015 19:48:15 +0100 Josef Eisl Reenable baseline tests in gate (backed out changeset 209c60cf3ea2)
Tue, 13 Jan 2015 19:45:42 +0100 Josef Eisl BaselineCompiler: fix predecessor calculation.
Wed, 14 Jan 2015 02:45:49 +0100 Thomas Wuerthinger Do not use an iterator when computing the single value of a PhiNode.
Tue, 13 Jan 2015 17:10:33 +0100 Christian Humer mx: Fixed eclipse annotation processor configuration should serialize JAVA_HOME with the original value.
Tue, 13 Jan 2015 14:08:14 +0100 Doug Simon make hash code for SnippetTemplate.CacheKey more deterministic
Tue, 13 Jan 2015 13:13:43 +0100 Doug Simon added graalGlobals_ppc.hpp
Tue, 13 Jan 2015 13:12:01 +0100 Doug Simon fixed JVM_GetGraalServiceImpls signature
Tue, 13 Jan 2015 13:08:26 +0100 Doug Simon moved generate_deopt_entry_for to InterpreterGenerator for all architectures
Tue, 13 Jan 2015 13:06:21 +0100 Doug Simon added missing JNICALL to JNI functions
Tue, 13 Jan 2015 13:04:37 +0100 Doug Simon fix format string
Tue, 13 Jan 2015 12:59:48 +0100 Doug Simon guarded use of 64-bit only code with #ifdefs
Tue, 13 Jan 2015 11:18:46 +0100 Doug Simon fixed however 32 bit inline version of assembler method
Tue, 13 Jan 2015 06:12:10 +0100 Stefan Anzinger Merge
Tue, 13 Jan 2015 06:11:30 +0100 Stefan Anzinger [SPARC] Remove SL from blacklist, add UnsafeEATest to blacklist (as long as unsafe does not EA on SPARC in some cases right now)
Tue, 13 Jan 2015 01:55:12 +0100 Thomas Wuerthinger Make sure the JSRData is cloned when the BciBlock is cloned.
Mon, 12 Jan 2015 21:24:26 +0100 Stefan Anzinger Merge
Mon, 12 Jan 2015 21:12:24 +0100 Stefan Anzinger [SPARC] Do not virtualize objects, when the types do not match on big endian machines
Mon, 12 Jan 2015 20:43:38 +0100 Doug Simon fixed eclipseformat issues
Mon, 12 Jan 2015 20:39:26 +0100 Doug Simon Merge.
Mon, 12 Jan 2015 20:39:04 +0100 Doug Simon removed Node factory methods
Mon, 12 Jan 2015 19:05:36 +0100 Doug Simon removed deprecated JUnitTestCase checkstyle check
Mon, 12 Jan 2015 19:34:31 +0100 Stefan Anzinger Extend emitMul, emitAdd and emitSub in ArithmeticLIRGenerator for explicitly requesting to set the flags register. (In AMD64 flags are set implicitly, but on SPARC it is not)
Mon, 12 Jan 2015 18:02:01 +0100 Roland Schatz Fix type error in code generation.
Mon, 12 Jan 2015 15:56:59 +0100 Roland Schatz Avoid unnecessary register-register move before IMUL instructions.
Mon, 12 Jan 2015 14:10:07 +0100 Roland Schatz Make BinaryNode inputs mutable.
Mon, 12 Jan 2015 13:32:43 +0100 Roland Schatz Use ArithmeticOpTable for shift operations.
Mon, 12 Jan 2015 12:04:22 +0100 Doug Simon fixed JDT compilation warning
Mon, 12 Jan 2015 12:03:39 +0100 Doug Simon removed deprecated JUnitTestCase checkstyle check
Mon, 12 Jan 2015 10:25:44 +0100 Thomas Wuerthinger Disable baseline tests in gate.
Mon, 12 Jan 2015 03:51:55 +0100 Thomas Wuerthinger Fix unit test.
Mon, 12 Jan 2015 03:13:36 +0100 Thomas Wuerthinger Respect canBeInlined in Truffle partial evaluation.
Mon, 12 Jan 2015 00:25:56 +0100 Thomas Wuerthinger Remove outdated assert.
Sun, 11 Jan 2015 23:47:28 +0100 Thomas Wuerthinger Removed unused BlockPlaceholderNode.
Sun, 11 Jan 2015 23:46:00 +0100 Thomas Wuerthinger Fix regression in graph builder related to removal of placeholder nodes. Do not create successor blocks for invokes without exception handler successor.
Sun, 11 Jan 2015 21:38:26 +0100 Thomas Wuerthinger Add tests for new public API in ResolvedJavaMethod.
Sun, 11 Jan 2015 21:06:25 +0100 Thomas Wuerthinger Can be inlined must also return true for native methods that are intrinsified.
Sun, 11 Jan 2015 21:04:56 +0100 Thomas Wuerthinger Avoid insertion of block placeholder node. Use begin node instead.
Sun, 11 Jan 2015 19:51:03 +0100 Thomas Wuerthinger Remove allocation of unused predecessor array in BciBlock.
Sun, 11 Jan 2015 19:35:37 +0100 Thomas Wuerthinger Fixed a regression in the new BciBlock order algorithm when compiling methods with JSR bytecode.
Sun, 11 Jan 2015 19:19:52 +0100 Thomas Wuerthinger Avoid using placeholder nodes when emitting explicit exceptions. Introduce StressExplictExceptionCode flag for debugging.
Sun, 11 Jan 2015 18:34:08 +0100 Thomas Wuerthinger Remove unused class ExceptionInfo.
Sun, 11 Jan 2015 18:12:51 +0100 Thomas Wuerthinger Add utilities ModifiersProvider#isConcrete, ResolvedJavaMethod#hasReceiver, ResolvedJavaMethod#hasBytecodes to Graal API.
Sun, 11 Jan 2015 17:46:47 +0100 Thomas Wuerthinger Add utilities isDirect and isIndirect to InvokeKind.
Sun, 11 Jan 2015 17:24:53 +0100 Thomas Wuerthinger Do not remove dead frame states in graph builder. There should not be any produced.
Sun, 11 Jan 2015 17:15:31 +0100 Thomas Wuerthinger Calculate blocks immediately in correct order.
Sun, 11 Jan 2015 16:26:26 +0100 Thomas Wuerthinger Do not compute loop exit bitmap in BciBlock.
Sun, 11 Jan 2015 16:25:08 +0100 Thomas Wuerthinger Factor JSR info data into separate data structure from BciBlock.
Sun, 11 Jan 2015 15:56:45 +0100 Thomas Wuerthinger Make allocation of loop header array in BciBlockMapping lazy.
Sun, 11 Jan 2015 02:39:07 +0100 Thomas Wuerthinger Disable inlining across Truffle boundary by default.
Sun, 11 Jan 2015 00:00:37 +0100 Thomas Wuerthinger Move back to an approach where NodeClass is cached in each Node instance.
Sat, 10 Jan 2015 22:59:11 +0100 Thomas Wuerthinger Simplify assertion in GuardLoweringPhase.
Sat, 10 Jan 2015 21:50:50 +0100 Thomas Wuerthinger Remove IterableNodeType from FloatingReadNode.