log graal/com.oracle.graal.options/src/com/oracle/graal/options/OptionProcessor.java @ 17155:a8eb7473d58a

age author description
Fri, 08 Aug 2014 23:58:53 +0200 Doug Simon use correct class loader when looking up services
Tue, 03 Jun 2014 17:37:23 +0200 Doug Simon fixed eclipseformat issue
Tue, 03 Jun 2014 17:11:40 +0200 Doug Simon OptionProcessor needs to find the type parameter of an OptionValue field declaration
Thu, 24 Apr 2014 12:00:54 -0700 Tom Rodriguez add support for matching multiple HIR nodes when lowering to LIR
Wed, 09 Apr 2014 19:48:34 +0200 Josef Eisl Fix raw type references in OptionProcessor.
Wed, 26 Mar 2014 14:34:08 +0100 Doug Simon transition to JDK8
Tue, 18 Mar 2014 18:13:43 +0100 Christian Humer Fixed option processor to always produce unix line feeds which led to checkstyle warnings on windows.
Wed, 12 Mar 2014 12:40:45 -0700 twisti fixed FindBugs bugs
Sat, 08 Mar 2014 10:05:57 +0100 Doug Simon fixed incorrect test for null
Wed, 12 Feb 2014 10:49:31 -0800 Christian Wimmer Sort options alphabetically so that diffs do not show false positives
Tue, 20 Aug 2013 16:09:26 +0200 Doug Simon option annotation processor ensures that a non-empty help message starts with a capital letter
Mon, 19 Aug 2013 21:57:12 +0200 Doug Simon added suppression filter so that long help messages for Options can be supported without triggering Checkstyle errors in generated sources
Tue, 11 Jun 2013 01:31:47 +0200 Doug Simon added VerifyHotSpotOptionsPhase to ensure that global state is not initialized from options prior to command line parsing
Fri, 07 Jun 2013 17:03:07 +0200 Doug Simon fixed emitting of platform-specific newline in files generated by OptionProcessor
Thu, 06 Jun 2013 23:16:45 +0200 Doug Simon options are grouped per top level class/interface when accessed via the service mechanism
Thu, 06 Jun 2013 10:09:49 +0200 Doug Simon disabled emitting and checking of copyright header in files generated by OptionProcessor
Tue, 04 Jun 2013 18:11:01 +0200 Doug Simon add all enclosing elements of an annotated field as originating elements
Mon, 03 Jun 2013 21:59:44 +0200 Doug Simon extensible option system (GRAAL-27)