aboutsummaryrefslogtreecommitdiffstats
path: root/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into towards_3.10David Monniaux2021-10-291-2/+2
|\
| * Qualify `Instance` and `Program Instance` as `Global`Xavier Leroy2021-10-031-2/+2
* | Merge branch 'master' of https://github.com/AbsInt/CompCert into towards_3.10David Monniaux2021-09-242-4/+4
|\|
| * Fix wrong expansion of __builtin_memcpy_alignedXavier Leroy2021-09-231-2/+2
| * Int.sign_ext_shr_shl: weaker hypothesisXavier Leroy2021-08-221-2/+2
| * Use the LGPL instead of the GPL for dual-licensed filesXavier Leroy2021-05-084-16/+20
| * Support __builtin_unreachableXavier Leroy2021-05-021-0/+4
* | cleanupLéo Gourdin2021-09-011-1/+0
* | op simplify BTL introLéo Gourdin2021-07-201-0/+1
* | [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-015-16/+24
* | Merge branch 'master' into merge_master_8.13.1Sylvain Boulmé2021-03-2311-89/+90
|\|
| * Introduce and use PrintAsmaux.variable_sectionXavier Leroy2021-02-231-2/+2
| * Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-212-4/+4
| * Support re-normalization of function parameters at function entryXavier Leroy2021-01-161-1/+2
| * Replace `omega` tactic with `lia`Xavier Leroy2020-12-299-80/+80
| * Changed cc_varargs to an option typeBernhard Schommer2020-12-251-2/+2
* | fix ci ?Léo Gourdin2021-03-022-0/+2
* | Merge remote-tracking branch 'origin/kvx-work' into kvx-better2-cse3David Monniaux2020-12-087-46/+9
|\ \
| * | Merge github.com:AbsInt/CompCert into kvx-workv3.8_kvx_instructions_fixedDavid Monniaux2020-12-082-4/+6
| |\|
| | * ARM modeling of registers destroyed by pseudo-instructionsXavier Leroy2020-12-062-4/+6
| * | Merge branch 'kvx-work' into kvx-work-merge3.8Cyril SIX2020-12-044-3/+91
| |\ \
| * \ \ Merge branch 'master' (Absint 3.8) into kvx-work-merge3.8David Monniaux2020-11-186-42/+3
| |\ \ \ | | | |/ | | |/|
| | * | Support the use of already-installed MenhirLib and Flocq librariesXavier Leroy2020-09-211-2/+1
| | * | Add __builtin_sqrt as synonymous for __builtin_fsqrtXavier Leroy2020-07-271-1/+1
| | * | Move declarations of __builtin_clz* and __builtin_ctz* to C2C.mlXavier Leroy2020-07-271-13/+0
| | * | No need to process __builtin_fabs in $ARCH/Asmexpand.mlXavier Leroy2020-07-271-2/+0
| | * | Added missing hint database name.Bernhard Schommer2020-06-301-1/+1
| | * | Move shared code in new file.Bernhard Schommer2020-06-282-18/+0
| | * | Remove the `can_reserve_register` function.Bernhard Schommer2020-06-282-5/+0
| | * | Use Hashtbl.find_opt.Bernhard Schommer2020-06-281-1/+1
* | | | cond_depends_onDavid Monniaux2020-12-021-7/+7
* | | | Merge remote-tracking branch 'origin/kvx-work' into kvx-better2-cse3David Monniaux2020-12-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepassCyril SIX2020-12-011-1/+0
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/kvx-work' into kvx-test-prepassDavid Monniaux2020-11-242-3/+76
| |\ \ \ \
| * | | | | op_valid_pointer_eq armDavid Monniaux2020-10-191-0/+15
| * | | | | so that all architectures compileDavid Monniaux2020-10-021-0/+1
| | |_|/ / | |/| | |
* | | | | cond_valid_pointer_eqDavid Monniaux2020-11-251-0/+10
| |_|/ / |/| | |
* | | | pointer_eq copiedDavid Monniaux2020-11-251-0/+14
| |/ / |/| |
* | | bug #223 fix for ARMDavid Monniaux2020-11-232-3/+76
|/ /
* | Adding copyrightsCyril SIX2020-05-043-0/+38
* | 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
| |\ \