| Commit message (Expand) | Author | Age | Files | Lines |
| * | + some more change information entries added | florian | 2021-03-31 | 1 | -2/+2 |
| * | * prefetch instructions read only the operand | florian | 2021-03-30 | 1 | -6/+6 |
| * | * patch by Do-wan Kim: fix loop unrolling for try .. finally blocks in win32, | florian | 2021-03-26 | 1 | -2/+28 |
| * | * correctly allocate edx for mulx, resolves #38533 | florian | 2021-02-22 | 1 | -1/+1 |
| * | + AddLea2Lea optimization | florian | 2021-01-08 | 1 | -0/+2 |
| * | + patch by J. Gareth Moreton: Advanced MOVZX optimisations, resolves #38294 | florian | 2021-01-05 | 1 | -1/+7 |
| * | * Ch_ information for vreduce* fixed | florian | 2020-12-23 | 1 | -4/+4 |
| * | * i386 compilation fixed | florian | 2020-12-23 | 1 | -2/+4 |
| * | + patch by J. Gareth Moreton: some new x86 assembler optimizations, resolve... | florian | 2020-12-20 | 1 | -0/+4 |
| * | * improved change information | florian | 2020-12-15 | 1 | -6/+6 |
| * | * x86 change information updated | florian | 2020-12-06 | 1 | -18/+18 |
| * | -- Zusammenführen von r47033 bis r47401 in ».«: | florian | 2020-11-12 | 4 | -90/+244 |
| * | * use VPXORD in avx-512 mode as VPXOR does not work for the upper 16 registers | florian | 2020-11-09 | 1 | -0/+2 |
| * | + completed Ch_* information for VMOVD* | florian | 2020-11-07 | 1 | -6/+6 |
| * | * i386 can use only 8 mm registers with avx-512 | florian | 2020-11-04 | 1 | -2/+1 |
| * | + i386 supports also avx-512 | florian | 2020-11-04 | 1 | -8/+12 |
| * | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 7 | -16/+16 |
| * | * proper change information for avx-512 vcvt* instructions | florian | 2020-10-10 | 1 | -24/+24 |
| * | * use V* instructions if possible | florian | 2020-10-10 | 1 | -3/+1 |
| * | * load 0.0 by (V)XORPS/D instead of (V)PXOR in mm registers | florian | 2020-10-10 | 1 | -0/+4 |
| * | + support all XSAVE instructions, resolves #37864 | florian | 2020-10-03 | 7 | -1/+85 |
| * | * x86: ImulMov2Imul optimization | florian | 2020-09-25 | 1 | -0/+2 |
| * | * mark all external assemblers using an LLVM tool using af_llvm | jonas | 2020-07-19 | 1 | -0/+49 |
| * | * factored out OptPass1VPXor | florian | 2020-05-24 | 1 | -1/+2 |
| * | + x86: track use of full ymm registers and generate vzeroupper if needed | florian | 2020-05-24 | 1 | -0/+3 |
| * | + PXorPXor2PXor optimization | florian | 2020-05-18 | 1 | -0/+3 |
| * | * handle LOC_(C)SUBSETREG/REF in second_NegNot_assign | nickysn | 2020-05-07 | 1 | -21/+36 |
| * | + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym... | nickysn | 2020-04-25 | 1 | -0/+1 |
| * | * split i/t_darwin from i/t_bsd, as they don't have that much in common | jonas | 2020-03-29 | 1 | -0/+3 |
| * | * AArch64 and i386: omit exit stackframe, same as r44191 for x86-64 | florian | 2020-02-16 | 1 | -1/+8 |
| * | * disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does | jonas | 2020-01-29 | 1 | -2/+2 |
| * | * Removed lot of unused local vars. It is useful to turn on the notes in opti... | yury | 2020-01-28 | 2 | -5/+1 |
| * | * patch by J. Gareth Moreton: x86 SUB and LEA optimisations, resolves #36622 | florian | 2020-01-24 | 1 | -0/+2 |
| * | * patch by J. Gareth Moreton: get rid of another pass through the assembler... | florian | 2020-01-19 | 1 | -9/+7 |
| * | * patch by J. Gareth Moreton: EAX -> EDX:EAX sign extension shortcuts, and ... | florian | 2020-01-12 | 1 | -0/+2 |
| * | * Make Win32 SEH support enabled by default. If necessary to disable, compile... | joost | 2020-01-01 | 1 | -2/+2 |
| * | * common naming for fpu_none string | florian | 2019-12-24 | 1 | -1/+2 |
| * | + make use of mulx instruction, if available | florian | 2019-12-21 | 1 | -19/+48 |
| * | + MULX instruction | florian | 2019-12-21 | 1 | -1/+1 |
| * | * in PeepHoleOptPass1Cpu when an instruction contains a segment, don't replac... | svenbarth | 2019-12-20 | 1 | -5/+1 |
| * | * renamed abi_linux386_sysv to abi_i386_dynalignedstack, and also use it | jonas | 2019-12-05 | 1 | -1/+1 |
| * | * fix Linux/i386 and Win32 after r43578 | jonas | 2019-11-25 | 1 | -0/+1 |
| * | * cleaned up safecall support: use a hidden localvarsym instead of result | jonas | 2019-11-24 | 1 | -6/+0 |
| * | - removed code not used for years | florian | 2019-11-24 | 1 | -85/+0 |
| * | * factored out TX86AsmOptimizer.OptPass1Cmp | florian | 2019-11-24 | 1 | -78/+1 |
| * | o patch by J. Gareth Moreton, resolves #36352: | florian | 2019-11-24 | 1 | -139/+36 |
| * | Minimalist change to avoid Invalid Typecast error on class when compiled wit... | pierre | 2019-11-23 | 1 | -0/+2 |
| * | * ensure that the required functions are referenced for Win32 SEH for package... | svenbarth | 2019-11-21 | 1 | -9/+22 |
| * | * the VMT of the exception class needs to be referenced indirectly | svenbarth | 2019-11-21 | 1 | -2/+5 |
| * | * pushf/push cs on all platforms when directly calling an interrupt procedu... | florian | 2019-11-17 | 1 | -6/+5 |