log

age author description
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.