| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update Fiona's name in copyright statements. | Diego Biurrun | 2014-07-01 | 1 | -1/+1 |
* | x86inc: Speed up assembling with Yasm | Loren Merritt | 2014-01-26 | 1 | -23/+23 |
* | x86: more AVX2 framework | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+11 |
* | x86inc: FMA3/4 Support | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+42 |
* | x86inc: Remove our FMA4 support | Derek Buitenhuis | 2013-10-14 | 1 | -11/+5 |
* | x86inc: Use VEX-encoded instructions in AVX functions | Henrik Gramner | 2013-10-14 | 1 | -84/+169 |
* | x86inc: Remove .rodata kludges | Henrik Gramner | 2013-10-09 | 1 | -11/+5 |
* | x86inc: remove misaligned cpu flag | Henrik Gramner | 2013-10-07 | 1 | -5/+4 |
* | x86inc: various minor backports from x264 | Jason Garrett-Glaser | 2013-10-07 | 1 | -4/+3 |
* | x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64" | Derek Buitenhuis | 2013-10-07 | 1 | -0/+2 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 1 | -37/+46 |
* | x86inc: create xm# and ym#, analagous to m# | Loren Merritt | 2013-10-07 | 1 | -1/+25 |
* | x86inc: fix some corner cases of SWAP | Loren Merritt | 2013-10-07 | 1 | -27/+27 |
* | x86inc: Use SSE instead of SSE2 for copying data | Henrik Gramner | 2013-10-07 | 1 | -2/+2 |
* | x86inc: Set ELF hidden visibility for global constants | Henrik Gramner | 2013-10-07 | 1 | -1/+5 |
* | x86inc: activate REP_RET automatically | Loren Merritt | 2013-10-07 | 1 | -5/+31 |
* | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | x86: Use simple nop codes for <= sse (rather than <= mmx) | Ronald S. Bultje | 2013-02-19 | 1 | -1/+1 |
* | x86inc: Add cvisible macro for C functions with public prefix | Diego Biurrun | 2013-01-18 | 1 | -14/+28 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -5/+5 |
* | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 1 | -1/+1 |
* | x86inc: Only define program_name if the macro is unset | Diego Biurrun | 2012-11-02 | 1 | -1/+3 |