]> git.sesse.net Git - ffmpeg/history - libavutil/x86/x86inc.asm
x86inc: Fix AVX emulation of scalar float instructions
[ffmpeg] / libavutil / x86 / x86inc.asm
2016-05-16 Henrik Gramnerx86inc: Fix AVX emulation of scalar float instructions
2016-01-23 Geza Lorex86inc: Add debug symbols indicating sizes of compiled...
2016-01-23 Henrik Gramnerx86inc: Avoid creating unnecessary local labels
2016-01-23 Henrik Gramnerx86inc: Simplify AUTO_REP_RET
2016-01-23 Henrik Gramnerx86inc: Use more consistent indentation
2016-01-23 Henrik Gramnerx86inc: Preserve arguments when allocating stack space
2016-01-23 Henrik Gramnerx86inc: Improve FMA instruction handling
2016-01-23 Henrik Gramnerx86inc: Be more verbose in assertion failures
2016-01-23 Henrik Gramnerx86inc: Make cpuflag() and notcpuflag() return 0 or 1
2015-08-13 Henrik Gramnerx86inc: Various minor backports from x264
2015-08-11 Henrik Gramnerx86inc: Drop SECTION_TEXT macro
2015-08-11 Henrik Gramnerx86inc: Disable vpbroadcastq workaround in newer yasm...
2015-08-11 Christophe Gisquetx86inc: Fix instantiation of YMM registers
2015-08-11 Anton Mitrofanovx86inc: warn when instructions incompatible with curren...
2015-08-11 Henrik Gramnerx86inc: Support arbitrary stack alignments
2015-08-11 Anton Mitrofanovx86inc: warn if XOP integer FMA instruction emulation...
2015-05-28 Timothy Gux86inc: Clear __SECT__
2014-09-09 Henrik Gramnerx86inc: Make INIT_CPUFLAGS support an arbitrary number...
2014-09-09 Loren Merrittx86inc: Free up variable name "n" in global namespace
2014-09-09 Henrik Gramnerx86inc: Make ym# behave the same way as xm#
2014-07-01 Diego BiurrunUpdate Fiona's name in copyright statements.
2014-01-26 Loren Merrittx86inc: Speed up assembling with Yasm
2013-10-14 Jason Garrett-Glaserx86: more AVX2 framework
2013-10-14 Jason Garrett-Glaserx86inc: FMA3/4 Support
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-10-14 Henrik Gramnerx86inc: Use VEX-encoded instructions in AVX functions
2013-10-09 Henrik Gramnerx86inc: Remove .rodata kludges
2013-10-07 Henrik Gramnerx86inc: remove misaligned cpu flag
2013-10-07 Jason Garrett-Glaserx86inc: various minor backports from x264
2013-10-07 Derek Buitenhuisx86inc: Check for __OUTPUT_FORMAT__ having a value...
2013-10-07 Henrik Gramnerx86inc: Utilize the shadow space on 64-bit Windows
2013-10-07 Loren Merrittx86inc: create xm# and ym#, analagous to m#
2013-10-07 Loren Merrittx86inc: fix some corner cases of SWAP
2013-10-07 Henrik Gramnerx86inc: Use SSE instead of SSE2 for copying data
2013-10-07 Henrik Gramnerx86inc: Set ELF hidden visibility for global constants
2013-10-07 Loren Merrittx86inc: activate REP_RET automatically
2013-04-09 Christophe Gisquetx86inc: Fix number of operands for cmp* instructions
2013-02-19 Ronald S. Bultjex86: Use simple nop codes for <= sse (rather than ...
2013-01-18 Diego Biurrunx86inc: Add cvisible macro for C functions with public...
2013-01-18 Diego Biurrunx86inc: Rename "program_name" to "private_prefix"
2012-12-19 Ronald S. Bultjelavc: merge latest x86inc.asm fixes with x264
2012-12-13 Janne Grunaux86inc: fully concatenate tokens to fix macro expansion...
2012-12-12 Ronald S. Bultjex86inc: fix stack alignment on win64
2012-12-12 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2012-12-05 Justin Rugglesx86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume...
2012-11-11 Diego Biurrunx86inc: Set program_name outside of x86inc.asm
2012-11-02 Diego Biurrunx86inc: Only define program_name if the macro is unset
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-07-28 Loren Merrittx86inc: clip num_args to 7 on x86-32.
2012-07-28 Ronald S. Bultjex86inc: sync to latest version from x264.
2012-07-27 Justin Rugglesx86: add support for fmaddps fma4 instruction with...
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-03-15 Ronald S. Bultjex86inc: add *mp named argument support to DEFINE_ARGS.
2012-03-04 Loren Merrittx86inc: don't "bake" stack_offset in named arguments.
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-01-27 Ronald S. Bultjex86inc.asm: fix typo.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-11-27 Vitor Sessakx86inc: Flag shufps as an floating-point instruction...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.