log

age author description
Tue, 03 Mar 2015 13:24:33 +0100 Stefan Anzinger Fix compiler warning
Tue, 03 Mar 2015 13:19:35 +0100 Stefan Anzinger Merge
Mon, 02 Mar 2015 19:11:22 +0100 Stefan Anzinger Merge
Mon, 02 Mar 2015 18:44:14 +0100 Stefan Anzinger [SPARC] Change ld/st ops of SPARC to functions
Mon, 02 Mar 2015 12:14:36 +0100 Stefan Anzinger [SPARC] Change conditional move ops of SPARC to functions
Mon, 02 Mar 2015 11:22:17 +0100 Stefan Anzinger [SPARC] Change arithmetic ops of SPARC to functions in assembler
Fri, 27 Feb 2015 14:43:40 +0100 Stefan Anzinger [SPARC] Replace fpop instructions
Fri, 27 Feb 2015 13:55:38 +0100 Stefan Anzinger [SPARC] Change part of the fpop assembler
Fri, 27 Feb 2015 13:23:52 +0100 Stefan Anzinger [SPARC] Change fcmp
Fri, 27 Feb 2015 11:52:03 +0100 Stefan Anzinger [SPARC] Replace call
Fri, 27 Feb 2015 11:42:36 +0100 Stefan Anzinger [SPARC] Remove all object oriented fmt00 instructions (sethi, nop, cbcond) and use simple function calls
Fri, 27 Feb 2015 11:40:15 +0100 Stefan Anzinger Compile the testmethod for jsr in DeoptimizeOnExceptionTest explicitely instead of making it hot in a loop (Saves a lot of time)
Fri, 27 Feb 2015 09:18:23 +0100 Stefan Anzinger [SPARC] Simplify branch instructions (No more object allocations), Tidy up SPARCControlFlow and SPARCAssembler
Tue, 03 Mar 2015 11:51:16 +0100 Thomas Wuerthinger Merge.
Tue, 03 Mar 2015 11:50:31 +0100 Thomas Wuerthinger Improve common dominator calculations.
Mon, 02 Mar 2015 19:21:19 -0800 Tom Rodriguez Add EmitLIRRepeatCount to repeat emitLIR for profiling
Mon, 02 Mar 2015 19:18:31 -0800 Tom Rodriguez Rearrange scopes and timers in emitBackend to match up better
Mon, 02 Mar 2015 19:06:41 -0800 Tom Rodriguez Add ttyLocker to TraceDeoptimization output
Mon, 02 Mar 2015 18:40:47 -0800 Tom Rodriguez Use Value instead of JavaValue in BytecodeFrame and VirtualObject
Tue, 03 Mar 2015 00:01:36 +0100 Thomas Wuerthinger Merge.
Mon, 02 Mar 2015 19:09:46 +0100 Thomas Wuerthinger Handle case in new earliest schedule when end node and begin node are identical.
Mon, 02 Mar 2015 17:07:51 +0100 Thomas Wuerthinger Merge.
Mon, 02 Mar 2015 16:31:59 +0100 Thomas Wuerthinger Merge.
Mon, 02 Mar 2015 16:31:37 +0100 Thomas Wuerthinger Fix cycle in lowered graph for atomic read write.
Mon, 02 Mar 2015 15:59:01 +0100 Thomas Wuerthinger Enable adding constant nodes to the comparison for GraalCompilerTest.
Mon, 02 Mar 2015 15:42:28 +0100 Thomas Wuerthinger Enable LongNodeChainTest for earliest possible schedule strategy.
Mon, 02 Mar 2015 12:26:29 +0100 Thomas Wuerthinger Make earliest possible schedule iterative.
Sun, 01 Mar 2015 13:36:23 +0100 Thomas Wuerthinger Remove dead code in schedule phase.
Mon, 02 Mar 2015 14:15:32 -0800 Tom Rodriguez Remove dead markLocation routine
Thu, 26 Feb 2015 17:39:00 +0100 Josef Eisl Introduce LIROptimization option to disable all LIR optimization.