index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
nativecode.ml
Age
Commit message (
Expand
)
Author
2021-02-24
Infrastructure for fine-grained debug flags
Maxime Dénès
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-11-12
Merge the Linked and LinkedInteractive constructors.
Pierre-Marie Pédrot
2020-11-12
Statically ensure that the native interactive flag is always set to true.
Pierre-Marie Pédrot
2020-11-12
Statically ensure that native update locations are of form Linked*.
Pierre-Marie Pédrot
2020-11-09
Remove the native symbol registering from the safe environment.
Pierre-Marie Pédrot
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Deprecate the non-qualified equality functions on kerpairs.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
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 primitive floats to 'native_compute'
Pierre Roux
2019-07-08
[core] [api] Support OCaml 4.08
Emilio Jesus Gallego Arias
2019-07-04
Merge PR #10359: Remove dependency of native_compile on global env for symbols
Maxime Dénès
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-11
Move type definition Nativecode.symbols to Nativevalues
Gaëtan Gilbert
2019-04-15
[native compiler] Encoding of constructors based on tags
Maxime Dénès
2019-04-15
[native compiler] Remove unused universe argument in Lmakeblock
Maxime Dénès
2019-04-15
[native compiler] Distinguish constant constructors in lambda code
Maxime Dénès
2019-04-14
[native compiler] Remove now unused Gconstruct
Maxime Dénès
2019-04-14
[native compiler] Remove `Lconstruct` from lambda code.
Maxime Dénès
2019-04-05
[native compiler] Fix critical bug with primitive projections
Maxime Dénès
2019-03-14
Repair relevance marks in-kernel.
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-09-05
Use more efficient accu check for cofix unfolding in native compilation.
Pierre-Marie Pédrot
2018-07-26
Fix #8121: anomalies in native_compute with let and evars.
Pierre-Marie Pédrot
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-13
Generate type-specific code for is_accu in native compilation of fixpoints.
Pierre-Marie Pédrot
2018-07-13
Store the {struct} inductive type in native fixpoint AST.
Pierre-Marie Pédrot
2018-07-13
Pass a proper environment to Nativelambda.lambda_of_constr.
Pierre-Marie Pédrot
2018-07-03
Nativecode compile_mind, compile_mind_field: remove unused arguments
Gaëtan Gilbert
2018-07-03
Nativecode.pp_mllam internal pp_letrec: remove unused argument.
Gaëtan Gilbert
2018-06-28
[env.env_rel_context.env_rel_ctx] -> [rel_context env]
Gaëtan Gilbert
2018-06-25
Fix equality check on global names from native compute.
Pierre-Marie Pédrot
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-23
Change the proj_ind field from MutInd.t to inductive.
Pierre-Marie Pédrot
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
2018-06-05
Use projection indices in native compilation rather than constant names.
Pierre-Marie Pédrot
2018-06-04
Fix #7631: native_compute fails to compile an example in Coq 8.8
Maxime Dénès
2018-05-31
Reduce circular dependency constants <-> projections
Gaëtan Gilbert
2018-05-28
Unify pre_env and env
Maxime Dénès
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-05
[native_compute] Fix handling of evars in conversion
Maxime Dénès
2018-01-29
[native_compute] Fix evaluation of cofixpoints under primitive projections.
Maxime Dénès
2017-12-29
Fast environment lookup for rels.
Pierre-Marie Pédrot
[next]