Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 11 | -12/+12 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 11 | -12/+12 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 11 | -12/+12 |
| | |||||
* | DynASM/x86: Add missing escape in pattern. | Mike Pall | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 11 | -12/+12 |
| | |||||
* | Minor changes and https-ify links. | Mike Pall | 2020-10-12 | 1 | -2/+2 |
| | |||||
* | DynASM/x86: Fix VREG support. | Mike Pall | 2020-09-12 | 1 | -4/+7 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 11 | -12/+12 |
| | |||||
* | DynASM/MIPS: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
| | | | | | Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte. | ||||
* | DynASM/PPC: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
| | | | | | Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte. | ||||
* | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 4 | -2/+16 |
| | |||||
* | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 2017-09-20 | 1 | -1/+2 |
| | | | | Thanks to Joshua Haberman. | ||||
* | DynASM: Fix warning. | Mike Pall | 2017-03-08 | 1 | -1/+2 |
| | |||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 11 | -12/+12 |
| | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 11 | -12/+12 |
| | |||||
* | DynASM/x86: Add rdpmc instruction. | Mike Pall | 2015-11-04 | 1 | -0/+1 |
| | | | | Thanks to Cosmin Apreutesei. | ||||
* | 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 | 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 |
| | | | | Thanks to Cosmin Apreutesei. | ||||
* | DynASM/x86: Add shld/shrd opcodes. | Mike Pall | 2014-09-21 | 1 | -0/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | 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 |
| | | | | Thanks to Peter Cawley. | ||||
* | 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 |
| | | | | Allow single dot as macro name. | ||||
* | 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 |
| |