aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cbytegen.ml
Commit message (Expand)AuthorAge
* Merge PR #7768: Fix #7723 (vm_compute segfault and proof of false)Gravatar Pierre-Marie Pédrot2018-06-27
|\
| * Test file for #7723Gravatar Maxime Dénès2018-06-27
| * Fix #7723: vm_compute segfaults with universe polymorphismGravatar Maxime Dénès2018-06-27
* | Remove Sorts.contentsGravatar Gaëtan Gilbert2018-06-26
|/
* [VM] Rename reloc -> cenvGravatar Maxime Dénès2018-06-12
* Unify pre_env and envGravatar Maxime Dénès2018-05-28
* Make some comments more precise about compilation of cofixpointsGravatar Maxime Dénès2018-05-28
* Merge PR #6958: [lib] Move global options to their proper place.Gravatar Maxime Dénès2018-04-30
|\
* | Fix #6956: Uncaught exception in bytecode compilationGravatar Maxime Dénès2018-04-06
| * [lib] Move global options to their proper place.Gravatar Emilio Jesus Gallego Arias2018-04-02
|/
* Merge PR #6855: Update headers following #6543.Gravatar Maxime Dénès2018-03-05
|\
* \ Merge PR #935: Handling evars in the VMGravatar Maxime Dénès2018-03-04
|\ \
| * | Handling evars in the VM.Gravatar Pierre-Marie Pédrot2018-03-03
* | | [VM] Unify Const_sorts and Const_type, and remove Vsort.Gravatar Maxime Dénès2018-03-02
|/ /
| * Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
|/
* New IR in VM: Clambda.Gravatar Maxime Dénès2018-02-23
* Fix #6677: Critical bug with VM and universesGravatar Maxime Dénès2018-02-12
* [api] Move structures deprecated in the API to the core.Gravatar Emilio Jesus Gallego Arias2017-11-06
* [api] Deprecate all legacy uses of Names in core.Gravatar Emilio Jesus Gallego Arias2017-11-06
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* Clean up universes of constants and inductivesGravatar Amin Timany2017-06-16
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-29
|\
| * Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-10-26
| |\
* | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2016-10-24
|\| |
| | * Fix #5127 Memory corruption with the VMGravatar Maxime Dénès2016-10-24
| * | More comments in VM.Gravatar Maxime Dénès2016-10-19
* | | Merge PR #244.Gravatar Pierre-Marie Pédrot2016-09-08
|\ \ \ | |/ / |/| |
* | | Use a better data structure for VM compilation of free vars.Gravatar Pierre-Marie Pédrot2016-08-22
| * | Make the user_err header an optional parameter.Gravatar Emilio Jesus Gallego Arias2016-08-19
| * | Remove errorlabstrm in favor of user_errGravatar Emilio Jesus Gallego Arias2016-08-19
|/ /
* | errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* | A new infrastructure for warnings.Gravatar Maxime Dénès2016-06-29
* | [feedback] Add optional ?loc parameter to loggers.Gravatar Emilio Jesus Gallego Arias2016-06-25
* | Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
|/
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* bug fixes to vm computation + test cases.Gravatar Gregory Malecha2015-12-09
* Refine Gregory Malecha's patch on VM and universe polymorphism.Gravatar Maxime Dénès2015-10-28
* Adds support for the virtual machine to perform reduction of universe polymor...Gravatar Gregory Malecha2015-10-28
* Fixing some English misspelling.Gravatar Hugo Herbelin2015-07-29
* Fix handling of primitive projections in VM.Gravatar Maxime Dénès2015-07-05
* Add a Set Dump Bytecode command for debugging purposes.Gravatar Maxime Dénès2015-06-23
* fix code and bound for SWITCH instruction.Gravatar Benjamin Gregoire2015-03-30
* use a more compact representation of non-constant constructorsGravatar Benjamin Gregoire2015-03-27
* allows the vm to deal with inductive type with 8388607 constant constructors ...Gravatar Benjamin Gregoire2015-03-26
* Fix bug 4157,Gravatar Benjamin Gregoire2015-03-26
* Fix vm compiler to refuse to compile code making use of inductives withGravatar Matthieu Sozeau2015-03-25
* Fix some typos in comments.Gravatar Guillaume Melquiond2015-02-23
* Univs: Fix alias computation for VMs, computation of normal form ofGravatar Matthieu Sozeau2015-01-17
* Correct restriction of vm_compute when handling universe polymorphicGravatar Matthieu Sozeau2015-01-15
* Update headers.Gravatar Maxime Dénès2015-01-12