| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Make DynASM conditionals available before .arch statement. | Mike Pall | 2009-12-15 | 1 | -1/+5 |
* | Add usage message for mov64 to DynASM x64. | Mike Pall | 2009-12-15 | 1 | -0/+1 |