Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | DynASM/x86: Add AVX AES instructions. | Mike Pall | 2015-12-28 | 1 | -0/+6 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | DynASM/x64: Add full VREG support. | Mike Pall | 2015-12-28 | 1 | -30/+77 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-11-04 | 1 | -0/+1 |
|\| | |||||
| * | DynASM/x86: Add rdpmc instruction. | Mike Pall | 2015-11-04 | 1 | -0/+1 |
| | | | | | | | | Thanks to Cosmin Apreutesei. | ||||
* | | Whitespace. | Mike Pall | 2015-10-24 | 1 | -1/+1 |
| | | |||||
* | | DynASM: Bump version to 1.4. | Mike Pall | 2015-10-24 | 1 | -3/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | DynASM/x86: Add AVX and AVX2 opcodes. | Mike Pall | 2015-10-24 | 1 | -70/+332 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | DynASM/x86: Add AES-NI opcodes. | Mike Pall | 2015-10-24 | 1 | -0/+9 |
|/ | | | | Thanks to Peter Cawley. | ||||
* | DynASM/x86: Restrict shld/shrd to operands with same width. | Mike Pall | 2015-10-24 | 1 | -2/+2 |
| | | | | Thanks to Peter Cawley. | ||||
* | DynASM/x86: Fix some SSE instruction templates. | Mike Pall | 2015-10-24 | 1 | -3/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. | Mike Pall | 2014-09-22 | 1 | -0/+5 |
| | | | | Thanks to Cosmin Apreutesei. | ||||
* | DynASM/x86: Add shld/shrd opcodes. | Mike Pall | 2014-09-21 | 1 | -0/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | DynASM/x64: Add VREG support to mov64. | Mike Pall | 2013-07-18 | 1 | -2/+8 |
| | | | | Thanks to Peter Cawley. | ||||
* | DynASM/x86: Add lock prefix. | Mike Pall | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Change DynASM bit operations to use Lua BitOp. | Mike Pall | 2012-07-08 | 1 | -26/+26 |
| | |||||
* | DynASM: Lua 5.2 compatibility fixes. | Mike Pall | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7 | Mike Pall | 2011-05-05 | 1 | -3/+3 |
| | |||||
* | DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr. | Mike Pall | 2011-04-28 | 1 | -2/+3 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -4/+4 |
| | |||||
* | Whitespace. | Mike Pall | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | Cleanup library function caching in dasm_x86.lua. | Mike Pall | 2010-08-03 | 1 | -2/+1 |
| | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | Allow @ in DynASM globals. | Mike Pall | 2010-01-05 | 1 | -2/+2 |
| | |||||
* | Fix DynASM x64 encoding for qword-only instructions. | Mike Pall | 2009-12-28 | 1 | -9/+10 |
| | |||||
* | Ignore lea operand size in DynASM x86/x64. | Mike Pall | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | Fix memory operand sizes for some SSE ops in DynASM. | Mike Pall | 2009-12-21 | 1 | -7/+7 |
| | |||||
* | Allow quadword lea for DynASM x64. | Mike Pall | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | Cleanup DynASM action list flushes. | Mike Pall | 2009-12-16 | 1 | -4/+9 |
| | |||||
* | Fix handling of byte-addressable registers in DynASM x64. | Mike Pall | 2009-12-16 | 1 | -10/+24 |
| | |||||
* | Add support for rip-relative displacements to DynASM x64. | Mike Pall | 2009-12-16 | 1 | -8/+18 |
| | |||||
* | Warn about use of esp with DynASM x64. | Mike Pall | 2009-12-16 | 1 | -1/+3 |
| | |||||
* | Allow 32 bit regs for indexing even for DynASM x64. | Mike Pall | 2009-12-15 | 1 | -4/+5 |
| | |||||
* | Add usage message for mov64 to DynASM x64. | Mike Pall | 2009-12-15 | 1 | -0/+1 |
| | |||||
* | Add support for 64 bit immediates/displacements to DynASM x64. | Mike Pall | 2009-12-13 | 1 | -7/+47 |
| | |||||
* | Pick unused X char to force REX.W in DynASM x64. | Mike Pall | 2009-12-10 | 1 | -7/+7 |
| | |||||
* | Add 64 bit instruction templates to DynASM x64 and fix REX encoding. | Mike Pall | 2009-12-10 | 1 | -47/+66 |
| | |||||
* | Add REX encoding to DynASM x64. | Mike Pall | 2009-12-10 | 1 | -32/+45 |
| | |||||
* | Add DynASM x64 module (non-functional). Add extra x64 registers. | Mike Pall | 2009-12-10 | 1 | -19/+45 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+1799 |