aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding jpeg-6b benchmarkCyril SIX2019-11-152-32/+50
* simplification of Duplicate: remove xfunctionSylvain Boulmé2019-11-142-187/+154
* fixing a potential inconsistency from unsafe_coerceSylvain Boulmé2019-11-142-7/+13
* removing Focus (deprecated)Sylvain Boulmé2019-11-141-2/+2
* Correcting typo in rules.mkCyril SIX2019-11-131-1/+1
* Putting back the building rules for the paper (rules.mk)Cyril SIX2019-11-131-11/+11
* Removing clutter from building + running benchesCyril SIX2019-11-134-7/+21
* Merge remote-tracking branch 'origin/mppa-duplicate-rtl-alt' into mppa-workCyril SIX2019-10-242-60/+77
|\
| * An alternative proof where the match_state does not depend on the translationSylvain Boulmé2019-10-232-60/+77
* | Scaling down forgotten tests -> test/c/ operationalCyril SIX2019-10-227-3/+27
* | Un espace en tropCyril SIX2019-10-211-1/+1
* | Adding MPPA endianess in test/endian.hCyril SIX2019-10-211-1/+1
* | fix compile for rv32David Monniaux2019-10-161-0/+2
* | eq_condition already existedDavid Monniaux2019-10-163-8/+2
* | [regression to check!] Merge tag 'v3.6' into mppa-workCyril SIX2019-10-1681-295/+16215
|\ \
| * | 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
| | * | Test for the compilation of floating-point literalsXavier Leroy2019-08-083-1/+562
| | * | AArch64 portXavier Leroy2019-08-0848-87/+14874
| | * | Relax lemma Val.zero_ext_and and add Val.zero_ext_andlXavier Leroy2019-08-071-2/+10
| | * | Factor out endianness determination between testsXavier Leroy2019-08-074-30/+14
| | * | ndfun: add support for guards on patternsXavier Leroy2019-08-071-5/+16
| | * | More lemmas about powers of 2Xavier Leroy2019-08-071-0/+14
| | * | Errors: fixed a loop in tactic MonadInvXavier Leroy2019-08-071-1/+1
| | * | Asmgenproof0: add predicate exec_straight0Xavier Leroy2019-08-071-0/+26
| | * | Values: add functions for zero- and sign-extension of 64-bit integersXavier Leroy2019-08-071-0/+12
| | * | Added Int.same_if_eqXavier Leroy2019-08-071-0/+5
| | * | Properties of combinations of shifts and zero-/sign-extensionXavier Leroy2019-08-071-0/+249
| | * | Define integer sign extension for zero bitsXavier Leroy2019-08-072-42/+57
| | * | Zbits.v: add bit extraction and bit insertionXavier Leroy2019-08-071-0/+57
| | * | x86: wrong expansion of __builtin_fmadd et alXavier Leroy2019-08-071-13/+19
| | * | Add support for Coq 8.10Xavier Leroy2019-08-071-2/+2
| | * | Coq 8.10 compatibility: (temporarily) silence new warningXavier Leroy2019-08-071-0/+1
| | * | Coq 8.10 compatibility: tweak Argument commandXavier Leroy2019-08-071-1/+1
| | * | Coq 8.10 compatibility: make explicit the "core" hint databaseXavier Leroy2019-08-078-23/+22
| | * | Simplify invocation of Emacs + Proof GeneralXavier Leroy2019-08-071-17/+3
* | | | Few minor other changes in proofCyril SIX2019-10-151-3/+3
* | | | More elaborate comments + rewriting for easier to understand Asmblockgenproof.vCyril SIX2019-10-151-145/+89
* | | | Fix for test/regression/struct2.cCyril SIX2019-10-141-1/+2
* | | | Tackling struct passing by value for the future K1C ABICyril SIX2019-10-143-2/+12
* | | | Explicitly naming SP_split_args for easier greppingCyril SIX2019-10-141-1/+1