log

age author description
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
Fri, 09 May 2014 20:22:05 +0200 Miguel Garcia Merge
Fri, 09 May 2014 20:05:41 +0200 Miguel Garcia [single-pass-iter] offloading tracking successor-pre-states to nodeQueue
Fri, 09 May 2014 17:33:14 +0200 Miguel Garcia [single-pass-iter] early pruning of state map, visit a whole method
Fri, 09 May 2014 16:50:27 +0200 Miguel Garcia [single-pass-iter] lifecycle of single-pass iterators
Fri, 09 May 2014 16:22:54 +0200 Miguel Garcia [single-pass-iter] start of evolution towards a node iterator less memory-hungry
Fri, 09 May 2014 18:46:41 +0200 Doug Simon made Graal runtime initialization in hosted mode lazy
Fri, 09 May 2014 17:59:15 +0200 Doug Simon added -G:TrackMemUse for measuring memory usage within scopes
Fri, 09 May 2014 16:43:26 +0200 Bernhard Urban mx clean: try to change permission if deletion fails on windows
Fri, 09 May 2014 15:30:16 +0200 Bernhard Urban mx clean: make it more reliable on windows
Fri, 09 May 2014 14:24:02 +0200 Bernhard Urban truffle distrubtions: generate source jar
Fri, 09 May 2014 16:11:01 +0200 Bernhard Urban truffle distrubtion: move dsl processor in a separated jar, such that it can be a build-time only dependency
Fri, 09 May 2014 13:56:10 +0200 Bernhard Urban mx trufflejar: use distribution feature of mx instead (`mx archive @TRUFFLE')
Fri, 09 May 2014 13:21:43 +0200 Bernhard Urban mx unittest: compile junitwrapper with right classpath
Fri, 09 May 2014 15:55:37 +0200 Andreas Woess Truffle: remove obsolete HotSpotFrameInstance.getTargetCallTarget()
Fri, 09 May 2014 15:53:30 +0200 Andreas Woess Truffle: getCallNode() should return null for call target frames
Fri, 09 May 2014 15:52:56 +0200 Lukas Stadler test for integer stamp join