log

age author description
Mon, 21 Jan 2013 17:09:31 +0100 Doug Simon changed format of files generated by CompilationStatistics to avoid spaces
Thu, 24 Jan 2013 10:37:43 +0100 Lukas Stadler let CheckCastSnippets insert UnsafeCastNodes (so that type stays visible during lowering)
Thu, 24 Jan 2013 08:16:41 +0100 Doug Simon sanity checks for SnippetInstaller.installSubstitutions()
Wed, 23 Jan 2013 22:39:57 +0100 Doug Simon factored out common code in NewObjectSnippets
Wed, 23 Jan 2013 22:37:22 +0100 Doug Simon factored out code common to SystemSubstitutions.identityHashCode() and ObjectSubstitutions.hashCode()
Wed, 23 Jan 2013 22:27:45 +0100 Doug Simon factored out common code shared by InstanceOfSnippets and CheckCastSnippets
Wed, 23 Jan 2013 21:56:28 +0100 Doug Simon factored out common code in AES crypto substitutions
Wed, 23 Jan 2013 17:40:14 +0100 Lukas Stadler remove errorneous assert, fix ArrayCopyNode's "replace local" code
Wed, 23 Jan 2013 17:25:47 +0100 Lukas Stadler Merge
Wed, 23 Jan 2013 17:23:04 +0100 Lukas Stadler ArrayCopyNode: cleanup, unrolling for fixed length arraycopy
Wed, 23 Jan 2013 17:22:51 +0100 Lukas Stadler arraycopy snippets: deopt on NPE and AIOOBE, add probabilities
Wed, 23 Jan 2013 17:21:07 +0100 Lukas Stadler don't tail duplicate allocations
Wed, 23 Jan 2013 16:46:20 +0100 Lukas Stadler provide TargetDescription in LoweringTool
Wed, 23 Jan 2013 16:44:46 +0100 Lukas Stadler handle InvokeWithExceptionNode when inlining macro nodes
Wed, 23 Jan 2013 16:49:55 +0100 Doug Simon added eclipseformat to the gate
Wed, 23 Jan 2013 16:42:13 +0100 Doug Simon eclipseformat is also applied to package-info.java files
Wed, 23 Jan 2013 16:39:56 +0100 Doug Simon enabled format-on-save
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
Wed, 23 Jan 2013 16:34:38 +0100 Doug Simon disabled line wrapping nested invocations
Wed, 23 Jan 2013 16:06:31 +0100 Doug Simon made eclipseformat command use batching
Wed, 23 Jan 2013 15:32:51 +0100 Doug Simon replace HTML escape sequence for '@' symbol with {@literal @}
Wed, 23 Jan 2013 14:13:49 +0100 Doug Simon gave formatter profile the name "Graal"
Wed, 23 Jan 2013 14:13:23 +0100 Doug Simon formatter does not put a new line after a field annotation
Tue, 22 Jan 2013 22:46:13 +0100 Doug Simon added 'mx eclipseformat' command for applying the Eclipse Code Formatter to the Java source files in a suite
Tue, 22 Jan 2013 22:01:21 +0100 Doug Simon removed whitespace padding around the wildcard type in a generic type declaration
Tue, 22 Jan 2013 22:00:34 +0100 Doug Simon disabled auto-formatting of manually formatted code
Tue, 22 Jan 2013 21:06:57 +0100 Doug Simon replaced use of <br> in javadoc with <p>
Tue, 22 Jan 2013 20:47:55 +0100 Doug Simon disabled auto-formatting of manually formatted code
Tue, 22 Jan 2013 20:44:15 +0100 Doug Simon disabled auto-formatting of manually formatted code
Tue, 22 Jan 2013 20:40:30 +0100 Doug Simon disabled auto-formatting of manually formatted test code
Tue, 22 Jan 2013 20:36:00 +0100 Doug Simon disabled auto-formatting of generated code
Tue, 22 Jan 2013 20:05:59 +0100 Doug Simon enabled use of formatter disabling/enabling tag (i.e. @formatter:off and @formatter:on)
Tue, 22 Jan 2013 20:04:42 +0100 Doug Simon removed name of shared formatter profile
Tue, 22 Jan 2013 17:46:40 +0100 Doug Simon disabled auto-formatting of some code sections that use manual alignment
Tue, 22 Jan 2013 16:54:50 +0100 Thomas Wuerthinger Merge.
Tue, 22 Jan 2013 16:54:40 +0100 Thomas Wuerthinger Remove unused variable.
Tue, 22 Jan 2013 15:08:08 +0100 Lukas Stadler reapply fix from 8f7be0c45a82
Tue, 22 Jan 2013 11:29:40 +0100 Lukas Stadler added new macro node facility, removed ArrayCopyIntrinsificationPhase
Mon, 21 Jan 2013 12:23:55 +0100 Doug Simon fixed warnings
Fri, 18 Jan 2013 15:25:06 +0100 Christian Humer Fixed projects canonicalization.
Fri, 18 Jan 2013 14:39:04 +0100 Christian Humer Merge
Fri, 18 Jan 2013 14:38:43 +0100 Christian Humer Project dependency fixes.
Fri, 18 Jan 2013 13:41:46 +0100 Christian Humer Merge
Fri, 18 Jan 2013 13:39:04 +0100 Christian Humer Removed debug log output.
Fri, 18 Jan 2013 13:29:14 +0100 Christian Humer Updated truffle-sl for the changed operation code generation.
Fri, 18 Jan 2013 13:28:12 +0100 Christian Humer Codegen operation generation is inferred from the node type hierarchy.
Fri, 18 Jan 2013 14:07:47 +0100 Thomas Wuerthinger Remove caching of sorted blocks in LSRA.
Fri, 18 Jan 2013 12:20:25 +0100 Thomas Wuerthinger Additional comment describing the block ordering and alignment.
Fri, 18 Jan 2013 12:11:01 +0100 Thomas Wuerthinger Small clean up of access to predecessor/successor of blocks.
Thu, 17 Jan 2013 17:49:00 +0100 Thomas Wuerthinger Small clean up of the Block class.
Thu, 17 Jan 2013 17:21:16 +0100 Thomas Wuerthinger Code clean up and documentation for ComputeBlockOrder class.
Thu, 17 Jan 2013 00:41:44 +0100 Thomas Wuerthinger Fix for lock elimination phase.
Thu, 17 Jan 2013 00:24:36 +0100 Thomas Wuerthinger Fix assertion in lock elimination phase.
Thu, 17 Jan 2013 00:06:39 +0100 Thomas Wuerthinger Merge.
Thu, 17 Jan 2013 00:06:27 +0100 Thomas Wuerthinger Implement basic lock elimination phase.
Wed, 16 Jan 2013 18:53:10 +0100 Gilles Duboscq Merge
Wed, 16 Jan 2013 15:33:22 +0100 Gilles Duboscq Increase default thresholds in full unrolling policy
Wed, 16 Jan 2013 15:30:09 +0100 Gilles Duboscq Probabilities for the monitor snippets
Wed, 16 Jan 2013 14:36:15 +0100 Gilles Duboscq Better for Load/Read stamps for non-stack kinds
Wed, 16 Jan 2013 14:33:29 +0100 Gilles Duboscq Merge