aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | moved operators to specific file instead of common fileDavid Monniaux2019-04-271-55/+0
* | added code for extfzl/extfsl (not very useful since bitfields are limited to ...David Monniaux2019-04-251-2/+2
* | start of extfzl/extfslDavid Monniaux2019-04-251-0/+27
* | progressDavid Monniaux2019-04-251-0/+14
* | IT COMPILESDavid Monniaux2019-04-251-5/+5
* | begin bitfieldsDavid Monniaux2019-04-241-0/+15
* | fix for jump tablesv3.5_k1c_1.0David Monniaux2019-03-301-4/+1
* | FIXME: Jumptables have linking issues.David Monniaux2019-03-291-0/+4
* | begin jumptables (does not work)David Monniaux2019-03-211-5/+0
* | Merge branch 'master' into mppa_postpassCyril SIX2019-03-131-41/+53
|\|
| * Use `Program Instance` instead of `Instance` + refine mode (#261)Maxime Dénès2018-12-271-41/+53
* | Disable the generation of jump tables until issues are fixedDavid Monniaux2019-02-021-1/+6
|/
* 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
* Revise the Stacking pass and its proof to make it easier to adapt to 64-bit a...Xavier Leroy2016-04-271-0/+916
* Merge branch 'master' into cleanupBernhard Schommer2016-03-218-1966/+2166
|\
| * Merge pull request #93 from AbsInt/separate-compilationXavier Leroy2016-03-208-1964/+2164
| |\
| | * Put forward_simulation and backward_simulation in Prop instead of TypeXavier Leroy2016-03-062-303/+323
| | * Add support for EF_runtime externalsXavier Leroy2016-03-062-52/+33
| | * Globalenvs: adapt to new linking framework, and revise.Xavier Leroy2016-03-061-1146/+729
| | * AST: extend and adapt to the new linking framework.Xavier Leroy2016-03-061-460/+116
| | * The basic framework for linking and separate compilation.Xavier Leroy2016-03-061-0/+905
| | * Preliminaries: minor extensions to MemoryXavier Leroy2016-03-061-3/+58
| * | Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-151-2/+2
| |/
* | Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-6/+6