aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | CSE2 split in two filesDavid Monniaux2020-01-283-827/+838
* | progressDavid Monniaux2020-01-271-0/+467
* | use in transformationDavid Monniaux2020-01-271-3/+21
* | find_op_soundDavid Monniaux2020-01-271-1/+110
* | goes to the end but does not find available opsDavid Monniaux2020-01-271-13/+5
* | simpler definitionsDavid Monniaux2020-01-271-41/+24
* | static analysis doneDavid Monniaux2020-01-271-20/+7
* | kill_mem_soundDavid Monniaux2020-01-271-8/+59
* | renamed kill_reg into kill_memDavid Monniaux2020-01-271-11/+11
* | gen_oper_soundDavid Monniaux2020-01-271-1/+37
* | oper_soundDavid Monniaux2020-01-271-0/+27
* | oper1_soundDavid Monniaux2020-01-271-1/+10
* | arg replaceDavid Monniaux2020-01-271-1/+87
* | move soundDavid Monniaux2020-01-271-19/+85
* | begin proving stuffDavid Monniaux2020-01-271-0/+436
|/
* Remove __builtin_nop from list of x86 builtins.Bernhard Schommer2020-01-031-3/+0
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-0314-3/+33
* Added error for unknown builtin functions. (#208)Bernhard Schommer2019-12-211-1/+6
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-2114-33/+3
* The SP register has dwarf register number 31.Bernhard Schommer2019-12-111-1/+1
* Allow Coq 8.10.2.Bernhard Schommer2019-12-031-1/+1
* Fix for AArch64 alignment problem (#206)Bernhard Schommer2019-11-284-2/+13
* Added dwarf register numbers for aarch64Bernhard Schommer2019-11-281-3/+18
* Added back unused_ais_parameter warning.Bernhard Schommer2019-11-261-0/+1
* Simplified diagnostics module.Bernhard Schommer2019-11-251-118/+41
* Remove no longer needed file PrintLTLinBernhard Schommer2019-11-121-115/+0
* Use `intuition idtac` instead of `intuition` (#321)Vincent Laporte2019-11-121-1/+1
* Raise minimal required versions for OCaml and Coq (#203)Bernhard Schommer2019-10-311-9/+4
* More robust proof of `size_and` (#320)Frédéric Besson2019-10-301-4/+5
* Add support for Coq 8.10.1Xavier Leroy2019-10-281-2/+2
* clightgen: sanitize names of functions and global variablesXavier Leroy2019-10-282-4/+16
* Fix configure for coq 8.10.0Michael Schmidt2019-10-131-2/+2
* Make explicit the use of hints from OrderedType (#316)Vincent Laporte2019-10-024-15/+17
* Remove duplicated ticks.Bernhard Schommer2019-10-011-2/+2
* Use pointer type for evaluated constants.Bernhard Schommer2019-10-011-1/+1
* Various improvements for diagnostics.Bernhard Schommer2019-09-303-10/+34
* Added .gitattributes file.Bernhard Schommer2019-09-301-0/+3
* Functions that are extern should stay extern (#201)Bernhard Schommer2019-09-251-1/+1
* Model GPR0 in isel (#199)Xavier Leroy2019-09-172-2/+4
* Update for release 3.6v3.6Xavier Leroy2019-09-171-2/+3
* Revise the "bench" entries of the test suiteXavier Leroy2019-09-175-12/+110
* Updates in preparation for release 3.6Xavier Leroy2019-09-162-1/+63
* -dclight output: use nicer names for temporary variablesXavier Leroy2019-09-161-2/+11
* clightgen -dclight: print function parameters correctlyXavier Leroy2019-09-163-16/+35
* Reworked json export.Bernhard Schommer2019-09-125-78/+91
* Asmgenproof1: useless unfolding in proof scripts causing "omega" to failXavier Leroy2019-09-111-3/+3
* Merge pull request #313 from AbsInt/aarch64Xavier Leroy2019-09-1163-167/+15898
|\
| * AArch64: wrong expected type for arguments of Cmaskl{zero,notzero}xavier.leroy2019-08-312-4/+4
| * Offset out of range for ldp/stp instructionsxavier.leroy2019-08-231-1/+3
| * Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-176-16/+16