log

age author description
Thu, 25 Jul 2013 22:17:37 -0400 Morris Meyer PTX support for Linux
Thu, 25 Jul 2013 22:15:30 -0400 Morris Meyer PTX support for Linux
Thu, 25 Jul 2013 18:02:29 -0700 Lukas Stadler disable compilation statistics for benchmarks
Thu, 25 Jul 2013 18:01:23 -0700 Lukas Stadler don't create InstanceOfNodes with different profiles during CheckCastNode lowering
Thu, 25 Jul 2013 19:22:59 +0200 Andreas Woess FrameWithoutBoxing: make substitutions forced, use unsafeCast from CompilerDirectives.
Thu, 25 Jul 2013 13:52:53 +0200 Christian Wirth Increase TruffleGraphMaxNodes to 15000
Thu, 25 Jul 2013 12:42:18 +0200 Doug Simon Merge.
Thu, 25 Jul 2013 11:34:37 +0200 Doug Simon small cleanups and extra documentation around foreign call linkage
Thu, 25 Jul 2013 11:50:59 +0200 Roland Schatz Support for byte fields in LIR instructions.
Wed, 24 Jul 2013 17:57:52 -0700 twisti SPARC: fixes and more implementation; can now allocate objects
Wed, 24 Jul 2013 16:19:17 -0700 twisti Stubs need both an outgoing and incoming calling convention.
Wed, 24 Jul 2013 15:07:17 -0700 twisti Some Klass and InstanceKlass fields were read with a wrong size.
Tue, 23 Jul 2013 23:24:54 +0200 Doug Simon HSAIL backend changes
Tue, 23 Jul 2013 21:42:24 +0200 Andreas Woess Truffle: use loopAndInvokeCounter for replace backoff.
Tue, 23 Jul 2013 21:21:35 +0200 Christos Kotselidis Fix disclaimer
Tue, 23 Jul 2013 19:53:26 +0200 Christos Kotselidis Merge
Tue, 23 Jul 2013 19:51:15 +0200 Christos Kotselidis Add compressed klass pointers in gate
Tue, 23 Jul 2013 17:48:01 +0200 Christos Kotselidis Remove redundant checks for loading compressed constants
Tue, 23 Jul 2013 19:05:08 +0200 Andreas Woess Truffle: when a node is replaced, notify optimized call target and delay compilation.
Tue, 23 Jul 2013 18:23:52 +0200 Roland Schatz Fix null reference access when dumping raw data patches.
Tue, 23 Jul 2013 17:48:17 +0200 Christian Humer Merge.
Tue, 23 Jul 2013 17:47:56 +0200 Christian Humer Truffle-DSL: fixed bug in rewriting of child arrays.
Tue, 23 Jul 2013 11:19:47 +0200 Andreas Woess Truffle: add invalidation count to call target profiling / trace compilation.
Tue, 23 Jul 2013 10:42:54 +0200 Andreas Woess Backout changeset 4c12d3756015; ensure compiledCodeInvalidated() is never inlined.
Tue, 23 Jul 2013 09:45:39 +0200 Roland Schatz Retry canonicalization after inferStamp.
Mon, 22 Jul 2013 13:33:21 +0200 Roland Schatz Documentation fix.
Mon, 22 Jul 2013 22:26:49 -0700 twisti SPARC: can compile some stubs now but they don't work yet
Mon, 22 Jul 2013 21:43:31 -0700 twisti Reuse linkage.
Mon, 22 Jul 2013 21:42:21 -0700 twisti Fixed comment typo.
Mon, 22 Jul 2013 22:04:17 +0200 Christos Kotselidis Merge