src/Tools/Code/code_preproc.ML
Thu, 26 May 2016 15:27:50 +0200 haftmann optional timing for code generator conversions
Thu, 26 May 2016 15:27:50 +0200 haftmann corrected closure scope of static_conv_thingol;
Thu, 26 May 2016 15:27:50 +0200 haftmann clarified naming conventions and code for code evaluation sandwiches
Mon, 09 May 2016 14:37:47 +0200 wenzelm clarified context, notably for internal use of Simplifier;
Tue, 08 Mar 2016 21:07:47 +0100 haftmann provide explicit hint concering uniqueness of derivation
Fri, 25 Sep 2015 19:13:47 +0200 wenzelm tuned signature: eliminated pointless type Context.pretty;
Mon, 27 Jul 2015 23:40:39 +0200 wenzelm tuned signature;
Thu, 09 Jul 2015 00:39:49 +0200 wenzelm clarified context;
Wed, 03 Jun 2015 19:25:05 +0200 wenzelm clarified context;
Thu, 16 Apr 2015 15:22:44 +0200 wenzelm discontinued pointless warnings: commands are only defined inside a theory context;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Fri, 03 Apr 2015 19:56:51 +0200 wenzelm more uniform "verbose" option to print name space;
Sun, 29 Mar 2015 19:23:08 +0200 wenzelm proper local Proof_Context.arity_sorts;
Fri, 06 Mar 2015 23:52:14 +0100 wenzelm clarified context;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Fri, 09 Jan 2015 08:36:59 +0100 haftmann modernized and more uniform style
Wed, 26 Nov 2014 20:05:34 +0100 wenzelm renamed "pairself" to "apply2", in accordance to @{apply 2};
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Sat, 28 Jun 2014 22:13:23 +0200 haftmann tracing facilities for the code generator preprocessor
Sat, 28 Jun 2014 22:13:21 +0200 haftmann tuned interface
Thu, 15 May 2014 16:46:29 +0200 haftmann clarified stylized status of sandwich algebra
Thu, 15 May 2014 16:38:31 +0200 haftmann syntactic means to prevent accidental mixup of static and dynamic context
Thu, 15 May 2014 16:38:30 +0200 haftmann optimization for trivial cases
Thu, 15 May 2014 16:38:29 +0200 haftmann modernized setup
Thu, 15 May 2014 16:38:28 +0200 haftmann unified approach toward conversions and simple term rewriting in preprocessor by means of sandwiches
Thu, 15 May 2014 16:38:17 +0200 haftmann normalize type variables of evaluation term by conversion
Fri, 09 May 2014 08:13:37 +0200 haftmann delete attribute for code abbrev
Fri, 09 May 2014 08:13:26 +0200 haftmann normalizing of type variables before evaluation with explicit resubstitution function: make nbe work with funny type variables like \<AA>;
Mon, 31 Mar 2014 12:35:39 +0200 wenzelm some shortcuts for chunks, which sometimes avoid bulky string output;
Wed, 26 Feb 2014 11:57:52 +0100 haftmann prefer proof context over background theory
Sun, 09 Feb 2014 15:26:33 +0100 haftmann build up preprocessing context only once
Fri, 03 Jan 2014 22:04:44 +0100 haftmann proper context for simplifier invocations in code generation stack
Wed, 01 Jan 2014 14:29:22 +0100 wenzelm clarified simplifier context;
Fri, 06 Sep 2013 20:55:14 +0200 haftmann tuned
Sat, 27 Jul 2013 18:02:41 +0200 haftmann more correct context for dynamic invocations of static code conversions etc.
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Wed, 10 Apr 2013 15:30:19 +0200 wenzelm more standard module name Axclass (according to file name);
Tue, 09 Apr 2013 15:29:25 +0200 wenzelm discontinued Toplevel.no_timing complication -- also recovers timing of diagnostic commands, e.g. 'find_theorems';
Mon, 22 Oct 2012 19:02:36 +0200 haftmann close code theorems explicitly after preprocessing
Tue, 05 Jun 2012 10:12:54 +0200 haftmann apply preprocessing simpset also to rhs of abstract code equations
Sun, 18 Mar 2012 13:04:22 +0100 wenzelm maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Wed, 15 Feb 2012 23:19:30 +0100 wenzelm renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in conformance with similar operations in structure Term and Logic;
Thu, 29 Dec 2011 10:47:54 +0100 haftmann semiring_numeral_0_eq_0, semiring_numeral_1_eq_1 now [simp], superseeding corresponding simp rules on type nat
Fri, 21 Oct 2011 11:17:12 +0200 bulwahn removing redundant attribute code_inline in the code generator
Wed, 19 Oct 2011 09:11:19 +0200 bulwahn removing declaration of code_unfold to address the old code generator
Sat, 20 Aug 2011 23:35:30 +0200 wenzelm refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
Wed, 01 Jun 2011 08:07:27 +0200 bulwahn code preprocessor applies simplifier when schematic variables are fixed to free variables to allow rewriting with congruence rules in the preprocessing steps
Mon, 18 Apr 2011 13:26:39 +0200 wenzelm pass plain Proof.context for pretty printing;
Mon, 18 Apr 2011 11:13:29 +0200 wenzelm simplified pretty printing context, which is only required for certain kernel operations;
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Tue, 21 Dec 2010 09:18:29 +0100 haftmann canonical handling of theory context argument
Fri, 17 Dec 2010 14:09:37 +0100 wenzelm clarified exports of structure Simplifier;
Thu, 16 Dec 2010 09:40:15 +0100 haftmann more appropriate closures for static evaluation
Wed, 15 Dec 2010 09:47:12 +0100 haftmann simplified evaluation function names
Tue, 26 Oct 2010 12:19:22 +0200 haftmann tuned
Tue, 26 Oct 2010 12:15:55 +0200 haftmann dropped accidental doubled computation
Tue, 21 Sep 2010 15:46:05 +0200 haftmann avoid frees and vars in terms to be evaluated by abstracting and applying
Thu, 16 Sep 2010 16:51:34 +0200 haftmann separation of static and dynamic thy context
Wed, 15 Sep 2010 15:11:39 +0200 haftmann ignore code cache optionally; corrected scope of term value in static_eval_conv
Sun, 05 Sep 2010 19:47:40 +0200 wenzelm pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
Wed, 01 Sep 2010 15:01:13 +0200 haftmann repaired attribute code_unfold_post which has ever been broken
Mon, 23 Aug 2010 11:57:22 +0200 haftmann dropped pre_post_conv
Mon, 23 Aug 2010 11:51:32 +0200 haftmann added static_eval_conv
Mon, 23 Aug 2010 11:09:49 +0200 haftmann refined and unified naming convention for dynamic code evaluation techniques
Mon, 09 Aug 2010 13:43:01 +0200 haftmann minimize sorts in certificate instantiation
Thu, 08 Jul 2010 16:19:24 +0200 haftmann tuned titles
Tue, 15 Jun 2010 14:28:22 +0200 haftmann added code_simp infrastructure
Mon, 07 Jun 2010 13:42:38 +0200 haftmann more consistent naming aroud type classes and instances
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Sun, 11 Apr 2010 13:08:14 +0200 wenzelm of_sort_derivation: pass-through full type information -- following the version by krauss/schropp;
Sun, 07 Mar 2010 11:57:16 +0100 wenzelm modernized structure Local_Defs;
Fri, 19 Feb 2010 17:03:53 +0100 wenzelm merged
Fri, 19 Feb 2010 16:11:45 +0100 wenzelm renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;
Fri, 19 Feb 2010 11:06:20 +0100 haftmann simplified
Wed, 13 Jan 2010 12:20:37 +0100 haftmann explicit abstract type of code certificates
Wed, 13 Jan 2010 10:18:45 +0100 haftmann function transformer preprocessor applies to both code generators
Tue, 12 Jan 2010 16:27:42 +0100 haftmann code certificates as integral part of code generation
Mon, 04 Jan 2010 16:00:24 +0100 haftmann code cache only persists on equal theories
Mon, 04 Jan 2010 14:09:56 +0100 haftmann code cache without copy; tuned
Wed, 23 Dec 2009 08:31:15 +0100 haftmann reduced code generator cache to the baremost minimum
Wed, 02 Dec 2009 17:53:35 +0100 haftmann tuned
Sun, 15 Nov 2009 19:44:29 +0100 wenzelm permissive AList.merge -- most likely setup for theory data (beware of spurious AList.DUP);
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Mon, 05 Oct 2009 15:04:45 +0200 haftmann tuned handling of type variable names further
Mon, 05 Oct 2009 08:36:33 +0200 haftmann variables in type schemes must be renamed simultaneously with variables in equations
Wed, 30 Sep 2009 23:30:37 +0200 wenzelm Sorts.of_sort_derivation: no pp here;
Wed, 09 Sep 2009 11:31:20 +0200 haftmann moved eq handling in nbe into separate oracle
Mon, 10 Aug 2009 12:24:49 +0200 haftmann moved all technical processing of code equations to code_thingol.ML
Mon, 10 Aug 2009 08:37:37 +0200 haftmann attempt to move desymbolization to translation
Fri, 31 Jul 2009 10:49:09 +0200 haftmann added a somehow clueless comment
Fri, 31 Jul 2009 09:34:05 +0200 haftmann cleaned up variable desymbolification and argument expansion
Wed, 22 Jul 2009 11:23:09 +0200 wenzelm merged, resolving trivial conflict;
Tue, 21 Jul 2009 15:44:31 +0200 haftmann integrated add_triv_classes into evaluation stack
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Tue, 14 Jul 2009 16:27:34 +0200 haftmann added code_unfold_post attribute
Tue, 14 Jul 2009 10:54:04 +0200 haftmann code attributes use common underscore convention
Thu, 09 Jul 2009 22:48:12 +0200 wenzelm renamed structure TermSubst to Term_Subst;
Thu, 09 Jul 2009 22:01:41 +0200 wenzelm renamed functor TableFun to Table, and GraphFun to Graph;
Wed, 08 Jul 2009 08:18:07 +0200 haftmann tuned structure Code internally
Tue, 07 Jul 2009 17:21:27 +0200 haftmann tuned interface of structure Code
Tue, 23 Jun 2009 12:09:30 +0200 haftmann uniformly capitialized names for subdirectories
less more (0) tip