aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bringing back the ppc64 runtimeDavid Monniaux2020-02-095-0/+440
* Merge remote-tracking branch 'origin/mppa-work' into mppa-work-upstream-mergeDavid Monniaux2020-02-0817-0/+1430
|\
| * why did we remove the ppc runtime ?!David Monniaux2020-02-0817-0/+1430
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2020-02-0812-54/+84
|\ \ | |/ |/|
| * Added base address if needed.Bernhard Schommer2020-02-063-33/+53
| * Compatibility with OCaml 4.10 (#214)Xavier Leroy2020-02-063-7/+7
| * Revised menhirLib autoconfiguration (#331)Xavier Leroy2020-02-053-5/+9
| * Support Coq 8.11.0 (#212)Xavier Leroy2020-02-054-2/+8
| * Incorrect computation of extra stack size for vararg calls in RISC-V (#213)Bernhard Schommer2020-02-051-2/+2
| * Reduce the checking time for the "decidable_equality_from" tacticxavier.leroy2020-01-301-4/+5
* | stubs to keep compiling on architectures not K1cDavid Monniaux2020-02-075-0/+15
* | Merge branch 'mppa-fixing-bundling' into mppa-workCyril SIX2020-02-064-67/+87
|\ \
| * | Fixing maddw and maddd resource tablesCyril SIX2020-02-061-2/+19
| * | Using Ocaml type instead of string to identify resourcesCyril SIX2020-02-061-35/+36
| * | Fixed reservation tablesCyril SIX2020-02-061-44/+46
| * | Breaking the prologue to satisfy resource constraintsCyril SIX2020-02-061-1/+1
| * | Fixed using ccomp assembly preprocessorCyril SIX2020-02-061-3/+3
| * | Using k1-elf-as instead of k1-cos-gcc for assemblingCyril SIX2020-02-031-2/+2
* | | accessors for records are now not extracted it seemsDavid Monniaux2020-02-061-3/+3
|/ /
* | Added flag to desactivate condition inversionCyril SIX2020-02-033-1/+6
* | Adding threshold to duplicate instructionsCyril SIX2020-01-311-6/+12
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-duplicate-oracleCyril SIX2020-01-277-42/+187
|\ \
| * | Updated scripts to run the tests on test/mppaCyril SIX2020-01-275-7/+19
| * | Hardware runs for test/mppa/interopCyril SIX2020-01-271-24/+113
| * | New directive hardtest and hardcheck to run on hardware test/mppa/instrCyril SIX2020-01-271-11/+55
* | | Tail duplication optimization defaulting to offCyril SIX2020-01-272-2/+1
* | | Added a flag to desactivate tail duplicationCyril SIX2020-01-275-6/+17
* | | Added debug message when inverting ifso ifnotCyril SIX2020-01-241-1/+3
* | | Oracle inverting branches when trace does not go in fallthruCyril SIX2020-01-241-2/+21
* | | Revert "Modified the hook for the oracle"Cyril SIX2020-01-233-12/+8
* | | Verificator finished for handling reversed IcondCyril SIX2020-01-232-11/+18
* | | Added clause in match_inst to allow Icond reversalCyril SIX2020-01-231-4/+13
* | | Modified the hook for the oracleCyril SIX2020-01-233-8/+12
* | | Fixing bug caused by get_predecessors returning duplicatesCyril SIX2020-01-231-5/+8
* | | Printing traces right before duplicatingCyril SIX2020-01-231-5/+2
* | | Fixing bug (used physical instead of structural inequality)Cyril SIX2020-01-221-1/+2
* | | Merge branch 'mppa-work' into mppa-duplicate-oracleCyril SIX2020-01-2226-68/+1905
|\| |
| * | Added description for forward movesCyril SIX2020-01-171-0/+1
| * | Merge branch 'dm-div2' of https://github.com/monniaux/CompCert into mppa-workDavid Monniaux2020-01-1512-60/+419
| |\ \
| | * | 2-instruction signed division by two on Aarch64David Monniaux2020-01-153-24/+54
| | * | ARM generation of 2-instruction signed division by 2 (as opposed to 3-instruc...David Monniaux2020-01-142-3/+24
| | * | 64-bit signed division by two codeDavid Monniaux2020-01-143-14/+26
| | * | shrxl_shrl_3David Monniaux2020-01-141-0/+52
| | * | shrx'1_shr'David Monniaux2020-01-141-1/+127
| | * | rv32: 3-instruction signed divide-by-two sequence (as opposed to 4)David Monniaux2020-01-143-14/+25
| | * | shrx_shr_3David Monniaux2020-01-141-0/+54
| | * | shrx1_shrDavid Monniaux2020-01-141-0/+51
| | |/
| | * 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