aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_x86.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | DynASM/x86: Add endbr instruction.Mike Pall2024-01-221-0/+2
* | DynASM/x86: Allow [&expr] operand.Mike Pall2023-12-231-3/+7
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-06-081-1/+1
|\|
| * DynASM/x86: Add missing escape in pattern.Mike Pall2021-06-081-1/+1
* | DynASM: Bump version to 1.5.0.Mike Pall2021-05-021-3/+3
* | DynASM/x86: Fix x64 .aword refs. Add .qword, .quad, .addr and .long.Mike Pall2021-05-021-7/+35
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | DynASM/x86: Fix BMI instructions.Mike Pall2020-01-201-1/+1
* | DynASM/x86: Fix vroundps/vroundpd encoding.Mike Pall2018-08-221-2/+2
* | DynASM/x86: Add FMA3 instructions.Mike Pall2018-06-051-0/+67
* | DynASM/x86: Add BMI1 and BMI2 instructions.Mike Pall2018-02-271-0/+19
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | DynASM/x86: Add ADX instructions.Mike Pall2016-03-061-0/+4
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | DynASM/x86: Add AVX AES instructions.Mike Pall2015-12-281-0/+6
* | DynASM/x64: Add full VREG support.Mike Pall2015-12-281-30/+77
* | Merge branch 'master' into v2.1Mike Pall2015-11-041-0/+1
|\|
| * DynASM/x86: Add rdpmc instruction.Mike Pall2015-11-041-0/+1
* | Whitespace.Mike Pall2015-10-241-1/+1
* | DynASM: Bump version to 1.4.Mike Pall2015-10-241-3/+3
* | DynASM/x86: Add AVX and AVX2 opcodes.Mike Pall2015-10-241-70/+332
* | DynASM/x86: Add AES-NI opcodes.Mike Pall2015-10-241-0/+9
|/
* DynASM/x86: Restrict shld/shrd to operands with same width.Mike Pall2015-10-241-2/+2
* DynASM/x86: Fix some SSE instruction templates.Mike Pall2015-10-241-3/+3
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes.Mike Pall2014-09-221-0/+5
* DynASM/x86: Add shld/shrd opcodes.Mike Pall2014-09-211-0/+3
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* DynASM/x64: Add VREG support to mov64.Mike Pall2013-07-181-2/+8
* DynASM/x86: Add lock prefix.Mike Pall2013-06-241-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Change DynASM bit operations to use Lua BitOp.Mike Pall2012-07-081-26/+26
* DynASM: Lua 5.2 compatibility fixes.Mike Pall2012-02-171-1/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-051-3/+3
* DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr.Mike Pall2011-04-281-2/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-4/+4
* Whitespace.Mike Pall2010-12-051-1/+1
* Cleanup library function caching in dasm_x86.lua.Mike Pall2010-08-031-2/+1