index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
nativecode.mli
Age
Commit message (
Expand
)
Author
2021-03-18
Remove useless prefix argument in native compilation.
Pierre-Marie Pédrot
2021-02-26
Delay the dynamic linking of native-code libraries until native_compute is ca...
Guillaume Melquiond
2021-02-24
Infrastructure for fine-grained debug flags
Maxime Dénès
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-03-18
Update headers in the whole code base.
Théo Zimmermann
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-05-19
Parameterize the constant_body type by opaque subproofs.
Pierre-Marie Pédrot
2018-07-03
Nativecode compile_mind, compile_mind_field: remove unused arguments
Gaëtan Gilbert
2018-06-05
More straightforward native compilation of primitive projections.
Pierre-Marie Pédrot
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
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
2016-01-20
Update copyright headers.
Maxime Dénès
2015-07-10
Native compiler: refactor code handling pre-computed values.
Maxime Dénès
2015-01-17
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-11-12
Cleaner interfaces for linking locations of native compiler.
Maxime Dénès
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
2013-12-28
Removing native_name reference from constant_body.
Maxime Dénès
2013-07-06
Fixing a bug in the native compiler, introduced by r16363, leading to undefined
mdenes
2013-03-25
Native compiler: hash-consing of generated code and values.
mdenes
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes