| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/x86inc: fix warnings when assembling with Nasm 2.15 | Henrik Gramner | 2020-07-12 | 1 | -16/+30 |
* | x86inc: Drop cpuflags_slowctz | Henrik Gramner | 2018-01-20 | 1 | -3/+2 |
* | x86inc: Correctly set mmreg variables | Henrik Gramner | 2018-01-20 | 1 | -51/+36 |
* | x86inc: Support creating global symbols from local labels | Henrik Gramner | 2018-01-20 | 1 | -1/+11 |
* | x86inc: Use .rdata instead of .rodata on Windows | Henrik Gramner | 2018-01-20 | 1 | -0/+4 |
* | x86inc: Enable AVX emulation for floating-point pseudo-instructions | Henrik Gramner | 2018-01-20 | 1 | -0/+32 |
* | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ... | James Almer | 2017-12-24 | 1 | -10/+16 |
* | x86inc: AVX-512 support | Henrik Gramner | 2017-12-24 | 1 | -33/+139 |
* | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6' | James Almer | 2017-09-26 | 1 | -2/+2 |
|\ |
|
| * | asm: Consistently uppercase SECTION markers | Diego Biurrun | 2017-02-03 | 1 | -1/+1 |
| * | x86inc: Avoid using eax/rax for storing the stack pointer | Henrik Gramner | 2017-01-09 | 1 | -0/+7 |
| * | x86inc: Enable AVX emulation in additional cases | Anton Mitrofanov | 2016-05-16 | 1 | -8/+13 |
| * | x86inc: Improve handling of %ifid with multi-token parameters | Anton Mitrofanov | 2016-05-16 | 1 | -2/+2 |
| * | x86inc: Fix AVX emulation of some instructions | Anton Mitrofanov | 2016-05-16 | 1 | -20/+24 |
| * | x86inc: Fix AVX emulation of scalar float instructions | Henrik Gramner | 2016-05-16 | 1 | -14/+14 |
| * | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-23 | 1 | -0/+23 |
| * | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-23 | 1 | -2/+4 |
| * | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-23 | 1 | -4/+2 |
| * | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-23 | 1 | -67/+67 |
| * | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-23 | 1 | -2/+5 |
| * | x86inc: Improve FMA instruction handling | Henrik Gramner | 2016-01-23 | 1 | -40/+37 |
| * | x86inc: Be more verbose in assertion failures | Henrik Gramner | 2016-01-23 | 1 | -1/+1 |
| * | x86inc: Make cpuflag() and notcpuflag() return 0 or 1 | Henrik Gramner | 2016-01-23 | 1 | -2/+3 |
| * | x86inc: Various minor backports from x264 | Henrik Gramner | 2015-08-13 | 1 | -11/+21 |
| * | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -12/+0 |
| * | x86inc: Disable vpbroadcastq workaround in newer yasm versions | Henrik Gramner | 2015-08-11 | 1 | -9/+11 |
| * | x86inc: Fix instantiation of YMM registers | Christophe Gisquet | 2015-08-11 | 1 | -1/+1 |
| * | x86inc: warn when instructions incompatible with current cpuflags are used | Anton Mitrofanov | 2015-08-11 | 1 | -288/+299 |
| * | x86inc: Support arbitrary stack alignments | Henrik Gramner | 2015-08-11 | 1 | -22/+40 |
| * | x86inc: warn if XOP integer FMA instruction emulation is impossible | Anton Mitrofanov | 2015-08-11 | 1 | -2/+5 |
| * | x86inc: Clear __SECT__ | Timothy Gu | 2015-05-28 | 1 | -1/+5 |
| * | x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags | Henrik Gramner | 2014-09-09 | 1 | -19/+22 |
| * | x86inc: Free up variable name "n" in global namespace | Loren Merritt | 2014-09-09 | 1 | -9/+9 |
| * | x86inc: Make ym# behave the same way as xm# | Henrik Gramner | 2014-09-09 | 1 | -4/+4 |
* | | x86inc: don't use read-only data sections on COFF targets | James Almer | 2017-06-27 | 1 | -0/+2 |
* | | x86inc: Add some additional cpuflag relations | Henrik Gramner | 2017-06-12 | 1 | -19/+19 |
* | | x86inc: Remove argument from WIN64_RESTORE_XMM | Anton Mitrofanov | 2017-06-09 | 1 | -9/+10 |
* | | x86inc: Prefer r14/r15 over r12/r13 on x86-64 | Henrik Gramner | 2017-06-09 | 1 | -8/+8 |
* | | x86inc: Make REP_RET identical to RET in SSSE3+ functions | Henrik Gramner | 2017-06-09 | 1 | -1/+1 |
* | | x86inc: Fix call with memory operands | Henrik Gramner | 2017-06-09 | 1 | -2/+6 |
* | | x86inc: Avoid using eax/rax for storing the stack pointer | Henrik Gramner | 2017-01-09 | 1 | -0/+7 |
* | | x86inc: Enable AVX emulation in additional cases | Anton Mitrofanov | 2016-04-20 | 1 | -8/+13 |
* | | x86inc: Improve handling of %ifid with multi-token parameters | Anton Mitrofanov | 2016-04-20 | 1 | -2/+2 |
* | | x86inc: Fix AVX emulation of some instructions | Anton Mitrofanov | 2016-04-20 | 1 | -20/+24 |
* | | x86inc: Fix AVX emulation of scalar float instructions | Henrik Gramner | 2016-04-20 | 1 | -14/+14 |
* | | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-21 | 1 | -0/+23 |
* | | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-21 | 1 | -2/+4 |
* | | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-21 | 1 | -4/+2 |
* | | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-21 | 1 | -67/+67 |
* | | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-21 | 1 | -2/+5 |