index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cemitcodes.ml
Age
Commit message (
Expand
)
Author
2020-07-22
Remove redundant data from VM case switch.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add "==", "<", "<=" in PrimFloat.v
Erik Martin-Dorel
2019-11-01
Add next_{up,down} primitive float functions
Pierre Roux
2019-11-01
Implement classify on primitive float
Pierre Roux
2019-11-01
Add primitive floats to 'vm_compute'
Guillaume Bertholon
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-02-04
Primitive integers
Maxime Dénès
2018-09-17
[VM] Inject structured constants in values without reallocating them.
Maxime Dénès
2018-09-17
[VM] Move structured_constant to Vmvalues
Maxime Dénès
2018-07-24
VM: don't duplicate projection narg information in lproj/kproj
Gaëtan Gilbert
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-06-10
[VM] Remove projection names from structured constants.
Maxime Dénès
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-04-30
Wrap VM bytecode used on the OCaml side in an OCaml block.
Pierre-Marie Pédrot
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
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-14
Factorize the relocations in the on-disk VM representation.
Pierre-Marie Pédrot
2018-02-14
Use a more compact representation for bytecode relocations stored on disk.
Pierre-Marie Pédrot
2018-02-14
Do not use global variables for VM bytecode compilation in Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
Remove the unsafe bytes conversion function in Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
Move the call to the computation of bytecode inside Cemitcodes.
Pierre-Marie Pédrot
2018-02-14
Abstract further the type of VM bytecode compilation.
Pierre-Marie Pédrot
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-03-22
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-03-20
In the Kami project, that causes a stack overflow in one of the example files
Paul Steckler
2017-03-20
[misc] Remove warnings about String.set
Emilio Jesus Gallego Arias
2017-03-14
[safe_string] kernel/cemitcodes
Emilio Jesus Gallego Arias
2016-10-26
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-10-24
Fix #5127 Memory corruption with the VM
Maxime Dénès
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-27
Removing dead code.
Pierre-Marie Pédrot
2015-10-29
Merge branch 'v8.5'
Pierre-Marie Pédrot
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-10-16
Hashcons bytecode generated by the VM.
Pierre-Marie Pédrot
2015-10-16
Exporting a purely functional interface to bytecode patching.
Pierre-Marie Pédrot
2015-07-29
Fixing some English misspelling.
Hugo Herbelin
2015-07-22
Fix incomplete pattern-matching.
Matthieu Sozeau
2015-07-05
Fix handling of primitive projections in VM.
Maxime Dénès
2015-03-30
fix code and bound for SWITCH instruction.
Benjamin Gregoire
2015-03-26
allows the vm to deal with inductive type with 8388607 constant constructors ...
Benjamin Gregoire
2015-03-25
More clever representation of substituted Cemitcode.
Pierre-Marie Pédrot
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
[next]