log

age author description
Wed, 15 Oct 2014 11:39:14 +0200 Roland Schatz Make data section patching extensible.
Wed, 15 Oct 2014 11:04:45 +0200 Roland Schatz Restructure CodeCacheProvider hierarchy.
Wed, 15 Oct 2014 01:10:27 +0200 Doug Simon converted Constant and Value to be interfaces (GRAAL-874)
Tue, 14 Oct 2014 20:02:44 +0200 Christian Humer Truffle: fix TraceTruffleCompilationAST.
Tue, 14 Oct 2014 20:02:44 +0200 Christian Humer Truffle: introduce CompilerDirectives.isCompilationConstant.
Tue, 14 Oct 2014 20:02:44 +0200 Christian Humer Truffle: add new callFunctionsWith builtin for SL Truffle tests.
Tue, 14 Oct 2014 18:12:24 +0100 Chris Seaton Merge.
Tue, 14 Oct 2014 16:48:09 +0100 Chris Seaton Merge.
Tue, 14 Oct 2014 15:10:17 +0100 Chris Seaton Truffle: clearer comment in AssumedValue.
Tue, 14 Oct 2014 15:06:49 +0100 Chris Seaton Truffle: NeverValidAssumption can be invalidated.
Tue, 14 Oct 2014 17:46:18 +0200 Bernhard Urban mx: implement with support for Task()
Tue, 14 Oct 2014 17:33:51 +0200 Bernhard Urban mx igv: make a copy of env and fix minor cygwin path issue
Tue, 14 Oct 2014 16:09:04 +0200 Roland Schatz Remove unused method from ArithmeticOperation interface.
Tue, 14 Oct 2014 14:11:32 +0200 Bernhard Urban truffle pe: re-enable ControlFlowExceptionPartialEvaluationTest
Tue, 14 Oct 2014 14:06:42 +0200 Bernhard Urban truffle pe: re-enable AssumptionPartialEvaluationTest
Tue, 14 Oct 2014 13:09:36 +0200 Bernhard Urban hotspot/graal: fix indent
Tue, 14 Oct 2014 14:42:35 +0200 Bernhard Urban truffle pe: re-enable SimplePartialEvaluationTest
Tue, 14 Oct 2014 13:35:13 +0200 Andreas Woess Truffle: always store values of primitive types as long values in the frame array.
Tue, 14 Oct 2014 12:12:01 +0200 Roland Schatz Revert 9010170f942f: better stamps for I2F, I2D, L2F and L2D operations
Tue, 14 Oct 2014 11:38:10 +0200 Roland Schatz Output correct register names in register maps in CFGPrinter.
Mon, 13 Oct 2014 15:52:19 -0700 Tom Rodriguez remove duplicate check in OopRecorder
Mon, 13 Oct 2014 21:15:03 +0200 Christian Humer Truffle: fixed inlining performance regression.
Mon, 13 Oct 2014 21:15:03 +0200 Christian Humer Truffle: minor cleanups.
Mon, 13 Oct 2014 18:04:50 +0100 Chris Seaton Merge.
Mon, 13 Oct 2014 18:04:01 +0100 Chris Seaton Truffle: don't silently ignore exceptions in the compiler if we want to throw them.
Mon, 13 Oct 2014 18:03:12 +0100 Chris Seaton Truffle: TruffleCompilationExceptionsAreThrown implies synchronous compilation.
Mon, 13 Oct 2014 17:49:09 +0200 Christian Humer Truffle: fix headers.
Mon, 13 Oct 2014 17:44:40 +0200 Christian Humer Truffle: Make BranchProfile constructor private and introduce a factory Method BranchProfile.create().
Mon, 13 Oct 2014 17:44:15 +0200 Christian Humer Truffle: cleanup compilation profile fields.
Mon, 13 Oct 2014 16:50:01 +0200 Roland Schatz Simplify ArithmeticOpTable implementation and make it type safe.