Merge branch 'avx512'
[platform/upstream/nasm.git] / disasm.c
2007-09-17 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-17 H. Peter AnvinInitial support for four arguments per instruction
2007-09-13 H. Peter AnvinAdd (untested!) SSSE3, SSE4.1, SSE4.2 instructions
2007-09-13 H. Peter AnvinSupport r/m operands for non-integer types
2007-09-11 H. Peter AnvinHandle instructions which can have both REX.W and OSP
2007-09-11 H. Peter Anvinndisasm: handle \366 codes, prefer unprefixed instructions
2007-09-11 H. Peter AnvinQuiet gcc warning about uninitialized variables
2007-09-11 H. Peter AnvinMake the big instruction arrays "const"
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-05-30 H. Peter AnvinFix the handling of the \313 code.
2007-05-30 H. Peter AnvinGet rid of magic open-coded "register numbers"
2007-05-30 H. Peter AnvinRename REGNORM to REG_EA
2007-05-29 H. Peter AnvinClean up the existing operand flag definitions, and...
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
2007-04-16 H. Peter AnvinMore 64-bit ndisasm fixes.
2007-04-16 H. Peter AnvinFixes for 64-bit ndisasm.
2007-04-16 H. Peter AnvinInitial 64-bit support for ndisasm. Still a work in...
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2004-12-15 Ed BerosetAdded todo item to point out the somewhat tricky fact...
2004-12-15 Ed BerosetCorrected typo in variable name.
2004-12-15 Ed Berosetchanged sprintf to more secure snprintf to prevent...
2003-02-24 H. Peter AnvinAdd support for the new instructions in Prescott
2002-09-19 H. Peter AnvinFixes from Bart Oldeman
2002-09-12 H. Peter Anvin"const"-ipation fixes from Trevor Woerner
2002-06-06 H. Peter AnvinThis is the "megapatch":
2002-06-02 H. Peter AnvinMake the disassembler correctly handle the new \34...
2002-05-21 H. Peter AnvinJMP instructions use the operand size prefix, not the...
2002-04-30 H. Peter AnvinNASM 0.98.11
2002-04-30 H. Peter AnvinNASM 0.98p7
2002-04-30 H. Peter AnvinNASM 0.98p3.5
2002-04-30 H. Peter AnvinNASM 0.98p3
2002-04-30 H. Peter AnvinNASM 0.96
2002-04-30 H. Peter AnvinNASM 0.95
2002-04-30 H. Peter AnvinNASM 0.94
2002-04-30 H. Peter AnvinNASM 0.91