| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-30 | Merge PR #9952: Remove `constr_of_global_in_context` | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-04-30 | [vm] Backport from OCaml | Pierre Roux | |
| Backport https://github.com/ocaml/ocaml/commit/71b94fa3e8d73c40e298409fa5fd6501383d38a6 and https://github.com/ocaml/ocaml/commit/d3e86fdfcc8f40a99380303f16f9b782233e047e from OCaml VM | |||
| 2019-04-30 | [vm] PPC64 registers | Pierre Roux | |
| Backport https://github.com/ocaml/ocaml/commit/c6ce97fe26e149d43ee2cf71ca821a4592ce1785 from OCaml VM | |||
| 2019-04-30 | [vm] ARM registers | Pierre Roux | |
| Backport https://github.com/ocaml/ocaml/commit/eb1922c6ab88e832e39ba3972fab619081061928 from OCaml VM | |||
| 2019-04-30 | [vm] Arm 64 registers | Pierre Roux | |
| Backport https://github.com/ocaml/ocaml/commit/055d5c0379e42b4f561cb1fc5159659d8e9a7b6f from OCaml VM | |||
| 2019-04-30 | [vm] x86_64 registers | Pierre Roux | |
| Backport https://github.com/ocaml/ocaml/commit/bc333918980b97a2c81031ec33e72a417f854376 from OCaml VM | |||
| 2019-04-29 | Merge PR #9925: [vm] Protect accu and coq_env | Maxime Dénès | |
| Ack-by: Zimmi48 Reviewed-by: maximedenes Ack-by: proux01 Reviewed-by: vbgl | |||
| 2019-04-23 | Merge PR #9962: [native compiler] Encoding of constructors based on tags | Pierre-Marie Pédrot | |
| Ack-by: maximedenes Reviewed-by: ppedrot | |||
| 2019-04-16 | [doc] [kernel] Add docstrings for native interface functions. | Emilio Jesus Gallego Arias | |
| 2019-04-16 | Better error message when OCaml compiler not found for native compute | Maxime Dénès | |
| Fixes #6699 | |||
| 2019-04-15 | [vm] Protect accu and coq_env | Pierre Roux | |
| Protect accu and coq_env against GC calls in the VM when calling primitive integer functions on 32 bits architecture. | |||
| 2019-04-15 | [native compiler] Encoding of constructors based on tags | Maxime Dénès | |
| This serves two purposes: 1. It makes the native compiler use the same encoding and lambda-representation as the bytecode compiler 2. It avoid relying on fragile invariants relating tags and constructor indices. For example, previously, the mapping from indices to tags had to be increasing. | |||
| 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 | |
| This is a step towards unifying the higher level ILs of the native and bytecode compilers. See https://github.com/coq/coq/projects/17 | |||
| 2019-04-12 | Remove `constr_of_global_in_context` | Maxime Dénès | |
| This function seems unused. | |||
| 2019-04-05 | [native compiler] Fix critical bug with primitive projections | Maxime Dénès | |
| Since e1e7888, stuck projections were not computed correctly. Fixes #9684 | |||
| 2019-03-31 | Merge PR #9800: Less conv_tab allocations when pushing relevances, esp ↵ | Pierre-Marie Pédrot | |
| skip_pattern Reviewed-by: ppedrot | |||
| 2019-03-28 | [dune] Don't have `lib` depend on `dynlink` | Emilio Jesus Gallego Arias | |
| This is convenient for the bootstrap of `coqdep` | |||
| 2019-03-22 | Merge PR #9602: [kernel] termination checking: backtrack on stuck case, fix, ↵ | Maxime Dénès | |
| proj Ack-by: gares Reviewed-by: mattam82 Reviewed-by: maximedenes | |||
| 2019-03-20 | Merge PR #9776: [kernel] Fix compare_head_gen_leq_with to use [leq] on ↵ | Gaëtan Gilbert | |
| applications Reviewed-by: SkySkimmer | |||
| 2019-03-18 | [kernel] Fix compare_head_gen_leq_with to use [leq] on applications | Matthieu Sozeau | |
| This fixes an incompleteness of subtyping on cumulative inductives, where I@{i} A <= I@{j} A should imply i <= j, i = j or no relation depending on the variance of I's universe. | |||
| 2019-03-18 | Less conv_tab allocations when pushing relevances, esp skip_pattern | Gaëtan Gilbert | |
| 2019-03-18 | Remove Term_typing.translate_mind indirection | Gaëtan Gilbert | |
| 2019-03-18 | Merge PR #9740: Make NotConvertibleVect exception internal to typeops | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-03-14 | Put [@inline] on CClosure.Mark functions | Gaëtan Gilbert | |
| 2019-03-14 | Switch order eqappr/check relevance in conversion. | Gaëtan Gilbert | |
| This takes advantage of the mutability of the fconstr relevance mark. | |||
| 2019-03-14 | mutable relevance marks in fconstr | Gaëtan Gilbert | |
| 2019-03-14 | Repair relevance marks in-kernel. | Gaëtan Gilbert | |
| Prevent errors when under annotating binders. | |||
| 2019-03-14 | Enable proof irrelevance for SProp. | Gaëtan Gilbert | |
| 2019-03-14 | Inductives in SProp, forbid primitive records with only sprop fields | Gaëtan Gilbert | |
| For nonsquashed: Either - 0 constructors - primitive record | |||
| 2019-03-14 | Add relevance marks on binders. | Gaëtan Gilbert | |
| Kernel should be mostly correct, higher levels do random stuff at times. | |||
| 2019-03-14 | Add a non-cumulative impredicative universe SProp. | Gaëtan Gilbert | |
| Note currently it's impossible to define inductives in SProp because indtypes.ml and the pretyper aren't fully plugged. | |||
| 2019-03-14 | Make Sorts.t private | Gaëtan Gilbert | |
| 2019-03-11 | Make NotConvertibleVect exception internal to typeops | Gaëtan Gilbert | |
| 2019-03-11 | Nicer error for bad primitive types (through type_errors etc) | Gaëtan Gilbert | |
| 2019-03-11 | Remove unused Retroknowledge.Register_inline | Gaëtan Gilbert | |
| This operation is done directly in Safe_typing.register_inline and has nothing to do with retroknowledge afaict. | |||
| 2019-03-06 | Merge PR #9476: Constructor type information uses the expanded form. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2019-03-01 | [Kernel] Simpler generation of opcode files | Vincent Laporte | |
| Files kernel/copcodes.ml, kernel/byterun/coq_instruct.h, and kernel/byterun/coq_jumptbl.h are generated by a simple OCaml program rather than a pipeline of sed and awk text processing. | |||
| 2019-03-01 | write_uint63.ml: add header | Vincent Laporte | |
| 2019-02-28 | Constructor type information uses the expanded form. | Pierre-Marie Pédrot | |
| It used to simply remember the normal form of the type of the constructor. This is somewhat problematic as this is ambiguous in presence of let-bindings. Rather, we store this data in a fully expanded way, relying on rel_contexts. Probably fixes a crapload of bugs with inductive types containing let-bindings, but it seems that not many were reported in the bugtracker. | |||
| 2019-02-26 | Fix #9526: Registering inductives for primitive integers doesn't check enough | Maxime Dénès | |
| 2019-02-25 | [kernel] termination checking backtracks on stuck primitive projection | Enrico Tassi | |
| 2019-02-25 | [kernel] termination checking backtracks on stuck fix | Enrico Tassi | |
| 2019-02-22 | [kernel] termination checking backtracks on stuck case | Enrico Tassi | |
| The strategy is to backtrack when a constant is in head position: we first try to see if the arguments are guarded, if not we unfold. Since `Case` is represented as a head (rather than as a context as the reduction machine does) we did not backtrack there and reduce (including delta) the scrutinized in order to fire the iota redex. This commit adds a choice point in that specific case, and reduces eagerly (not step by step) the scrutinized in case of failure. | |||
| 2019-02-17 | Separate variance and universe fields in inductives. | Gaëtan Gilbert | |
| I think the usage looks cleaner this way. | |||
| 2019-02-11 | Fix #9527: unknown evar in nonterminating [fix] error. | Gaëtan Gilbert | |
| 2019-02-08 | Remove global output_native_objects flag. | Gaëtan Gilbert | |
| 2019-02-05 | Merge PR #9373: Kernel: don't automatically downgrade ill-shaped primitive ↵ | Pierre-Marie Pédrot | |
| records Reviewed-by: ppedrot | |||
