aboutsummaryrefslogtreecommitdiffstats
path: root/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mppa-licm' into mppa-featuresDavid Monniaux2020-04-202-3/+10
|\
| * test whether the instructions are allowedDavid Monniaux2020-04-191-0/+2
| * adapting new stuff for ARM and AArch64David Monniaux2020-04-011-3/+8
* | Merge remote-tracking branch 'origin/mppa-profiling' into mppa-featuresDavid Monniaux2020-04-125-2/+56
|\ \
| * | seems like the ARM profiling perhaps worksDavid Monniaux2020-04-114-2/+55
| * | missing cases preventing compilationDavid Monniaux2020-04-081-0/+1
| |/
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-threadDavid Monniaux2020-04-084-209/+171
|\|
| * DuplicateOpcodeHeuristic for ARMDavid Monniaux2020-03-171-3/+22
| * ported to armDavid Monniaux2020-03-031-9/+6
| * fixed CSE2 for mppa_k1cDavid Monniaux2020-03-032-0/+152
| |\
| | * CSE2 with alias analysisDavid Monniaux2020-03-031-0/+20
| | * CSE2 for ARMDavid Monniaux2020-03-031-0/+132
| * | Merge branch 'mppa-cse2' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-03-0311-14/+157
| |\ \ | | |/ | |/|
| * | Platform-independent implementation of Conventions.size_arguments (#222)Xavier Leroy2020-02-241-206/+0
* | | Merge branch 'mppa-work' into mppa-threadCyril SIX2020-02-252-15/+19
|\ \ \
| * | | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2020-02-242-15/+19
| |\| | | | |/ | |/|
| | * 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-15/+13
* | | fixes for aarch64 arm ppc ppc64David Monniaux2020-02-241-1/+1
* | | fix for x86+arm unsupported thread localDavid Monniaux2020-02-241-1/+3
|/ /
* | 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-152-3/+24
|\ \
| * | ARM generation of 2-instruction signed division by 2 (as opposed to 3-instruc...David Monniaux2020-01-142-3/+24
| |/
| * Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-034-1/+8
| * Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-214-8/+1
* | add: non trapping opsDavid Monniaux2019-09-231-0/+26
* | Merge tag 'v3.6_mppa_2019-09-20' of gricad-gitlab.univ-grenoble-alpes.fr:sixc...David Monniaux2019-09-202-20/+24
|\ \
| * | Merge tag 'v3.6' of https://github.com/AbsInt/CompCert into mppa-work-upstrea...David Monniaux2019-09-202-20/+24
| |\|
| | * Reworked json export.Bernhard Schommer2019-09-121-18/+22
| | * Merge pull request #313 from AbsInt/aarch64Xavier Leroy2019-09-111-2/+2
| | |\
| | | * Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-171-2/+2
| * | | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-workDavid Monniaux2019-09-101-1/+1
| |\| |
* | | | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-non-tra...David Monniaux2019-09-101-13/+14
|\ \ \ \ | | |/ / | |/| |
| * | | Compatibility for OCaml 4.08.1Bernhard Schommer2019-09-051-1/+1
* | | | fixes for ARMDavid Monniaux2019-09-075-21/+74
| |/ / |/| |
* | | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2019-08-281-0/+5
|\| |
| * | bswap builtins: give semantics to them, support bswap64 on all targetsBernhard Schommer2019-08-121-0/+5
| |/
* | helpers broke compilationDavid Monniaux2019-07-191-3/+1
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2019-07-198-41/+143
|\|
| * Give formal semantics to some built-in functions and run-time functionsXavier Leroy2019-07-173-15/+55
| * Remove the cparser/Builtins moduleXavier Leroy2019-07-171-2/+2
| * Add floating-point square root and fused multiply-addXavier Leroy2019-07-171-0/+5
| * Revised specification of NaN payload behaviorXavier Leroy2019-07-121-17/+39
| * Extended asm: print register names according to their typesXavier Leroy2019-06-171-3/+3
| * Perform constant propagation and strength reduction on conditional movesXavier Leroy2019-06-172-2/+36
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-workDavid Monniaux2019-06-061-1/+1
|\|
| * Added Pfmovite to list of known mnemonic names.Bernhard Schommer2019-06-061-1/+1
| * ARM: select is not supported at type TlongXavier Leroy2019-06-062-2/+11
* | Merge branch 'if-conversion' of https://github.com/AbsInt/CompCert into mppa-...David Monniaux2019-06-0313-25/+144
|\ \
| * | ARM: select is not supported at type TlongXavier Leroy2019-06-012-2/+11
| |/