| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid range/overflow error after commit #49290 | pierre | 2021-04-30 | 1 | -2/+2 |
| * | * patch by J. Gareth Moreton: AArch64 "magic division" | florian | 2021-04-29 | 1 | -84/+319 |
| * | Use as-clang as idtxt for as_aarch64_clang_gas_info | pierre | 2021-04-28 | 1 | -1/+1 |
| * | Add -march=XXX option for aarch64 external assemblers | pierre | 2021-04-26 | 1 | -3/+41 |
| * | + Aarch64: directly inline code for frac(...) | florian | 2021-04-25 | 1 | -12/+36 |
| * | + Aarch64: use frintz for int(...) instead of creating a helper call | florian | 2021-04-25 | 1 | -1/+23 |
| * | * AArch64: fix storing a 32 bit value in the lower 32 bits of a 64 bit | jonas | 2021-04-19 | 1 | -1/+2 |
| * | * patch by J. Gareth Moreton: AArch64 OptPass1Shift register tracking fault... | florian | 2021-04-19 | 1 | -7/+15 |
| * | + Aarch64: completed LSE support for all interlocked operations | florian | 2021-04-16 | 5 | -13/+69 |
| * | * AArch64: fix spilling integer registers to stack offsets that cannot be | jonas | 2021-04-14 | 1 | -3/+5 |
| * | * AArch64: fixed spilling info for MOVK (part of mantis #38053) | jonas | 2021-04-14 | 1 | -1/+7 |
| * | + FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441) | jonas | 2021-04-10 | 2 | -1/+4 |
| * | * don't generate high-level CFI statements when the selected assembler | jonas | 2021-04-08 | 1 | -2/+2 |
| * | + Aarch64: create better code for not(<byte>) | florian | 2021-04-08 | 1 | -2/+7 |
| * | * Aarch64: support LSE instructions | florian | 2021-04-03 | 5 | -2/+101 |
| * | * Aarch64: cpu capabilites defines properly named | florian | 2021-04-02 | 1 | -9/+9 |
| * | + Aarch64: cpu_capabilities support | florian | 2021-04-02 | 2 | -4/+52 |
| * | * Aarch64: patch by J. Gareth Moreton: fix constant writing, resolves #38695 | florian | 2021-04-02 | 1 | -10/+11 |
| * | + added b.cc/b.cs support to AArch64 assembler reader (mantis #38485) | jonas | 2021-02-24 | 1 | -1/+10 |
| * | * more cfi support for aarch64 | florian | 2021-02-18 | 1 | -0/+4 |
| * | + generate initial cfi for aarch64 | florian | 2021-02-17 | 1 | -1/+1 |
| * | * Removed/ifdefed the assigned and unused variables. | yury | 2021-01-24 | 2 | -5/+0 |
| * | * Removed/ifdefed lots of unused variables. | yury | 2021-01-24 | 2 | -5/+0 |
| * | * patch by J. Gareth Moreton: aarch64 EXTDEBUG fixes and extensions, resolv... | florian | 2021-01-22 | 2 | -9/+14 |
| * | * Aarch64: fix 32 bit div operations with constant denominators, resolves #... | florian | 2020-12-18 | 1 | -8/+10 |
| * | Fix ash_savefregp_x handling, as revealed by range check error | pierre | 2020-12-14 | 1 | -1/+1 |
| * | * Initialize result out parameter by caling the constructor Init, not the... | pierre | 2020-12-07 | 1 | -1/+1 |
| * | + Aarch64: implemented FMovFMov2FMov, not yet used | florian | 2020-11-22 | 1 | -0/+21 |
| * | + Aarch64: call OptPass1FData for FMA instructions as well | florian | 2020-11-22 | 1 | -0/+5 |
| * | + implement prefetch intrinsic for aarch64 | florian | 2020-11-22 | 2 | -1/+42 |
| * | Move explicit typecast to after check to avoid RTE when compiled with -CR | pierre | 2020-11-09 | 1 | -1/+1 |
| * | Add explicit longint typecast to avoid range check errors with unwindrec lon... | pierre | 2020-10-28 | 1 | -3/+3 |
| * | + Add new LastCommonAsmOp constant to arm and aarch64 CPU targets. | pierre | 2020-10-19 | 1 | -3/+7 |
| * | * AArch64: added SIMD instructions (only plain ARMv8-A for now) | jonas | 2020-10-15 | 21 | -1031/+5529 |
| * | * use the name of the symbol instead of the name of the section as the later ... | svenbarth | 2020-10-14 | 1 | -1/+1 |
| * | * reset the stored symbol for SEH data once a new section is encountered | svenbarth | 2020-10-14 | 1 | -1/+5 |
| * | * when setting up the symbol for the SEH data don't check whether it is globa... | svenbarth | 2020-10-14 | 1 | -1/+2 |
| * | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 7 | -8/+8 |
| * | * patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch... | florian | 2020-09-27 | 1 | -37/+40 |
| * | + modified patch by J. Gareth Moreton: Aarch64: LDR/STR pairing optimisatio... | florian | 2020-09-22 | 1 | -0/+179 |
| * | * Aarc64: generate code for floating point exception checking which does no... | florian | 2020-09-15 | 1 | -7/+6 |
| * | Fix compilation with -dEXTDEBUG for aarch64 | pierre | 2020-08-25 | 1 | -3/+1 |
| * | + AAarch64: FMovFMov2FMov optimization | florian | 2020-08-16 | 1 | -1/+39 |
| * | * patch by J. Gareth Moreton: fix constant handling on aarch64, resolves #3... | florian | 2020-08-12 | 1 | -80/+143 |
| * | * reworked usage of tcgnotnode.handle_locjump | florian | 2020-08-05 | 1 | -1/+1 |
| * | * aarch64: correct paraloc^.def for LOC_REFERENCE parameters | jonas | 2020-08-04 | 1 | -0/+4 |
| * | * fixed allocation of function result location | jonas | 2020-07-25 | 1 | -1/+8 |
| * | + Aarch64: trgcpu.get_spill_subreg: return MM sub register correctly, resol... | florian | 2020-07-20 | 1 | -0/+10 |
| * | * made TAArch64ClangGASAssembler inherit from TAArch64Assembler and removed... | jonas | 2020-07-19 | 1 | -29/+1 |
| * | * mark all external assemblers using an LLVM tool using af_llvm | jonas | 2020-07-19 | 2 | -5/+53 |