aboutsummaryrefslogtreecommitdiffstats
path: root/riscV
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/kvx-work' into kvx-better2-cse3David Monniaux2020-12-029-239/+553
|\
| * Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepassDavid Monniaux2020-11-242-3/+14
| |\
| * | allow changing the target coreDavid Monniaux2020-10-222-120/+160
| * | attempt at modeling RocketDavid Monniaux2020-10-221-0/+83
| * | proves op_valid_pointer_eq lemma for RISC-V (necessary for the pre-pass sched...Sylvain Boulmé2020-10-171-0/+10
| * | so that all architectures compileDavid Monniaux2020-10-022-8/+16
| * | Merge remote-tracking branch 'origin/kvx-work-riscV' into kvx-test-prepassDavid Monniaux2020-09-216-239/+390
| |\ \
| | * | risc-V now without trapping instructionsDavid Monniaux2020-09-214-74/+90
| | * | moved Risc-V div ValueAOp to central locationDavid Monniaux2020-09-211-293/+0
| | * | maketotal mod & divDavid Monniaux2020-09-216-165/+593
| * | | wrong resourcesDavid Monniaux2020-09-181-1/+1
| * | | EH1 schedulingDavid Monniaux2020-09-181-5/+18
| * | | bogus OpWeights for Risc-VDavid Monniaux2020-09-181-0/+19
| |/ /
* | | op_depends_on_memory_correctDavid Monniaux2020-11-251-6/+24
* | | cond_valid_pointer_eqDavid Monniaux2020-11-251-0/+10
* | | pointer_eq copiedDavid Monniaux2020-11-251-0/+10
| |/ |/|
* | fix bug #223 on Risc-VDavid Monniaux2020-11-232-3/+14
|/
* Adding copyrightsCyril SIX2020-05-043-0/+38
* Merge remote-tracking branch 'origin/mppa-licm' into mppa-featuresDavid Monniaux2020-04-202-3/+11
|\
| * test whether the instructions are allowedDavid Monniaux2020-04-191-0/+2
| * porting to ppc riscV x86David Monniaux2020-04-011-3/+9
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-threadDavid Monniaux2020-04-085-207/+329
|\|
| * Merge branch 'dm-leaf' of https://github.com/monniaux/CompCert into mppa-workDavid Monniaux2020-03-261-7/+10
| |\
| | * Update the RISC-V calling conventions, continued (#227)Xavier Leroy2020-03-021-7/+10
| * | riscV/DuplicateOpcodeHeuristic.mlDavid Monniaux2020-03-171-3/+27
| * | fixes for risc-VDavid Monniaux2020-03-031-1/+1
| * | fix for risc-VDavid Monniaux2020-03-031-9/+7
| * | fixed CSE2 for mppa_k1cDavid Monniaux2020-03-032-0/+149
| |\ \
| | * | CSE2 alias analysis for Risc-VDavid Monniaux2020-03-032-0/+149
| | |/
| * | Merge branch 'mppa-cse2' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-03-0311-39/+189
| |\ \ | | |/ | |/|
| * | Update the RISC-V calling conventions (#221)Xavier Leroy2020-02-262-137/+149
| * | Platform-independent implementation of Conventions.size_arguments (#222)Xavier Leroy2020-02-241-64/+0
* | | Merge branch 'mppa-work' into mppa-threadCyril SIX2020-02-253-13/+18
|\ \ \
| * | | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2020-02-243-13/+18
| |\| | | | |/ | |/|
| | * Cosmetic: in OCaml code, write "open! Module" instead of "open !Module"Xavier Leroy2020-02-211-1/+1
| | * Support re-normalization of values returned by function callsXavier Leroy2020-02-211-0/+6
| | * Refine the type of function results in AST.signatureXavier Leroy2020-02-212-12/+11
* | | fixes for aarch64 arm ppc ppc64David Monniaux2020-02-241-1/+3
|/ /
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2020-02-081-2/+2
|\|
| * Incorrect computation of extra stack size for vararg calls in RISC-V (#213)Bernhard Schommer2020-02-051-2/+2
* | stubs to keep compiling on architectures not K1cDavid Monniaux2020-02-071-0/+3
* | Merge branch 'dm-div2' of https://github.com/monniaux/CompCert into mppa-workDavid Monniaux2020-01-153-28/+51
|\ \
| * | 64-bit signed division by two codeDavid Monniaux2020-01-143-14/+26
| * | rv32: 3-instruction signed divide-by-two sequence (as opposed to 4)David Monniaux2020-01-143-14/+25
| |/
| * Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-033-1/+7
| * Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-213-7/+1
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-non-trapping-loadDavid Monniaux2019-12-021-0/+2
|\ \
| * | fix compile for rv32David Monniaux2019-10-161-0/+2
| * | [regression to check!] Merge tag 'v3.6' into mppa-workCyril SIX2019-10-162-22/+6
| |\|
* | | trapping ops on rvDavid Monniaux2019-09-241-0/+30