summaryrefslogtreecommitdiff
path: root/libavutil/x86/x86inc.asm
Commit message (Expand)AuthorAge
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-05-16
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-05-16
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-05-16
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-05-16
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-23
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-23
* x86inc: Use more consistent indentationHenrik Gramner2016-01-23
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-23
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-23
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-23
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-23
* x86inc: Various minor backports from x264Henrik Gramner2015-08-13
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-11
* x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-11
* x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-11
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-11
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-11
* x86inc: Clear __SECT__Timothy Gu2015-05-28
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-09
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-09
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-09
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-26
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-14
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-14
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-14
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-14
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-09
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-07
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-07
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-07
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-07
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-07
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-07
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-07
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-09
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-19
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-18
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje2012-12-19
* x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau2012-12-13
* x86inc: fix stack alignment on win64Ronald S. Bultje2012-12-12
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-12
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-05
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-11
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-02