Thu, 09 Jul 2015 17:49:58 +0200 |
Doug Simon |
fixed 'mx help unittest |
Thu, 09 Jul 2015 15:58:01 +0200 |
Stefan Anzinger |
[SPARC] Use rdpc for constructing constant table base |
Thu, 09 Jul 2015 15:57:22 +0200 |
Stefan Anzinger |
Propagate -n parameter properly to dacapo for calls such as 'mx bench dacapo:*' |
Thu, 09 Jul 2015 15:34:11 +0200 |
Stefan Anzinger |
[SPARC] Merge nodes load->(sign|zero)extend into a sign/zero extending load |
Thu, 09 Jul 2015 14:39:08 +0200 |
Roland Schatz |
Rename LIRKind.derivedReference to LIRKind.unknownReference. |
Thu, 09 Jul 2015 14:29:51 +0200 |
Roland Schatz |
More accurate assertion in LIRKind.merge. |
Wed, 08 Jul 2015 17:26:14 -0700 |
Tom Rodriguez |
LoadHub should be guarded by null check instead of range check |
Wed, 08 Jul 2015 17:09:20 -0700 |
Tom Rodriguez |
Add extra context to ArrayCopySlowPathNode to ensure deduplication is safe |
Wed, 08 Jul 2015 11:34:18 -0700 |
Tom Rodriguez |
Stack slots should be keyed by offset instead of Object identity |
Wed, 08 Jul 2015 10:12:37 -0700 |
Christian Wimmer |
Expose graph builder configuration and some other details of Truffle compiler |
Wed, 08 Jul 2015 10:11:49 -0700 |
Christian Wimmer |
ReadOnlyFrame methods are not intended to be Truffle compiled |
Wed, 08 Jul 2015 10:11:09 -0700 |
Christian Wimmer |
Allow to set eagerResolving flag in GraphBuilderConfiguration |
Tue, 21 Jul 2015 15:16:01 +0200 |
Doug Simon |
use unittest extensibility |
Tue, 21 Jul 2015 14:37:34 +0200 |
Doug Simon |
fixed uses of dist.sorted_deps() |
Tue, 21 Jul 2015 14:25:29 +0200 |
Doug Simon |
use the correct my.py when launching an mx subprocess |
Tue, 21 Jul 2015 14:21:18 +0200 |
Doug Simon |
added -s option to gate command to specify gate task at which to start |
Tue, 21 Jul 2015 13:06:10 +0200 |
Doug Simon |
fixed out-of-sync jvmci.make |
Tue, 21 Jul 2015 02:20:47 +0200 |
Doug Simon |
fixed canonicalization |
Tue, 21 Jul 2015 01:53:46 +0200 |
Doug Simon |
fixed mx_jvmci_makefile.py |
Mon, 20 Jul 2015 12:50:10 +0200 |
Doug Simon |
fixed incomplete or redundant "annotationProcessors" attributes |
Mon, 20 Jul 2015 00:25:22 +0200 |
Doug Simon |
annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix |
Sat, 18 Jul 2015 11:25:01 +0200 |
Doug Simon |
avoid duplicate declarations of JVMCI service providers |
Sat, 18 Jul 2015 11:15:54 +0200 |
Doug Simon |
made annotation processors explicit since they are no longer inherited |
Fri, 17 Jul 2015 13:38:10 +0200 |
Doug Simon |
adapted mx2 changes |
Sat, 11 Jul 2015 07:28:17 +0200 |
Tom Rodriguez |
buildjmhdeps should use Graal for JAVA_HOME |
Fri, 10 Jul 2015 23:53:09 +0200 |
Doug Simon |
minor fixes related to mx2 transition |
Wed, 08 Jul 2015 23:34:56 +0200 |
Doug Simon |
updated mx2 version requirement |
Wed, 08 Jul 2015 23:15:02 +0200 |
Doug Simon |
adapted to removal of mx_init() mechanism from mx2 |
Wed, 08 Jul 2015 15:18:07 +0200 |
Doug Simon |
Merge with basic-graal |
Wed, 08 Jul 2015 10:05:45 +0200 |
Josef Eisl |
Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`; |
Wed, 08 Jul 2015 10:56:31 +0200 |
Josef Eisl |
CHANGELOG: SSA LIR is now default. |
Tue, 07 Jul 2015 18:21:01 +0200 |
Josef Eisl |
SpillMoveFactoryBase#checkResult: allow constant input unconditionally. |
Tue, 07 Jul 2015 16:05:01 +0200 |
Josef Eisl |
Add javadoc to SpillMoveFactory. |
Tue, 07 Jul 2015 15:45:49 +0200 |
Josef Eisl |
Introduce SpillMoveFactoryBase. |
Tue, 07 Jul 2015 15:08:50 +0200 |
Josef Eisl |
LinearScanOptimizeSpillPositionPhase: further refactoring. |
Tue, 07 Jul 2015 14:18:40 +0200 |
Josef Eisl |
LinearScanOptimizeSpillPositionPhase: outsource optimizeInterval. |
Tue, 07 Jul 2015 10:53:03 +0200 |
Josef Eisl |
LinearScanOptimizeSpillPositionPhase: add debug output. |
Tue, 07 Jul 2015 13:24:01 +0200 |
Josef Eisl |
SSALinearScanEliminateSpillMovePhase#canEliminateSpillMove: call to super class. |
Tue, 07 Jul 2015 15:05:50 +0200 |
Stefan Anzinger |
[SPARC] Use FSRC2(d|s) instead of FMOV(d|s) |
Tue, 07 Jul 2015 11:32:09 +0200 |
Stefan Anzinger |
Use register hints only on true virtual stack slots |
Tue, 07 Jul 2015 11:55:52 +0200 |
Roland Schatz |
mx: Option to show distributions in 'mx projectgraph'. |
Mon, 06 Jul 2015 23:06:41 -0700 |
Tom Rodriguez |
Stronger error for vtable out of range |
Mon, 06 Jul 2015 12:46:41 -0700 |
Tom Rodriguez |
Inlining implicitly casts the receiver to the declared type of the method |
Mon, 06 Jul 2015 16:27:56 +0200 |
Stefan Anzinger |
[SPARC] Optimize StrategySwitchOp |
Mon, 06 Jul 2015 16:27:01 +0200 |
Stefan Anzinger |
[SPARC] Add hint for move result |
Mon, 06 Jul 2015 11:26:15 +0200 |
Josef Eisl |
Make SSA_LIR default. |
Mon, 06 Jul 2015 11:25:38 +0200 |
Josef Eisl |
mx: run NonSSA unittests and bootstrap in the gate. |
Mon, 06 Jul 2015 00:25:01 +0200 |
Doug Simon |
fixed Windows build issues |
Fri, 03 Jul 2015 14:10:26 +0200 |
Stefan Anzinger |
[SPARC] Fix register counts in SPARCAllocatorTest |
Fri, 03 Jul 2015 09:56:16 +0200 |
Stefan Anzinger |
[SPARC] Load safepoint polling address into a register, instead of constructing it each time |
Thu, 02 Jul 2015 17:37:22 +0200 |
Stefan Anzinger |
[SPARC] Do not preset SPARCFrameMap.initialSpillsize for register save area; set calleeSaveAreaSize correctly instead |
Wed, 08 Jul 2015 15:11:28 +0200 |
Doug Simon |
changed JDKDeployedDist.postJdkInstall to be an overridable method |
Wed, 08 Jul 2015 10:36:16 +0200 |
Doug Simon |
service provider configuration files must end with a new line |
Wed, 08 Jul 2015 10:35:57 +0200 |
Doug Simon |
removed '_' prefix from exported methods and fields and provided accessors |
Mon, 06 Jul 2015 22:09:10 +0200 |
Doug Simon |
only perform check for obsolete JVMCI files during full build |
Mon, 06 Jul 2015 14:10:14 +0200 |
Doug Simon |
Initial split off from monolithic basic-graal repo |
Thu, 02 Jul 2015 12:42:20 +0200 |
Doug Simon |
added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites |
Thu, 02 Jul 2015 12:41:08 +0200 |
Doug Simon |
use 'is' instead of '==' when comparing against None |
Wed, 01 Jul 2015 13:41:40 -0700 |
Christian Wimmer |
Remove wrong line that undoes the work of the code above it |
Wed, 01 Jul 2015 13:27:39 -0700 |
Christian Wimmer |
Add test for Truffle inlining of intrinsic methods |
Wed, 01 Jul 2015 16:06:56 +0200 |
Roland Schatz |
jvmci: Move Location.addFrameSize logic from C++ to Java. |
Tue, 30 Jun 2015 16:56:46 +0200 |
Stefan Anzinger |
[SPARC] Remove duplicate/unused code from SPARCAssembler |
Tue, 30 Jun 2015 16:45:31 +0200 |
Stefan Anzinger |
[SPARC] Remove explicit nops from SPARCArrayEquals (Nops for CBCond are generated in the SPARCAssembler automatically) |
Tue, 30 Jun 2015 16:43:18 +0200 |
Stefan Anzinger |
[SPARC] Use correct position in SPARCAssembler.insertNopAfterCBCond |
Tue, 30 Jun 2015 12:32:51 +0200 |
Danilo Ansaloni |
mx: mxMxDir should be absolute (fixes Library.get_path()). |
Tue, 30 Jun 2015 12:39:18 +0200 |
Doug Simon |
added support for inlining intrinsics to PEGraphDecoder (GRAAL-1170) |
Mon, 29 Jun 2015 20:06:19 +0200 |
Doug Simon |
removed leftover, unused code |
Tue, 30 Jun 2015 10:42:14 +0200 |
Stefan Anzinger |
[SPARC] Set SPARCFrameMap.initialSpillSize in java instead of addig it during code installation |
Tue, 30 Jun 2015 10:41:03 +0200 |
Stefan Anzinger |
[SPARC] Put nop after cbcond only for following branch/call instructions |
Mon, 29 Jun 2015 11:51:57 -0700 |
Tom Rodriguez |
call_site_target_value takes an oop |
Mon, 29 Jun 2015 10:49:31 -0700 |
Tom Rodriguez |
Merge |
Mon, 29 Jun 2015 10:22:15 -0700 |
Tom Rodriguez |
getDebugProperties should handle null more gracefully |
Mon, 29 Jun 2015 10:18:50 -0700 |
Tom Rodriguez |
Verify non-null escape states in FrameState |
Mon, 29 Jun 2015 10:16:38 -0700 |
Tom Rodriguez |
Quote % in SnippetTemplate names |
Mon, 29 Jun 2015 10:13:14 -0700 |
Tom Rodriguez |
killWithUnusedFloatingInputs should kill trivial loop Phis |
Mon, 29 Jun 2015 18:38:47 +0200 |
Doug Simon |
fixed bug in bounds check for crypto intrinsics |
Mon, 29 Jun 2015 17:24:09 +0200 |
Gilles Duboscq |
mx: Fix usage of JavaConfig caches while generating eclipse builders |
Sun, 28 Jun 2015 15:10:30 +0200 |
Gilles Duboscq |
ExceptionObject nodes are typed non-null, make sure thrown objects are also typed non-null |
Mon, 29 Jun 2015 16:45:09 +0200 |
Doug Simon |
give error handling code in crypto substitutions a low probability |
Mon, 29 Jun 2015 14:22:03 +0200 |
Doug Simon |
perform null and bounds checks for crypto intrinsics |
Sat, 27 Jun 2015 18:02:44 +0200 |
Stefan Anzinger |
[SPARC] Implement constant loads from constant table with base register |
Sat, 27 Jun 2015 17:59:37 +0200 |
Stefan Anzinger |
Clear DataSection too, when CompilationResult is cleared |
Fri, 26 Jun 2015 22:23:03 +0200 |
Doug Simon |
renamed ForeignCallLinkage.canDeoptimize -> needsDebugInfo |
Fri, 26 Jun 2015 17:11:34 -0700 |
twisti |
Add support so methods for invocation plugins can be optional; add support for new unaligned Unsafe methods in JDK 9. |
Fri, 26 Jun 2015 20:35:08 +0200 |
Doug Simon |
fixed redundant JavaFrameAnchor code around foreign calls that go through a Graal stub |
Fri, 26 Jun 2015 20:32:09 +0200 |
Doug Simon |
fix references after com.oracle.jvmci to jdk.internal.jvmci rename |
Fri, 26 Jun 2015 20:31:31 +0200 |
Doug Simon |
mx: make deoptalot command more flexible in terms of VM management |
Fri, 26 Jun 2015 18:46:11 +0200 |
Thomas Wuerthinger |
Merge. |
Fri, 26 Jun 2015 18:02:40 +0200 |
Thomas Wuerthinger |
Fix an issue in the inlining phase in the context of deleted unwind nodes. Reported by: Christian Thalinger. |
Fri, 26 Jun 2015 17:45:47 +0200 |
Danilo Ansaloni |
Workaround until we add support for inlining intrinsics. |
Fri, 26 Jun 2015 17:44:23 +0200 |
Danilo Ansaloni |
Updated the version of TRUFFLE and TRUFFLE_DSL_PROCESSOR. |
Mon, 22 Jun 2015 15:00:10 +0200 |
Gilles Duboscq |
Empty object stamps should always be nonNull, assert it. |
Fri, 26 Jun 2015 12:24:47 +0200 |
Gilles Duboscq |
mx eclipseformat: no need to pass a -vm argument to eclipse |
Thu, 25 Jun 2015 16:00:08 +0200 |
Gilles Duboscq |
CountedLoopInfo: allow using converted init&stride to do the computation using a different integer type |
Fri, 26 Jun 2015 15:24:26 +0200 |
Thomas Wuerthinger |
Remove cache from HotSpotConstantPool class. |
Fri, 26 Jun 2015 14:05:38 +0200 |
Doug Simon |
removed TRUFFLE distribution - only use TRUFFLE library |
Thu, 25 Jun 2015 22:05:11 -0700 |
Tom Rodriguez |
Don't count uncacheable snippets against template limit |
Fri, 26 Jun 2015 00:40:01 +0200 |
Thomas Wuerthinger |
Merge. |
Fri, 26 Jun 2015 00:04:44 +0200 |
Thomas Wuerthinger |
Merge. |
Sun, 21 Jun 2015 02:19:15 +0200 |
Thomas Wuerthinger |
Disable inline during parsing in CTW gate. |
Sun, 21 Jun 2015 01:43:56 +0200 |
Thomas Wuerthinger |
Make inlining during parsing more agressive if arguments are constant. |
Thu, 25 Jun 2015 14:30:49 -0700 |
Tom Rodriguez |
Distinguish "null" from null in toValueString |
Thu, 25 Jun 2015 14:28:54 -0700 |
Tom Rodriguez |
Provide full set of NodeIntrinsics for DirectObjectStoreNode |
Thu, 25 Jun 2015 14:24:41 -0700 |
Tom Rodriguez |
Don't allow late binding of NodeIntrisic arguments in Snippets |
Thu, 25 Jun 2015 14:24:07 -0700 |
Tom Rodriguez |
Messages should go to TTY and allow per instantiation control over caching |
Thu, 25 Jun 2015 08:30:46 -0700 |
twisti |
Only invokevirtual and invokespecial are invokehandle aliases. |
Thu, 25 Jun 2015 15:08:08 +0200 |
Roland Schatz |
Fix bug in constant folding of unsigned division. |
Thu, 25 Jun 2015 14:33:53 +0200 |
Doug Simon |
added local SuppressFBWarnings annotation to replace findbugs-SuppressFBWarnings.jar dependency |
Thu, 25 Jun 2015 13:17:08 +0200 |
Roland Schatz |
Simplify maxTripCountNode method. |
Mon, 22 Jun 2015 11:42:54 +0200 |
Roland Schatz |
Improve function name. |
Thu, 25 Jun 2015 10:26:48 +0200 |
Doug Simon |
mx: removed redundant definitions for JUNIT, HAMCREST and CHECKSTYLE libraries |
Wed, 24 Jun 2015 20:52:38 +0200 |
Doug Simon |
TRUFFLE distribution is no longer deployed into the JDK |
Wed, 24 Jun 2015 20:51:09 +0200 |
Doug Simon |
jvmci.make intermediate output is now flattened into build/jvmci.make |
Wed, 24 Jun 2015 15:01:32 +0200 |
Doug Simon |
make Eclipse distribution builder output verbose and redirect it to a log file |
Wed, 24 Jun 2015 12:37:54 +0200 |
Doug Simon |
Eclipse projects for JVMCI distributions should be in jvmci/, not graal/ |
Wed, 24 Jun 2015 12:37:45 +0200 |
Doug Simon |
instead of cleaning jvmci/services and jvmci/options directories in a JDK, look for stale entries and offer to delete them if mx is running interactively |
Wed, 24 Jun 2015 12:30:58 +0200 |
Doug Simon |
made Eclipse builders for distributions synchronous to prevent race conditions as each builder deploys artifacts to the JDK |
Tue, 23 Jun 2015 22:19:33 -0700 |
Tom Rodriguez |
Ignore errors when deleting directory tree for JVMCI |
Tue, 23 Jun 2015 22:19:01 -0700 |
Tom Rodriguez |
Remove double not |
Tue, 23 Jun 2015 18:13:03 +0200 |
Thomas Wuerthinger |
increase inlining bonus for candidate with constant arguments |