Thu, 20 Mar 2014 20:39:46 +0100 |
Christian Humer |
Truffle-DSL: fixed formatting problem. |
Thu, 20 Mar 2014 17:50:41 +0100 |
Christian Humer |
Truffle-DSL: some fixes and optimizations to the generated code. |
Thu, 20 Mar 2014 19:42:30 +0100 |
Bernhard Urban |
changelog: use code syntax, add some points to graal section |
Thu, 20 Mar 2014 13:39:28 -0400 |
bharadwaj |
Disable three PTX tests since codegen support for byte, boolean and short is not complete |
Thu, 20 Mar 2014 13:53:36 +0100 |
Doug Simon |
fixed null phase names in IGV |
Thu, 20 Mar 2014 12:43:42 +0100 |
Doug Simon |
fixed spelling |
Thu, 20 Mar 2014 12:42:42 +0100 |
Doug Simon |
fixed usages of Debug.log() |
Thu, 20 Mar 2014 12:37:43 +0100 |
Doug Simon |
added checker to catch usages of Debug.log() with string concatenation expressions |
Thu, 20 Mar 2014 12:36:53 +0100 |
Doug Simon |
improved javadoc for Debug.logv() to explain why it should be avoided |
Thu, 20 Mar 2014 11:48:39 +0100 |
Josef Eisl |
Rename ValueNode kind() to getKind(). |
Thu, 20 Mar 2014 03:14:12 +0100 |
Andreas Woess |
fix TruffleDSL tests |
Thu, 20 Mar 2014 02:22:16 +0100 |
Andreas Woess |
fix PostOrderDeserializerTest |
Thu, 20 Mar 2014 01:45:36 +0100 |
Andreas Woess |
update changelog |
Thu, 20 Mar 2014 01:29:19 +0100 |
Andreas Woess |
Truffle: atomic node rewriting |
Wed, 19 Mar 2014 23:11:46 +0100 |
Andreas Woess |
Truffle: Node API changes |
Thu, 20 Mar 2014 00:16:39 +0100 |
Christian Humer |
Merge. |
Thu, 20 Mar 2014 00:15:49 +0100 |
Christian Humer |
mx: eclipseformat now prints all the changes that were found to the console. |
Wed, 19 Mar 2014 23:41:51 +0100 |
Doug Simon |
removed use of varargs from Debug.log() API |
Wed, 19 Mar 2014 23:11:39 +0100 |
Doug Simon |
removed use of varargs from Debug.scope() API |
Wed, 19 Mar 2014 22:12:52 +0100 |
Doug Simon |
Merge. |
Wed, 19 Mar 2014 22:12:27 +0100 |
Doug Simon |
added AllocSpy tool for analyzing allocation in Graal using the Java Allocation Instrumenter (https://code.google.com/p/java-allocation-instrumenter/) |
Wed, 19 Mar 2014 18:05:00 +0100 |
Doug Simon |
refactored System.out|err into local variables to avoid need for Checkstyle disabling filters (which the Eclipse CS plugin doesn't always see) |
Wed, 19 Mar 2014 16:44:07 +0100 |
Doug Simon |
removed allocation for name of debug scope |
Wed, 19 Mar 2014 21:10:34 +0100 |
Christian Humer |
Merge. |
Wed, 19 Mar 2014 19:54:07 +0100 |
Christian Humer |
Truffle: tuned inlining. |
Wed, 19 Mar 2014 16:31:35 +0100 |
Doug Simon |
Merge. |
Wed, 19 Mar 2014 16:30:09 +0100 |
Doug Simon |
expanded Debug API to avoid any allocation for timer and metric creation if debugging is disabled |
Wed, 19 Mar 2014 15:21:43 +0100 |
Doug Simon |
return false for HSAILRegisterConfig.areAllAllocatableRegisterCallerSaved() |
Wed, 19 Mar 2014 12:42:43 +0100 |
Doug Simon |
added RegisterConfig.areAllAllocatableRegistersCallerSaved() |
Wed, 19 Mar 2014 15:26:06 +0100 |
Bernhard Urban |
AbstractNewObjectNode: simplification should not remove a node more than once |
Wed, 19 Mar 2014 11:07:39 +0100 |
Bernhard Urban |
TruffleCompiler: print hint if hitting the assertion |
Wed, 19 Mar 2014 12:01:30 +0100 |
Lukas Stadler |
fixed canonicalization of ArrayEqualsNode, added Virtualizable implementation |
Wed, 19 Mar 2014 09:08:22 +0100 |
Lukas Stadler |
refactored state cleaning in PEA MergeProcessor |
Tue, 18 Mar 2014 16:45:07 -0700 |
Tom Rodriguez |
Merge |
Tue, 18 Mar 2014 15:35:15 -0700 |
Tom Rodriguez |
add missing null check in is_interrupted |
Tue, 18 Mar 2014 15:32:56 -0700 |
Tom Rodriguez |
fix comment |
Tue, 18 Mar 2014 23:50:46 +0100 |
Doug Simon |
fixed regression in gate command |
Tue, 18 Mar 2014 22:58:14 +0100 |
Doug Simon |
fixed pylint errors |
Tue, 18 Mar 2014 22:56:50 +0100 |
Doug Simon |
added fast path for HotSpotResolvedObjectType.resolveMethod() when the receiver is the declarer of the method |
Tue, 18 Mar 2014 22:51:03 +0100 |
Doug Simon |
take into account BasePhase subclasses whose name does not end with "Phase" |
Tue, 18 Mar 2014 22:50:30 +0100 |
Doug Simon |
issue warning/error where ever relevant if a non-supported VM (e.g., client VM on Mac) is used in mx |
Tue, 18 Mar 2014 20:36:53 +0100 |
Christian Humer |
Merge. |
Tue, 18 Mar 2014 20:36:31 +0100 |
Christian Humer |
Truffle: fixed indefinite splitting of recursive calls. |
Tue, 18 Mar 2014 20:35:55 +0100 |
Christian Humer |
Truffle-DSL: fixed wrong generation of costs for polymorphic nodes. |
Tue, 18 Mar 2014 19:45:22 +0100 |
Christian Humer |
Truffle-DSL: fixed some findbugs errors for (CR-2223) |
Tue, 18 Mar 2014 19:33:49 +0100 |
Christian Humer |
Merge. |
Tue, 18 Mar 2014 18:13:43 +0100 |
Christian Humer |
Fixed option processor to always produce unix line feeds which led to checkstyle warnings on windows. |
Tue, 18 Mar 2014 11:51:37 -0700 |
Tom Rodriguez |
Merge |
Tue, 18 Mar 2014 11:07:47 -0700 |
Tom Rodriguez |
dump final HIR schedule to c1visualizer |
Tue, 18 Mar 2014 09:48:59 -0700 |
Tom Rodriguez |
eliminate useless masking |
Thu, 13 Mar 2014 15:41:24 -0700 |
Tom Rodriguez |
fix array length load location identity |
Thu, 13 Mar 2014 15:40:10 -0700 |
Tom Rodriguez |
eliminate sequential reinterprets |
Thu, 13 Mar 2014 15:38:00 -0700 |
Tom Rodriguez |
fix string contains call |
Tue, 18 Mar 2014 18:02:45 +0100 |
Doug Simon |
use lazy names for snippet and replacements related debug values |
Tue, 18 Mar 2014 17:16:02 +0100 |
Doug Simon |
guard call to Debug.dump |
Tue, 18 Mar 2014 17:15:35 +0100 |
Doug Simon |
use lazy names in BasePhase |
Tue, 18 Mar 2014 17:15:06 +0100 |
Doug Simon |
added support for lazy computation of names for use with Debug |
Tue, 18 Mar 2014 16:35:49 +0100 |
Lukas Stadler |
make ArrayEqualsNode fixed instead of floating |
Tue, 18 Mar 2014 13:14:53 +0100 |
Andreas Woess |
Truffle: make Node#replace accept any CharSequence as reason |
Tue, 18 Mar 2014 12:15:48 +0100 |
Andreas Woess |
fix windows compiler warning (C4800) |