aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-216-12/+12
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-2912-382/+382
* Changed cc_varargs to an option typeBernhard Schommer2020-12-251-5/+5
* Add __builtin_sqrt as synonymous for __builtin_fsqrtXavier Leroy2020-07-271-0/+1
* Add support for __builtin_fabsfXavier Leroy2020-07-271-0/+5
* Transform non-recursive Fixpoint into DefinitionXavier Leroy2020-06-211-1/+1
* Explicit error messages for ill-formed section attributes (#232)Bernhard Schommer2020-03-292-10/+23
* Define the semantics of `free(NULL)`, continuedXavier Leroy2020-03-021-1/+1
* Define the semantics of `free(NULL)` (#226)Xavier Leroy2020-03-021-14/+30
* Weaker ec_readonly condition over external calls (#225)Xavier Leroy2020-03-021-15/+33
* Refine the type of function results in AST.signatureXavier Leroy2020-02-219-80/+189
* Merge pull request #313 from AbsInt/aarch64Xavier Leroy2019-09-112-3/+23
|\
| * Relax lemma Val.zero_ext_and and add Val.zero_ext_andlXavier Leroy2019-08-071-2/+10
| * Errors: fixed a loop in tactic MonadInvXavier Leroy2019-08-071-1/+1
| * Values: add functions for zero- and sign-extension of 64-bit integersXavier Leroy2019-08-071-0/+12
| * Coq 8.10 compatibility: make explicit the "core" hint databaseXavier Leroy2019-08-072-6/+6
* | bswap builtins: give semantics to them, support bswap64 on all targetsBernhard Schommer2019-08-121-1/+23
* | Coq 8.10 compatibility: make explicit the "core" hint databaseXavier Leroy2019-08-052-6/+6
|/
* Give formal semantics to some built-in functions and run-time functionsXavier Leroy2019-07-173-8/+647
* Additional simulation diagrams for determinate source languagesXavier Leroy2019-06-061-0/+173
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-2/+2
* Support a "select" operation between two valuesXavier Leroy2019-05-201-0/+126
* Move Z definitions out of Integers and into ZbitsXavier Leroy2019-04-261-4/+5
* lib/Coqlib.v: remove defns about multiplication, division, modulusXavier Leroy2019-04-234-11/+11
* Replace nat_of_Z with Z.to_natXavier Leroy2019-04-234-20/+20
* Update the comment of the free operation (#277)chaomaer2019-03-251-1/+1
* Use `Program Instance` instead of `Instance` + refine mode (#261)Maxime Dénès2018-12-271-41/+53
* Resynchronize the LICENSE file and the license headers in individual files (#45)Xavier Leroy2018-01-052-0/+6
* Added simple div_one Theorem variants.Bernhard Schommer2017-12-011-0/+34
* Merge pull request #191 from sigurdschneider/masterXavier Leroy2017-10-201-1/+1
|\
| * Ensure FunInd or Recdef is imported if functional induction is usedSigurd Schneider2017-07-201-1/+1
* | New support for inserting ais-annotations.Bernhard Schommer2017-10-195-11/+13
* | Remove coq warnings (#28)Bernhard Schommer2017-09-229-131/+131
|/
* Constprop strength reduction (#17)Bernhard Schommer2017-07-121-0/+21
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-063-15/+20
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-039-271/+320
* Replace "Implicit Arguments" with "Arguments"Xavier Leroy2017-02-132-4/+4
* Use "Local" as prefixXavier Leroy2017-02-132-12/+10
* Revised elaboration of attributesXavier Leroy2017-01-312-3/+2
* remove unused file, update tests for arch-field of configuration filesMichael Schmidt2016-11-031-18/+0
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-0/+12
* Improve code generation for 64-bit signed integer divisionXavier Leroy2016-10-021-0/+100
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-019-401/+1004
* Implement support for big endian arm targets.Bernhard Schommer2016-08-051-3/+4
* Unwanted partial constant propagation in 64-bit integer arguments to builtinsXavier Leroy2016-07-081-1/+1
* Port to Coq 8.5pl2Xavier Leroy2016-07-084-33/+32
* common/Determinism.v: dual-license with GPLXavier Leroy2016-06-301-0/+3
* Stricter control of permissions in memory injections and extensionsXavier Leroy2016-06-222-7/+126
* Improved handling of "rotate left" and "rotate right" operatorsXavier Leroy2016-06-221-4/+7
* Introduce register pairs to describe calling conventions more preciselyXavier Leroy2016-05-172-188/+56