summaryrefslogtreecommitdiff
path: root/dynasm
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up DynASM glue macros. Thanks to Josh Haberman.Mike Pall2011-03-281-3/+20
|
* ARM: Add support for ARM relocations to buildvm.Mike Pall2011-03-261-1/+1
|
* ARM: Add DynASM ARM module and encoding engine.Mike Pall2011-03-233-4/+1379
|
* Bump copyright date to 2011.Mike Pall2011-01-097-19/+19
|
* Whitespace.Mike Pall2010-12-052-5/+5
|
* PPC: Add better diagnostics to DynASM for reg/imm mismatches.Mike Pall2010-09-141-1/+4
|
* PPC: Teach DynASM to reject r0 for some operands.Mike Pall2010-09-131-66/+70
|
* Fix broken MSVC build.Mike Pall2010-09-121-3/+3
|
* PPC: Add missing PowerPC subtract mnemonics.Mike Pall2010-08-291-0/+4
|
* PPC: Amend DynASM PowerPC conditional branch instructions.Mike Pall2010-08-281-9/+11
|
* PPC: Add SPE instructions to DynASM PowerPC module.Mike Pall2010-08-271-1/+287
|
* PPC: Add DynASM PowerPC encoding engine.Mike Pall2010-08-261-0/+408
|
* PPC: Add DynASM PowerPC module. Standard instructions only.Mike Pall2010-08-261-0/+926
|
* Clean up some more DynASM target dependencies.Mike Pall2010-08-082-6/+6
|
* Cleanup library function caching in dasm_x86.lua.Mike Pall2010-08-031-2/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-095-8/+8
|
* 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
|
* Make DynASM conditionals available before .arch statement.Mike Pall2009-12-151-1/+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-102-19/+57
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-084-0/+3405