log

age author description
Tue, 13 May 2014 20:20:29 -0700 Tom Rodriguez convert signed range tests into an unsigned compare
Tue, 13 May 2014 18:31:18 -0700 Michael Van De Vanter Merge with 55be15d24e45e5636ee14d657616c6ffac039178
Tue, 13 May 2014 18:29:55 -0700 Michael Van De Vanter SL: correct to use new SourceAttribution factory methods.
Tue, 13 May 2014 18:28:33 -0700 Michael Van De Vanter Truffle/Source Attribution: Replace direct creation of SourceSection objects with factory methods on Source; two of these greatly simplify source attribution by automatically computing either the row/column start location from a character offset or vice versa, depending on what?s made available from the parser. Minor API change on Visualizer.
Tue, 13 May 2014 15:03:34 -0700 twisti use HotSpotVMType for sizeof information
Tue, 13 May 2014 14:13:15 -0700 twisti add documentation to HotSpotVM* annotatations
Mon, 12 May 2014 17:44:23 -0700 twisti remove unused HotSpotResolvedJavaMethod fields in graalJavaAccess.hpp
Mon, 12 May 2014 17:31:11 -0700 twisti remove unused com_oracle_graal_api_meta_ResolvedJavaField
Mon, 12 May 2014 17:26:53 -0700 twisti remove unused com_oracle_graal_api_meta_ConstantPool
Mon, 12 May 2014 17:26:19 -0700 twisti remove unused com_oracle_graal_hotspot_meta_HotSpotJavaType
Tue, 13 May 2014 21:49:57 +0200 Doug Simon HSAIL: converted KernelTester to re-use existing mechanism for deep equality testing
Tue, 13 May 2014 21:47:50 +0200 Doug Simon renamed GraalTest.assertEquals* to assertDeepEquals to avoid confusion with JUnit API methods
Tue, 13 May 2014 19:17:59 +0200 Miguel Garcia [inlining] processNextInvoke(), readability
Tue, 13 May 2014 19:11:03 +0200 Miguel Garcia [inlining] moved processNextInvoke()
Tue, 13 May 2014 19:03:59 +0200 Miguel Garcia [inlining] preparing to move processNextInvoke() closer to the data it mutates
Tue, 13 May 2014 15:11:15 +0200 Miguel Garcia [inlining] uncluttering InliningPhase, depth-search utilities moved out
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.