summaryrefslogtreecommitdiff
path: root/dynasm/dasm_x86.lua
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* DynASM/x86: Add missing escape in pattern.Mike Pall2021-06-081-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* DynASM/x86: Add rdpmc instruction.Mike Pall2015-11-041-0/+1
* 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
* Bump all copyright dates to 2010.Mike Pall2010-01-091-2/+2
* Allow @ in DynASM globals.Mike Pall2010-01-051-2/+2
* Fix DynASM x64 encoding for qword-only instructions.Mike Pall2009-12-281-9/+10
* Ignore lea operand size in DynASM x86/x64.Mike Pall2009-12-271-1/+1
* Fix memory operand sizes for some SSE ops in DynASM.Mike Pall2009-12-211-7/+7
* Allow quadword lea for DynASM x64.Mike Pall2009-12-171-1/+1
* Cleanup DynASM action list flushes.Mike Pall2009-12-161-4/+9
* Fix handling of byte-addressable registers in DynASM x64.Mike Pall2009-12-161-10/+24
* Add support for rip-relative displacements to DynASM x64.Mike Pall2009-12-161-8/+18
* Warn about use of esp with DynASM x64.Mike Pall2009-12-161-1/+3
* Allow 32 bit regs for indexing even for DynASM x64.Mike Pall2009-12-151-4/+5
* Add usage message for mov64 to DynASM x64.Mike Pall2009-12-151-0/+1
* Add support for 64 bit immediates/displacements to DynASM x64.Mike Pall2009-12-131-7/+47
* Pick unused X char to force REX.W in DynASM x64.Mike Pall2009-12-101-7/+7
* Add 64 bit instruction templates to DynASM x64 and fix REX encoding.Mike Pall2009-12-101-47/+66
* Add REX encoding to DynASM x64.Mike Pall2009-12-101-32/+45
* Add DynASM x64 module (non-functional). Add extra x64 registers.Mike Pall2009-12-101-19/+45
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+1799