log

age author description
Tue, 26 Aug 2014 13:54:53 -0700 Michael Van De Vanter Truffle/Instrumentation: some Javadoc revistions; minor code cleanups; remove one redundant operation; add tracing to the LineLocation maps.
Tue, 26 Aug 2014 18:22:31 -0700 David Piorkowski SL/Instrumentation: Fixing SLContext to use SLInstrumenter
Tue, 26 Aug 2014 15:48:37 -0700 David Piorkowski Merged.
Tue, 26 Aug 2014 11:00:30 -0700 David Piorkowski Instrumentation: removed ExecutionContext parameter from probe method in Instrumentable
Tue, 26 Aug 2014 23:44:31 +0200 Doug Simon relaxed access control from package to protected for elements that need to be accessed in generated subclasses in disjoint packages
Tue, 26 Aug 2014 23:40:08 +0200 Doug Simon missing factory method code assist includes USE_GENERATED_NODES logic
Tue, 26 Aug 2014 09:35:08 -0700 David Piorkowski Merged.
Mon, 25 Aug 2014 11:44:45 -0700 David Piorkowski SL/Instrumentation: Removing SLNodeProber. No longer needed after adding Instrumentable interface
Tue, 26 Aug 2014 16:55:47 +0200 Josef Eisl ConstantLoadOptimization: minor cleanups.
Mon, 25 Aug 2014 17:23:14 +0200 Josef Eisl Add ConstantLoadOptimization.
Mon, 25 Aug 2014 17:18:36 +0200 Josef Eisl Introduce DominatorOptimizationProblem.
Mon, 25 Aug 2014 19:11:01 +0200 Josef Eisl CFGPrinter: do not print empty HIR cfgs.
Tue, 26 Aug 2014 16:16:26 +0200 Doug Simon removed repeated conditional test detected by findbugs
Tue, 26 Aug 2014 15:57:08 +0200 Doug Simon more refactorings to workaround javac symbol issue (JDK-7101822)
Tue, 26 Aug 2014 15:56:46 +0200 Doug Simon mx: do not clean up temp files from the build command if -v is specified
Tue, 26 Aug 2014 15:55:59 +0200 Doug Simon added jtt tests for float and double div-by-zero
Tue, 26 Aug 2014 15:06:43 +0200 Gilles Duboscq mx: Make java file list order deterministic
Tue, 26 Aug 2014 10:46:48 +0200 Gilles Duboscq mx: Make order of projects() deterministic
Mon, 25 Aug 2014 21:15:59 -0700 Stefan Anzinger Merge
Mon, 25 Aug 2014 14:42:42 -0700 Stefan Anzinger [SPARC] Fix findbugs/checkstyle warnings
Mon, 25 Aug 2014 11:32:04 -0700 Stefan Anzinger Fixing relock on interpreter when entering synchronized methods.
Mon, 25 Aug 2014 10:41:56 -0700 Stefan Anzinger [SPARC] Implement UnsafeArrayCopy for aligned memory access
Mon, 25 Aug 2014 10:35:40 -0700 Stefan Anzinger MonitorTest should not exceed 32 processes, as it would require too much code cache (Makes problems on machines with 200 > threads)
Mon, 25 Aug 2014 10:30:03 -0700 Stefan Anzinger [SPARC] Fix incorrect implementation of IBSR
Mon, 25 Aug 2014 10:29:15 -0700 Stefan Anzinger [SPARC] fix incorrect implementation of tableswitch
Mon, 25 Aug 2014 10:28:44 -0700 Stefan Anzinger [SPARC] Fix loading of constants and add debug messages to assertions
Mon, 25 Aug 2014 10:25:17 -0700 Stefan Anzinger [SPARC] implement multiplication of two single float into one double float
Mon, 25 Aug 2014 10:24:08 -0700 Stefan Anzinger [SPARC] new Unittests for IntegerBits, Switch (with byte, short, char values) and high float register pressure, sign extending short from heap
Mon, 25 Aug 2014 10:21:37 -0700 Stefan Anzinger [SPARC] Fix sign extension, add debug messages to assertions in Assembler, add FSMULD , Entering frame is now possible with > 2k framesize
Tue, 19 Aug 2014 09:21:29 -0700 Stefan Anzinger [SPARC] Exclude AMD64 tests from SPARC testrun, always use tmp register when using StrategySwitch, using registerSaver in EnterUnpackStackFrame, LeaveCurrentStackframe, adding guarantee to load offsets when doing load reg+imm13 when the imm value does not fit in 13 bit, assertions for scratch register usage (tmp/def)