log

age author description
Mon, 20 Apr 2015 14:24:55 +0200 Josef Eisl Move PhiResolver from c.o.g.compiler.gen to c.o.g.lir.gen.
Mon, 20 Apr 2015 11:56:21 +0200 Josef Eisl NodeLIRBuilder: move creation of jump from moveToPhi() to visitEndNode().
Tue, 21 Apr 2015 17:52:26 +0200 Josef Eisl GraalCompiler: scope for LIRGenerationPhase.
Tue, 28 Apr 2015 11:54:06 +0200 Josef Eisl GraalCompilerTest: add breakpoint(int).
Mon, 20 Apr 2015 12:09:44 +0200 Josef Eisl jtt: add loop.Loop09_2
Mon, 20 Apr 2015 11:16:15 +0200 Josef Eisl LIRGenerator: replace doBlockStart/doBlockEnd with an AutoCloseable.
Fri, 17 Apr 2015 13:53:44 +0200 Josef Eisl LinearScan: remove superfluous isLogEnabled().
Sun, 03 May 2015 21:59:55 -0700 Michael Van De Vanter Truffle/Instrumentation: rename the "SplicedNode" Instrument kind to the "ToolEval" instrument kind, along with some redesign based on earlier feedback.
Sat, 02 May 2015 14:40:49 -0700 Tom Rodriguez Merge
Sat, 02 May 2015 14:36:00 -0700 Tom Rodriguez Reset folder in top component to release reference to old graphs
Fri, 01 May 2015 18:25:07 -0700 Tom Rodriguez Share properties in IGV
Fri, 01 May 2015 18:24:45 -0700 Tom Rodriguez Increase Integer cache size in IGV
Fri, 01 May 2015 17:27:47 -0700 Tom Rodriguez Fix concurrent modification exception in IGV
Fri, 01 May 2015 17:03:51 -0700 Tom Rodriguez Reduce overhead of hash computation for graph identity checks
Fri, 01 May 2015 17:02:38 -0700 Tom Rodriguez Relax expensive assert in IGV
Fri, 01 May 2015 16:51:47 -0700 Tom Rodriguez Add info message about time spent parsing files
Fri, 01 May 2015 15:58:57 -0700 Tom Rodriguez Fixed keybinding for open and save actions in IGV
Fri, 01 May 2015 00:10:45 +0200 Andreas Woess Truffle: frame cleanup
Thu, 30 Apr 2015 23:58:00 +0200 Andreas Woess Truffle: remove obsolete javadoc
Thu, 30 Apr 2015 23:55:22 +0200 Andreas Woess mx: fix calls to is_interactive()
Fri, 01 May 2015 21:32:02 +0200 Matthias Grimmer Interop: add missing header
Thu, 30 Apr 2015 17:27:53 +0200 Matthias Grimmer Interop: introduce separate global language scope
Thu, 30 Apr 2015 20:29:27 +0200 Gilles Duboscq mx: fix JDK selection when running outside a tty, capture STRICT_COMPLIANCE from the env file, make sure raw_input promt goes to stdout
Thu, 30 Apr 2015 18:49:00 +0200 Gilles Duboscq Look for JDKs on demand, add --strict-compliance flag. Allow more precise search for JDK versions (use it for IGV)
Thu, 30 Apr 2015 17:08:41 +0200 Gilles Duboscq Prepare changelog for next version
Thu, 30 Apr 2015 18:04:02 +0200 Gilles Duboscq Skip deoptimizations that do not invalidate the compiled code in ConvertDeoptimizationToGuards
Thu, 30 Apr 2015 13:49:24 +0200 Stefan Anzinger Merge
Thu, 30 Apr 2015 13:17:09 +0200 Stefan Anzinger Fix ObjectStamp.join with when joining arrays of Interfaces
Thu, 30 Apr 2015 13:26:24 +0200 Lukas Stadler fix in DominatorConditionalEliminationPhase for If/ShortCircuitOr with xNegated=true
Thu, 30 Apr 2015 13:26:24 +0200 Lukas Stadler use InvalidateReprofile for LoadFieldNode with null receiver
Thu, 30 Apr 2015 11:30:46 +0200 Christian Wirth explicitly convert to int to satisfy windows builder
Wed, 29 Apr 2015 18:09:41 -0700 Tom Rodriguez Make Truffle respect -XX:+DebugNonSafepoints
Wed, 29 Apr 2015 17:31:05 +0200 Gilles Duboscq Added tag graal-0.7 for changeset 754f2b20d8bc
Wed, 29 Apr 2015 17:28:50 +0200 Gilles Duboscq Skip invokes with a placeholder framestate in MethodCallTargetNode.simplify graal-0.7
Wed, 29 Apr 2015 15:27:00 +0200 Gilles Duboscq Update readme and changelog
Wed, 29 Apr 2015 14:41:03 +0200 Gilles Duboscq Print Graal installed code name when printing frames or diassembly
Wed, 29 Apr 2015 14:39:48 +0200 Gilles Duboscq Remove unique id from TruffleDebugJavaMethod name
Wed, 29 Apr 2015 14:36:13 +0200 Gilles Duboscq Add assert in PEReadEliminationClosure
Tue, 28 Apr 2015 11:59:35 +0200 Gilles Duboscq ConditionalElimination: check that begin node is still alive before processing
Wed, 29 Apr 2015 11:21:01 +0200 Doug Simon added missing newline
Wed, 29 Apr 2015 11:16:39 +0200 Doug Simon removed assertion that can never fail
Wed, 29 Apr 2015 10:29:00 +0200 Michael Haupt merge
Wed, 29 Apr 2015 08:31:28 +0200 Michael Haupt add support for control flow window and basic block view on graphs
Tue, 28 Apr 2015 17:21:56 -0700 Tom Rodriguez Fix assert in test when running UseG1GC
Tue, 28 Apr 2015 17:21:33 -0700 iveresov Fix code install assertions to work with G1
Tue, 28 Apr 2015 17:08:47 -0700 iveresov Make G1 and Graal be friends in JDK9
Tue, 28 Apr 2015 12:58:40 -0700 Tom Rodriguez Merge
Tue, 28 Apr 2015 10:14:40 -0700 Tom Rodriguez Cache computation of timer and metric objects for phases
Tue, 28 Apr 2015 09:44:39 -0700 Tom Rodriguez Make DebugScope lazier and generally reduce overhead of Debug being enabled
Tue, 28 Apr 2015 09:44:23 -0700 Tom Rodriguez Fix time reporting in multithreaded CTW
Tue, 28 Apr 2015 18:35:16 +0200 Stefan Anzinger Merge
Tue, 28 Apr 2015 18:35:01 +0200 Stefan Anzinger [SPARC] Improve verify in Compare
Tue, 28 Apr 2015 18:07:08 +0200 Stefan Anzinger [SPARC] Fix comparebranch with sub-int types
Tue, 28 Apr 2015 18:04:28 +0200 Stefan Anzinger Disable DeoptALot when making graphs for snippets/susbstitutions
Tue, 28 Apr 2015 13:08:22 +0200 Roland Schatz Make the G1PostWriteBarrier snippet kill only private locations.
Mon, 27 Apr 2015 20:01:10 -0700 Michael Van De Vanter Merge with b95deaa6ebf6100bb5a95ab25b2fdc6b9ef5f420
Sun, 26 Apr 2015 20:50:30 -0700 Michael Van De Vanter Merge with f6f3f44a183051ae5ee581be7c8c6c8cbbc0d5fe
Tue, 21 Apr 2015 17:02:06 -0700 Michael Van De Vanter TruffleInstrumentation: rename Probe.setTagTrap() to Probe.setBeforeTagTrap() and add Probe.setAfterTagTrap()
Tue, 21 Apr 2015 15:56:48 -0700 Michael Van De Vanter Truffle/Instrumentation: remove an interface that no longer adds value
Mon, 27 Apr 2015 12:20:45 -0700 Tom Rodriguez Fix construction of infopoint frame states