aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/nativenorm.ml
Commit message (Expand)AuthorAge
* Merge PR #7607: Simplify reification of predicate in bytecode and native comp...Gravatar Pierre-Marie Pédrot2018-07-03
|\
* | Deprecate Environ.retroknowledge function in favor of the projectionGravatar Gaëtan Gilbert2018-06-28
| * Simplify reification of predicate in bytecode and native compilersGravatar Maxime Dénès2018-06-28
|/
* Using more general information for primitive records.Gravatar Pierre-Marie Pédrot2018-06-23
* Merge PR #7679: Clean native compilation of primitive projectionsGravatar Maxime Dénès2018-06-05
|\
| * More straightforward native compilation of primitive projections.Gravatar Pierre-Marie Pédrot2018-06-05
* | Preserving "canonical" form of return predicate in native_compute.Gravatar Hugo Herbelin2018-06-04
|/
* Unify pre_env and envGravatar Maxime Dénès2018-05-28
* Evar maps contain econstrs.Gravatar Gaëtan Gilbert2018-04-13
* Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
* [native_compute] Fix handling of evars in conversionGravatar Maxime Dénès2018-02-05
* [native_compute] Remove useless conversion to list in reification.Gravatar Maxime Dénès2018-02-05
* [kernel] Patch allowing to disable VM reduction.Gravatar Emilio Jesus Gallego Arias2017-12-02
* [api] Move structures deprecated in the API to the core.Gravatar Emilio Jesus Gallego Arias2017-11-06
* [api] Deprecate all legacy uses of Name.Id in core.Gravatar Emilio Jesus Gallego Arias2017-11-04
* Remove some duplication between Typeops and Nativenorm.Gravatar Gaëtan Gilbert2017-09-29
* use OCaml 4.03-compatible Filename functionsGravatar Paul Steckler2017-08-22
* use OCaml temp_file, instead of our own versionGravatar Paul Steckler2017-08-18
* move filename search to start_profilerGravatar Paul Steckler2017-08-18
* Add native compute profiling, BZ#5170Gravatar Paul Steckler2017-08-17
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* Drop '.' from CErrors.anomaly, insert it in argsGravatar Jason Gross2017-06-02
* Don't double up on periods in anomaliesGravatar Jason Gross2017-06-02
* [cleanup] Unify all calls to the error function.Gravatar Emilio Jesus Gallego Arias2017-05-27
* Reductionops now return EConstrs.Gravatar Pierre-Marie Pédrot2017-02-14
* Inv API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
* Pretyping API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
* Nativenorm API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
* Reductionops API using EConstr.Gravatar Pierre-Marie Pédrot2017-02-14
* CLEANUP: using |> operator more consistentlyGravatar Matej Kosik2016-08-30
* CLEANUP: minor readability improvementsGravatar Matej Kosik2016-08-24
* errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* Separate flags for fix/cofix/match reduction and clean reduction function names.Gravatar Maxime Dénès2016-07-01
* Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
* Removing dead code and unused opens.Gravatar Pierre-Marie Pédrot2016-05-08
* CLEANUP: Context.{Rel,Named}.Declaration.tGravatar Matej Kosik2016-02-09
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Fix bug in native compiler with universe polymorphism.Gravatar Maxime Dénès2015-10-28
* Fix #4346 2/2: VM casts were not inferring universe constraints.Gravatar Maxime Dénès2015-10-15
* Fix #4346 1/2: native casts were not inferring universe constraints.Gravatar Maxime Dénès2015-10-15
* Option -type-in-type: added support in checker and making it contaminatingGravatar Hugo Herbelin2015-07-10
* Make normalization of primitive projections in native_compute the same as wit...Gravatar Maxime Dénès2015-06-08
* Disable precompilation for native_compute by default.Gravatar Guillaume Melquiond2015-05-14
* Make native compiler handle universe polymorphic definitions.Gravatar Maxime Dénès2015-01-17
* Update headers.Gravatar Maxime Dénès2015-01-12
* Fix for #3154: use CUnix.sys_command to call native compiler.Gravatar Maxime Dénès2014-12-16
* Fix #3824. de Bruijn error in normalization of fixpoints.Gravatar Maxime Dénès2014-11-23
* Fix missing lift in VM and native compiler (second part of #2729).Gravatar Maxime Dénès2014-10-22
* Porting Hugo's fix 98f3abb83a to native compiler.Gravatar Maxime Dénès2014-10-21
* Add a boolean to indicate the unfolding state of a primitive projection,Gravatar Matthieu Sozeau2014-09-27