index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cbytegen.ml
Age
Commit message (
Expand
)
Author
2018-07-26
Merge PR #8122: Fix #8119: anomalies in vm_compute with let and evars.
Maxime Dénès
2018-07-24
Fix #8119: anomalies in vm_compute with let and evars.
Pierre-Marie Pédrot
2018-07-24
VM: don't duplicate projection narg information in lproj/kproj
Gaëtan Gilbert
2018-06-27
Merge PR #7768: Fix #7723 (vm_compute segfault and proof of false)
Pierre-Marie Pédrot
2018-06-27
Test file for #7723
Maxime Dénès
2018-06-27
Fix #7723: vm_compute segfaults with universe polymorphism
Maxime Dénès
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-12
[VM] Rename reloc -> cenv
Maxime Dénès
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-05-28
Make some comments more precise about compilation of cofixpoints
Maxime Dénès
2018-04-30
Merge PR #6958: [lib] Move global options to their proper place.
Maxime Dénès
2018-04-06
Fix #6956: Uncaught exception in bytecode compilation
Maxime Dénès
2018-04-02
[lib] Move global options to their proper place.
Emilio Jesus Gallego Arias
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-04
Merge PR #935: Handling evars in the VM
Maxime Dénès
2018-03-03
Handling evars in the VM.
Pierre-Marie Pédrot
2018-03-02
[VM] Unify Const_sorts and Const_type, and remove Vsort.
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-23
New IR in VM: Clambda.
Maxime Dénès
2018-02-12
Fix #6677: Critical bug with VM and universes
Maxime Dénès
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2016-10-29
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-26
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-10-24
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-24
Fix #5127 Memory corruption with the VM
Maxime Dénès
2016-10-19
More comments in VM.
Maxime Dénès
2016-09-08
Merge PR #244.
Pierre-Marie Pédrot
2016-08-22
Use a better data structure for VM compilation of free vars.
Pierre-Marie Pédrot
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-06-25
[feedback] Add optional ?loc parameter to loggers.
Emilio Jesus Gallego Arias
2016-05-31
Feedback cleanup
Emilio Jesus Gallego Arias
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-09
bug fixes to vm computation + test cases.
Gregory Malecha
2015-10-28
Refine Gregory Malecha's patch on VM and universe polymorphism.
Maxime Dénès
2015-10-28
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-07-29
Fixing some English misspelling.
Hugo Herbelin
2015-07-05
Fix handling of primitive projections in VM.
Maxime Dénès
2015-06-23
Add a Set Dump Bytecode command for debugging purposes.
Maxime Dénès
2015-03-30
fix code and bound for SWITCH instruction.
Benjamin Gregoire
2015-03-27
use a more compact representation of non-constant constructors
Benjamin Gregoire
2015-03-26
allows the vm to deal with inductive type with 8388607 constant constructors ...
Benjamin Gregoire
2015-03-26
Fix bug 4157,
Benjamin Gregoire
2015-03-25
Fix vm compiler to refuse to compile code making use of inductives with
Matthieu Sozeau
2015-02-23
Fix some typos in comments.
Guillaume Melquiond
[next]