aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating test/monniaux/README.mdCyril SIX2019-11-261-28/+39
* build_benches.sh adapting to number of coresCyril SIX2019-11-261-2/+3
* run-benches.sh adapting to number of CPU coresCyril SIX2019-11-261-1/+4
* Duplicateproof: minor editSylvain Boulmé2019-11-261-3/+4
* Fixing pcre2 (but it is bugged in GCC?)Cyril SIX2019-11-222-36/+5
* benches += ncompressCyril SIX2019-11-222-52/+4
* Real cleanCyril SIX2019-11-221-1/+1
* benches += tiffCyril SIX2019-11-223-49/+4
* Adding the new benches to benches.shCyril SIX2019-11-221-1/+1
* benchmarks += ocamlCyril SIX2019-11-221-30/+3
* Fixing zlibCyril SIX2019-11-193-0/+541
* Adding zlibCyril SIX2019-11-151-49/+57
* 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