log

age author description
Fri, 25 Oct 2013 19:23:38 +0200 Christos Kotselidis Enable deferred init barriers
Fri, 25 Oct 2013 19:23:20 +0200 Christos Kotselidis Fix unit tests
Fri, 25 Oct 2013 19:23:06 +0200 Christos Kotselidis Reorder commit allocation's node writes to account for deferred barriers
Fri, 25 Oct 2013 19:22:37 +0200 Christos Kotselidis Remove UseNewCode from gate G1 verification run
Fri, 25 Oct 2013 15:44:35 +0200 Roland Schatz Support more convert operations.
Fri, 25 Oct 2013 14:45:01 +0200 Thomas Wuerthinger Merge fix.
Fri, 25 Oct 2013 13:46:22 +0200 Thomas Wuerthinger Merge.
Fri, 25 Oct 2013 12:12:49 +0200 Thomas Wuerthinger Merge fixes.
Fri, 25 Oct 2013 11:42:44 +0200 Thomas Wuerthinger Merge.
Fri, 25 Oct 2013 01:39:54 +0200 Thomas Wuerthinger Merge.
Tue, 22 Oct 2013 15:06:02 +0200 Thomas Wuerthinger Merge.
Tue, 22 Oct 2013 11:43:37 +0200 Thomas Wuerthinger Merge.
Tue, 22 Oct 2013 11:42:10 +0200 Thomas Wuerthinger Introduce TraceTruffleInliningTree option.
Thu, 17 Oct 2013 17:26:18 +0200 Thomas Wuerthinger Fix checkstyle errors.
Thu, 17 Oct 2013 16:01:04 +0200 Thomas Wuerthinger Merge.
Thu, 17 Oct 2013 15:59:12 +0200 Thomas Wuerthinger Fix unused import.
Thu, 17 Oct 2013 15:55:18 +0200 Thomas Wuerthinger Move Truffle compilations to background compilation thread.
Thu, 17 Oct 2013 14:28:37 +0200 Thomas Wuerthinger Simplifications of OptimizedCallTarget.
Wed, 16 Oct 2013 21:44:51 +0200 Thomas Wuerthinger Merge.
Wed, 16 Oct 2013 17:26:51 +0200 Thomas Wuerthinger Avoid null checks on frame array accesses.
Fri, 25 Oct 2013 12:45:37 +0200 Doug Simon fleshed out HSAIL backend a little to demonstrate changes needed after recent API/infrastructure updates
Fri, 25 Oct 2013 11:24:48 +0200 Bernhard Urban HotSpotHostLowering: use location identity from CAS node to create location
Thu, 24 Oct 2013 18:34:58 +0200 Bernhard Urban UnsafeArrayCopySnippets: minor refactoring
Thu, 24 Oct 2013 18:34:28 +0200 Bernhard Urban UnsafeArrayCopySnippets: use right kind for boolean case
Thu, 24 Oct 2013 18:34:27 +0200 Bernhard Urban UnsafeArrayCopySnippets: use DirectObjectStoreNode again for kind object. add location identity to DirectObjectStoreNode.
Thu, 24 Oct 2013 18:31:21 +0200 Bernhard Urban mx: print warning if encounter a non-parsable line in jvm.cfg
Thu, 24 Oct 2013 19:21:43 -0700 twisti Adds support to the HSAIL backend for three of the bitwise logical operators, bitwise AND, bitwise OR and bitwise XOR.
Fri, 25 Oct 2013 01:26:27 +0200 Doug Simon Merge.
Fri, 25 Oct 2013 01:24:19 +0200 Doug Simon refactored all deferred initialization of backends into HotSpotBackend
Fri, 25 Oct 2013 00:31:00 +0200 Doug Simon restricted initialization of LoweringProvider during VM startup to only be for the LoweringProvider of the host backend; removed unnecessary HotSpotLoweringProvider interface
Fri, 25 Oct 2013 00:21:34 +0200 Doug Simon separated registration of (host) intrinsics from initialization of lowerers
Fri, 25 Oct 2013 00:12:54 +0200 Doug Simon restricted initialization of ForeignCallProvider during VM startup to only be for the ForeignCallProvider of the host backend.
Thu, 24 Oct 2013 21:19:08 +0200 Doug Simon moved registration of HotSpot method substitutions out of HotSpotLoweringProvider into separate HotSpotSubstitutions class
Thu, 24 Oct 2013 21:17:58 +0200 Doug Simon fixed Java warnings
Thu, 24 Oct 2013 23:47:41 +0200 Doug Simon Merge.
Thu, 24 Oct 2013 23:46:48 +0200 Doug Simon fixed tests that need to take into account ConstantNodes not recording their usages (GRAAL-508)
Thu, 24 Oct 2013 16:21:25 +0200 Doug Simon Merge.
Thu, 24 Oct 2013 14:58:48 +0200 Doug Simon applied auto-format
Thu, 24 Oct 2013 14:57:57 +0200 Doug Simon made ConstantNodes (optionally) not record their usages (GRAAL-508)
Thu, 24 Oct 2013 12:25:29 +0200 Doug Simon improved error reporting in LSRA
Thu, 24 Oct 2013 22:28:09 +0200 Christian Humer Merge.
Thu, 24 Oct 2013 16:01:44 +0200 Christian Humer Truffle-DSL: fixed recursive rewrite problem for transitions from monomorphic to polymorphic. (GRAAL-560 #resolve)
Thu, 24 Oct 2013 15:56:08 +0200 Christian Humer Merge.
Mon, 21 Oct 2013 11:07:47 +0200 Christian Humer Merge.
Mon, 21 Oct 2013 11:07:32 +0200 Christian Humer Truffle-DSL: fixed wrong type simple name references with ECJ in generated code.
Thu, 24 Oct 2013 19:44:08 +0200 Gilles Duboscq Fix warning
Thu, 24 Oct 2013 20:15:49 +0200 Gilles Duboscq Serveral fixes to StampTool.add and some tests
Thu, 24 Oct 2013 11:44:55 +0200 Gilles Duboscq Only print "Graal: no installed code" in deopt if nmethod is compiled by Graal
Thu, 24 Oct 2013 08:51:44 -0700 twisti Merge
Wed, 23 Oct 2013 19:50:14 -0700 twisti read HotSpotVMConfig fields from HotSpot's vmStructs via annotations
Tue, 22 Oct 2013 23:16:03 -0700 twisti added missing @Override's
Thu, 24 Oct 2013 15:36:39 +0200 Roland Schatz Make AMD64HotSpotTruffleBackend a decorator for the default backend.
Thu, 24 Oct 2013 13:26:27 +0200 Lukas Stadler initialize primitive frame slots for objects to 0 (long) instead of null (object)
Thu, 24 Oct 2013 12:23:52 +0200 Doug Simon renamed TruffleIRJavaMethod to TruffleDebugJavaMethod and made Truffle debug scopes more consistent in its usage
Wed, 23 Oct 2013 17:12:30 -0700 Mick Jordan Merge
Wed, 23 Oct 2013 15:35:55 -0700 Mick Jordan mxtool: change about text to refer to Wiki doc, add mx.find script
Wed, 23 Oct 2013 22:50:34 +0200 Bernhard Urban ArrayCopySnippets: small cleanup
Wed, 23 Oct 2013 22:45:56 +0200 Bernhard Urban ArrayCopySnippets: remove unused constants
Wed, 23 Oct 2013 22:07:22 +0200 Bernhard Urban UnsafeArrayCopySnippets: use vectorized version also for Long, Double and Object
Wed, 23 Oct 2013 22:06:28 +0200 Bernhard Urban UnsafeArrayCopyNode: try to be more precise about killed location
Wed, 23 Oct 2013 22:06:27 +0200 Bernhard Urban Unsafe{Load,Store}Node: users must provide an LocationIdentity explicitly. Provide more specific LocationIdentity in UnsafeArraySnippets (instead of ANY_LOCATION)
Wed, 23 Oct 2013 22:06:16 +0200 Bernhard Urban ArrayCopySnippets: don't do a second bounds check
Wed, 23 Oct 2013 22:06:04 +0200 Bernhard Urban ArrayCopySnippets: use slow path probability for deopt branches
Wed, 23 Oct 2013 13:54:21 -0400 S.Bharadwaj Yadavalli [PTX] fix warnings in ptx code
Wed, 23 Oct 2013 18:45:05 +0200 Doug Simon improved debug scope context when compiling Truffle IR graphs by making a Truffle compilable masquerade as a JavaMethod
Wed, 23 Oct 2013 17:50:58 +0200 Gilles Duboscq Fix exception during canonicalization (GRAAL-554): when killing the branch following a FixedGuard, we can not count on this removing all of our usages because some of them may already be dead
Wed, 23 Oct 2013 16:51:01 +0200 Gilles Duboscq Fix integer stamp join for downMask/lowerBound
Wed, 23 Oct 2013 15:44:39 +0200 Bernhard Urban sparc: fix makefile issue from hsx25 merge
Wed, 23 Oct 2013 15:31:47 +0200 Bernhard Urban mx: fix detection for sparc. ignore unparsable lines in jvm.cfg
Wed, 23 Oct 2013 13:41:50 +0200 Gilles Duboscq Fix NPE in OptimizeGuardAnchors
Wed, 23 Oct 2013 11:49:01 +0200 Gilles Duboscq Fix StampTool.unsignedRightShift
Wed, 23 Oct 2013 13:35:50 +0200 Roland Schatz IGV: Fix cfg edge coloring.
Wed, 23 Oct 2013 13:41:10 +0200 Matthias Grimmer Merge
Wed, 23 Oct 2013 13:40:56 +0200 Matthias Grimmer rename CompilerToVm.dontInline to doNotInlineOrCompile
Wed, 23 Oct 2013 13:33:40 +0200 Matthias Grimmer Re-add OptimizedCallTarget.callHelper - prevents frequent reinstallation of frame injection
Wed, 23 Oct 2013 12:54:21 +0200 Matthias Grimmer Remove unused parameter from CompilerToVm.dontInline
Wed, 23 Oct 2013 12:48:06 +0200 Matthias Grimmer Extend the CompilerToVM interface to explicitly avoid compilation and inlining of methods
Wed, 23 Oct 2013 12:46:58 +0200 Matthias Grimmer Refactoring of the frame prologue injection
Wed, 23 Oct 2013 12:45:57 +0200 Matthias Grimmer Rename CodeCacheProvider.addDefaultMethod to setDefaultMethod
Tue, 22 Oct 2013 13:25:37 +0200 Matthias Grimmer Add OptimizedCallTarget.call(PackedFrame, Arguments) frame prologue injection
Tue, 22 Oct 2013 13:24:43 +0200 Matthias Grimmer Make pointer decoding of AMD64HotSPotMove public
Tue, 22 Oct 2013 13:24:18 +0200 Matthias Grimmer Add missing ExplodeLoop annotation in SL
Mon, 21 Oct 2013 18:40:31 +0200 Matthias Grimmer Allow CodeCacheProvider to install default methods
Mon, 21 Oct 2013 17:48:54 +0200 Matthias Grimmer Add NeverInlineMacro for OptimizedCallTarget.call
Wed, 23 Oct 2013 10:29:53 +0200 Doug Simon fixed bug in creation of CreateGRAALDist.launch files
Tue, 22 Oct 2013 15:49:05 -0700 Mick Jordan Merge
Tue, 22 Oct 2013 15:48:45 -0700 Mick Jordan mxtool: fixes (GRAAL-557) and code cleanups
Tue, 22 Oct 2013 08:35:26 -0700 Mick Jordan Merge
Mon, 21 Oct 2013 20:36:08 -0700 Mick Jordan mxtool sclone: check import version when imported suite already exists
Tue, 22 Oct 2013 14:35:41 -0400 S.Bharadwaj Yadavalli PTX codegen enhancements; fixes to PTX test regressions.
Tue, 22 Oct 2013 17:03:01 +0200 Doug Simon only show metric and timer values if -G:Meter or -G:Time is enabled
Tue, 22 Oct 2013 15:10:14 +0200 Gilles Duboscq Add an optional name to HotSpotNmethod. Print it during deopt. Use it when installing a Truffle compilation
Tue, 22 Oct 2013 15:08:23 +0200 Gilles Duboscq Add setter for GuardNode's action
Tue, 22 Oct 2013 11:54:18 +0200 Doug Simon Merge.
Tue, 22 Oct 2013 11:31:16 +0200 Doug Simon append output of mx command to (re)build graal.jar to a per-project log file
Tue, 22 Oct 2013 11:01:56 +0200 Doug Simon commented out eager initialization of Suite.version
Tue, 22 Oct 2013 11:01:32 +0200 Doug Simon made hg be called lazily
Tue, 22 Oct 2013 10:15:37 +0200 Gilles Duboscq Small refactoring of edge dumping in BinaryGraphPrinter
Tue, 22 Oct 2013 10:31:32 +0200 Gilles Duboscq Fix NodeClass.getFirstLevel(Input|Successor)Positions to use the NODE_LIST constant instead of 0
Tue, 22 Oct 2013 09:58:21 +0200 Christos Kotselidis Disable deferred init barriers
Mon, 21 Oct 2013 15:14:43 -0700 Mick Jordan mxtool: handle missing hg executable gracefully
Mon, 21 Oct 2013 22:49:28 +0200 Doug Simon moved snippet timers/metrics from SnippetTemplate to SnippetInfo and added new metric for number of snippet specializations (i.e. number of SnippetTemplate objects created)
Mon, 21 Oct 2013 22:47:54 +0200 Doug Simon enable zero-count metrics to be shown (disable with new -G:+SuppressZeroDebugValues option)
Mon, 21 Oct 2013 18:37:19 +0200 Doug Simon Merge.
Mon, 21 Oct 2013 18:16:37 +0200 Doug Simon applied autoformat
Mon, 21 Oct 2013 18:10:32 +0200 Doug Simon minor reformatting based on 'mx eclipseformat'
Mon, 21 Oct 2013 17:42:42 +0200 Doug Simon added support code for Truffle to inject special tail-call code into the prefix of OptimizedCallTarget.call(PackedFrame, Arguments)
Mon, 21 Oct 2013 17:42:19 +0200 Doug Simon added limited ability for one HotSpotBackendFactory to override another
Mon, 21 Oct 2013 17:41:27 +0200 Doug Simon workaround for bug in Clang 5.0
Mon, 21 Oct 2013 17:36:41 +0200 Christos Kotselidis Merge
Mon, 21 Oct 2013 17:21:26 +0200 Christos Kotselidis Flush deferred barrier when Graal and G1 are used
Mon, 21 Oct 2013 16:07:32 +0200 Bernhard Urban gate: clean and build IGV (not GV)
Mon, 21 Oct 2013 16:07:29 +0200 Bernhard Urban FloatingReadNode: simplify assert condition
Sun, 20 Oct 2013 03:50:51 +0200 Andreas Woess Truffle: add sanity check.
Sun, 20 Oct 2013 03:26:03 +0200 Andreas Woess Truffle: fix possible node rewrite failures after recursive calls.
Sun, 20 Oct 2013 01:00:02 +0200 Andreas Woess Backed out changeset: edb2e6bd6a01 (superseded by ce5e6f9075b6)
Fri, 18 Oct 2013 15:59:20 -0700 Mick Jordan Merge
Fri, 18 Oct 2013 15:58:07 -0700 Mick Jordan mxtool: fix command-specific option parsing regression
Fri, 18 Oct 2013 23:55:35 +0200 Doug Simon available GPUs are exposed to Graal only by the graal.gpu.isalist system property which is set up during command line argument parsing
Fri, 18 Oct 2013 21:40:23 +0200 Doug Simon added ptx sources to hotspot Eclipse project