log

age author description
Tue, 13 May 2014 15:05:36 +0200 Miguel Garcia [inlining] preparing to move depth-search utilities
Tue, 13 May 2014 14:54:23 +0200 Miguel Garcia [inlining] place to host depth-search related utilities
Tue, 13 May 2014 13:20:09 +0200 Miguel Garcia [inlining] documentation
Tue, 13 May 2014 16:51:41 +0200 Doug Simon Merge.
Tue, 13 May 2014 15:40:23 +0200 Doug Simon made GraalVerboseTestListener eagerly print stack trace for failure which is useful if the VM crashes before completing all unit tests
Tue, 13 May 2014 15:39:10 +0200 Doug Simon moved assertEquals and MultiCauseAssertionError from GraalCompilerTest to GraalTest
Tue, 13 May 2014 16:16:05 +0200 Lukas Stadler clean up frame states during FrameStateAssignmentPhase
Tue, 13 May 2014 14:45:57 +0200 Roland Schatz Simplify code generation of reinterpret-memory.
Tue, 13 May 2014 14:35:15 +0200 Doug Simon HSAIL: fixed deopt bug; cleaned up C++ code
Tue, 13 May 2014 11:55:11 +0200 Doug Simon removed unnecessary mutex
Tue, 13 May 2014 11:06:10 +0200 Lukas Stadler verbose assertion in ComputeInliningRelevance
Mon, 12 May 2014 21:29:29 -0700 Michael Van De Vanter Merge with d556971b409ca9f5ff13900d8b7b82549fd1f17a
Mon, 12 May 2014 20:17:25 -0700 Michael Van De Vanter Truffle/Instrumentation:
Mon, 12 May 2014 23:27:28 +0200 Doug Simon Merge.
Mon, 12 May 2014 23:27:07 +0200 Doug Simon made Graal initialization be driven from Java to simplify sequencing and synchronization
Mon, 12 May 2014 22:37:26 +0200 Doug Simon removed unused symbols
Mon, 12 May 2014 22:37:14 +0200 Bernhard Urban mx distributions: allow to specify dependencies between distributions
Mon, 12 May 2014 20:29:41 +0200 Bernhard Urban changelog: note about truffle.jar separation
Mon, 12 May 2014 22:32:33 +0200 Bernhard Urban SchedulePhase: improve KillSet implementation by using a lazy initialized ArrayList
Mon, 12 May 2014 19:52:06 +0200 Miguel Garcia [inlining] refactor, GraphInfo constructor can populate the callsite list
Mon, 12 May 2014 19:25:59 +0200 Miguel Garcia [inlining] the constructor of InliningIterator now takes only the data it needs
Mon, 12 May 2014 19:10:50 +0200 Miguel Garcia [inlining] refactor: move InliningIterator to upper level
Mon, 12 May 2014 16:38:58 +0200 Lukas Stadler don't delete snippet MemoryAnchorNodes if they are used in the memory map
Mon, 12 May 2014 11:43:36 +0200 Gilles Duboscq mx: set _minVersion to 1.8
Thu, 08 May 2014 15:05:06 +0200 Gilles Duboscq JMH: do not abort on missing jar file. Create necessary output directory if needed
Wed, 07 May 2014 15:58:36 +0200 Gilles Duboscq CanonicalizerPhase, on constant stamp, only replace at value usages.
Sun, 11 May 2014 22:00:06 +0200 Doug Simon fixed assertion position and documented critical class initialization dependency
Sun, 11 May 2014 13:43:58 +0200 Doug Simon fixed initialization issue caused by 063ec2920d21
Sun, 11 May 2014 13:43:19 +0200 Doug Simon fixed livelock issue introduced by 063ec2920d21
Sat, 10 May 2014 15:37:51 +0200 Miguel Garcia [single-pass-iter] additional documentation and assertions