| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 11 | -12/+12 |
* | DynASM/ARM: Fix rollback for variant templates. | Mike Pall | 2014-12-27 | 1 | -1/+4 |
* | DynASM/ARM: Fix description shown for multi-element templates. | Mike Pall | 2014-12-03 | 1 | -1/+1 |
* | DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. | Mike Pall | 2014-09-22 | 1 | -0/+5 |
* | DynASM/x86: Add shld/shrd opcodes. | Mike Pall | 2014-09-21 | 1 | -0/+3 |
* | DynASM: Emit version check after .arch directive. | Mike Pall | 2014-03-06 | 1 | -5/+4 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 11 | -12/+12 |
* | DynASM: Emit #line <n> <file> instead of #<n> <file>. | Mike Pall | 2013-09-12 | 1 | -1/+1 |
* | DynASM/x64: Add VREG support to mov64. | Mike Pall | 2013-07-18 | 1 | -2/+8 |
* | DynASM/x86: Add lock prefix. | Mike Pall | 2013-06-24 | 1 | -1/+1 |
* | DynASM: Improve validation of local backwards relocations. | Mike Pall | 2013-03-17 | 4 | -4/+8 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 11 | -12/+12 |
* | DynASM/ARM: Fix conditional VFP instruction encoding. | Mike Pall | 2012-10-15 | 1 | -1/+4 |
* | DynASM/ARM: Add VFP instructions. | Mike Pall | 2012-07-29 | 2 | -49/+235 |
* | Change DynASM bit operations to use Lua BitOp. | Mike Pall | 2012-07-08 | 4 | -130/+105 |
* | DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf. | Mike Pall | 2012-06-12 | 1 | -4/+33 |
* | DynASM: Compatibility with minilua. | Mike Pall | 2012-06-09 | 1 | -3/+14 |
* | DynASM: Lua 5.2 compatibility fixes. | Mike Pall | 2012-02-17 | 2 | -3/+11 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 11 | -12/+12 |
* | MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes. | Mike Pall | 2012-01-23 | 2 | -4/+15 |
* | MIPS: Add DynASM MIPS module and encoding engine. | Mike Pall | 2011-12-16 | 2 | -0/+1363 |
* | PPC: Fix externally provided relocation offsets in DynASM. | Mike Pall | 2011-10-25 | 1 | -1/+1 |
* | PPC: Add y-bit variants of conditional branches to DynASM. | Mike Pall | 2011-09-05 | 1 | -0/+2 |
* | PPC: Add PPC disassembler. | Mike Pall | 2011-08-18 | 1 | -1/+1 |
* | Clarify name of MIT license. | Mike Pall | 2011-08-14 | 4 | -4/+4 |
* | PPC: Add mtcrf instruction to DynASM. | Mike Pall | 2011-08-10 | 1 | -1/+4 |
* | PPC: Fix range check for scaled immediates in DynASM. | Mike Pall | 2011-07-02 | 1 | -1/+4 |
* | ARM: Remove redundant parse_gpr() in DynASM. | Mike Pall | 2011-05-16 | 1 | -1/+0 |
* | RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7 | Mike Pall | 2011-05-05 | 5 | -14/+14 |
* | DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr. | Mike Pall | 2011-04-28 | 1 | -2/+3 |
* | ARM: Add GPR variants for shift aliases to DynASM. | Mike Pall | 2011-04-10 | 1 | -4/+11 |
* | ARM: Add pc-relative loads to DynASM. | Mike Pall | 2011-04-08 | 2 | -38/+52 |
* | ARM: Don't conditionalize non-opcodes in DynASM. | Mike Pall | 2011-04-04 | 1 | -1/+1 |
* | ARM: Fix escaping of opcodes in DynASM. | Mike Pall | 2011-04-03 | 1 | -2/+6 |
* | Clean up DynASM glue macros. Thanks to Josh Haberman. | Mike Pall | 2011-03-28 | 1 | -3/+20 |
* | ARM: Add support for ARM relocations to buildvm. | Mike Pall | 2011-03-26 | 1 | -1/+1 |
* | ARM: Add DynASM ARM module and encoding engine. | Mike Pall | 2011-03-23 | 3 | -4/+1379 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 7 | -19/+19 |
* | Whitespace. | Mike Pall | 2010-12-05 | 2 | -5/+5 |
* | PPC: Add better diagnostics to DynASM for reg/imm mismatches. | Mike Pall | 2010-09-14 | 1 | -1/+4 |
* | PPC: Teach DynASM to reject r0 for some operands. | Mike Pall | 2010-09-13 | 1 | -66/+70 |
* | Fix broken MSVC build. | Mike Pall | 2010-09-12 | 1 | -3/+3 |
* | PPC: Add missing PowerPC subtract mnemonics. | Mike Pall | 2010-08-29 | 1 | -0/+4 |
* | PPC: Amend DynASM PowerPC conditional branch instructions. | Mike Pall | 2010-08-28 | 1 | -9/+11 |
* | PPC: Add SPE instructions to DynASM PowerPC module. | Mike Pall | 2010-08-27 | 1 | -1/+287 |
* | PPC: Add DynASM PowerPC encoding engine. | Mike Pall | 2010-08-26 | 1 | -0/+408 |
* | PPC: Add DynASM PowerPC module. Standard instructions only. | Mike Pall | 2010-08-26 | 1 | -0/+926 |
* | Clean up some more DynASM target dependencies. | Mike Pall | 2010-08-08 | 2 | -6/+6 |
* | 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 | 5 | -8/+8 |