log

age author description
Mon, 06 Jul 2015 16:27:56 +0200 Stefan Anzinger [SPARC] Optimize StrategySwitchOp
Mon, 06 Jul 2015 16:27:01 +0200 Stefan Anzinger [SPARC] Add hint for move result
Mon, 06 Jul 2015 11:26:15 +0200 Josef Eisl Make SSA_LIR default.
Mon, 06 Jul 2015 11:25:38 +0200 Josef Eisl mx: run NonSSA unittests and bootstrap in the gate.
Mon, 06 Jul 2015 00:25:01 +0200 Doug Simon fixed Windows build issues
Fri, 03 Jul 2015 14:10:26 +0200 Stefan Anzinger [SPARC] Fix register counts in SPARCAllocatorTest
Fri, 03 Jul 2015 09:56:16 +0200 Stefan Anzinger [SPARC] Load safepoint polling address into a register, instead of constructing it each time
Thu, 02 Jul 2015 17:37:22 +0200 Stefan Anzinger [SPARC] Do not preset SPARCFrameMap.initialSpillsize for register save area; set calleeSaveAreaSize correctly instead
Wed, 08 Jul 2015 15:13:18 +0200 Doug Simon adapted to JDKDeployedDist.postJdkInstall changing to onPostJdkInstall() method
Wed, 08 Jul 2015 15:12:27 +0200 Doug Simon adapted to deletion of NullSourceSection
Wed, 08 Jul 2015 11:23:43 +0200 Doug Simon mx: make bench command extensible
Wed, 08 Jul 2015 12:40:07 +0200 Gilles Duboscq Update to latest truffle
Tue, 07 Jul 2015 16:50:59 +0200 Gilles Duboscq Add mx.imports to hgignore
Tue, 07 Jul 2015 14:33:58 +0200 Gilles Duboscq Remove obsolete mx.sh & mx.cmd
Mon, 06 Jul 2015 17:36:08 +0200 Doug Simon removed code that now lives in the graal-jvmci-8 repo
Mon, 06 Jul 2015 14:31:06 +0200 Doug Simon fixed path to graal-jvmci-8 repo
Mon, 06 Jul 2015 14:11:33 +0200 Doug Simon Initial split off from monolithic basic-graal repo
Thu, 02 Jul 2015 12:42:20 +0200 Doug Simon added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
Thu, 02 Jul 2015 12:41:08 +0200 Doug Simon use 'is' instead of '==' when comparing against None
Wed, 01 Jul 2015 13:41:40 -0700 Christian Wimmer Remove wrong line that undoes the work of the code above it
Wed, 01 Jul 2015 13:27:39 -0700 Christian Wimmer Add test for Truffle inlining of intrinsic methods
Wed, 01 Jul 2015 16:06:56 +0200 Roland Schatz jvmci: Move Location.addFrameSize logic from C++ to Java.
Tue, 30 Jun 2015 16:56:46 +0200 Stefan Anzinger [SPARC] Remove duplicate/unused code from SPARCAssembler
Tue, 30 Jun 2015 16:45:31 +0200 Stefan Anzinger [SPARC] Remove explicit nops from SPARCArrayEquals (Nops for CBCond are generated in the SPARCAssembler automatically)
Tue, 30 Jun 2015 16:43:18 +0200 Stefan Anzinger [SPARC] Use correct position in SPARCAssembler.insertNopAfterCBCond
Tue, 30 Jun 2015 12:32:51 +0200 Danilo Ansaloni mx: mxMxDir should be absolute (fixes Library.get_path()).
Tue, 30 Jun 2015 12:39:18 +0200 Doug Simon added support for inlining intrinsics to PEGraphDecoder (GRAAL-1170)
Mon, 29 Jun 2015 20:06:19 +0200 Doug Simon removed leftover, unused code
Tue, 30 Jun 2015 10:42:14 +0200 Stefan Anzinger [SPARC] Set SPARCFrameMap.initialSpillSize in java instead of addig it during code installation
Tue, 30 Jun 2015 10:41:03 +0200 Stefan Anzinger [SPARC] Put nop after cbcond only for following branch/call instructions