aboutsummaryrefslogtreecommitdiff
path: root/dynasm/dasm_ppc.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | DynASM: Bump version to 1.5.0.Mike Pall2021-05-021-3/+3
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-3/+3
|\|
| * DynASM/PPC: Fix shadowed variable.Mike Pall2019-01-101-3/+3
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | DynASM: Bump version to 1.4.Mike Pall2015-10-241-3/+3
* | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.Mike Pall2015-04-121-5/+88
* | DynASM/PPC: Add support for parameterized shifts/masks.Mike Pall2015-04-121-4/+5
* | DynASM/PPC: Add missing PPC64 instructions and various extensions.Mike Pall2015-01-141-5/+591
|/
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Change DynASM bit operations to use Lua BitOp.Mike Pall2012-07-081-38/+28
* DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf.Mike Pall2012-06-121-4/+33
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* PPC: Add y-bit variants of conditional branches to DynASM.Mike Pall2011-09-051-0/+2
* PPC: Add PPC disassembler.Mike Pall2011-08-181-1/+1
* PPC: Add mtcrf instruction to DynASM.Mike Pall2011-08-101-1/+4
* RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7Mike Pall2011-05-051-3/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-4/+4
* Whitespace.Mike Pall2010-12-051-4/+4
* 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
* 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 module. Standard instructions only.Mike Pall2010-08-261-0/+926