log

age author description
Tue, 29 Oct 2013 21:59:38 +0100 Doug Simon weakened or commented out assertions that are too strict given the way Truffle makes use of Unsafe
Tue, 29 Oct 2013 17:26:23 +0100 Roland Schatz Simplify AMD64ConvertSnippets instantiation code.
Tue, 29 Oct 2013 16:56:19 +0100 Lukas Stadler exclude EATestBase from JaCoCo
Mon, 28 Oct 2013 15:27:05 +0100 Lukas Stadler documentation and simplification in MonitorExitNode
Mon, 28 Oct 2013 15:25:27 +0100 Lukas Stadler PEA: more tests, common base class for tests
Mon, 28 Oct 2013 17:03:59 +0100 Doug Simon improved documentation of HotSpotBackend.updateStub()
Mon, 28 Oct 2013 16:04:58 +0100 Doug Simon added --igv option to "mx projectgraph" command for sending output to IGV instead
Mon, 28 Oct 2013 16:04:12 +0100 Doug Simon removed redundant assertion
Mon, 28 Oct 2013 13:39:49 +0100 Lukas Stadler remove unused CommitAllocationNodes during simplification
Mon, 28 Oct 2013 13:01:16 +0100 Lukas Stadler PEA: support for unsafe stores of mismatching sizes, cleanup, documentation
Mon, 28 Oct 2013 13:10:10 +0200 Bernhard Urban CipherBlockChainingSubstitutions: use more precise location for embeddedCipher object and r array
Mon, 28 Oct 2013 10:11:49 +0100 Bernhard Urban AESCryptSubstitutions: use more precise location for K array
Mon, 28 Oct 2013 11:27:36 +0100 Doug Simon refactored creation of Graal and Truffle compiler threads into a single facility
Sun, 27 Oct 2013 19:59:00 +0100 Doug Simon clearer API and documentation for the capability of a SaveRegistersOp to have its registers pruned
Sun, 27 Oct 2013 19:51:44 +0100 Doug Simon replace ".count() == 0" with ".isEmpty()"
Sat, 26 Oct 2013 01:27:09 +0200 Doug Simon made Truffle compiler threads be named and have a debug configuration
Fri, 25 Oct 2013 23:50:05 +0200 Doug Simon cleaned up mechanism for saving registers and updating the callee save maps in stubs
Fri, 25 Oct 2013 19:24:11 +0200 Christos Kotselidis Merge
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)