summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.11rc4nasm-2.11rc4H. Peter Anvin2013-12-051-1/+1
* doc: Update nasmdocJin Kyu Song2013-12-041-4/+24
* bnd: Add a new nobnd prefixJin Kyu Song2013-12-046-3/+50
* bnd: Show warning when bnd prefix is droppedJin Kyu Song2013-12-043-1/+5
* pfmask: Limit the preferred mask to the vendor specific flagsJin Kyu Song2013-12-021-4/+3
* doc: Make the bit about mib operands a bit clearerH. Peter Anvin2013-11-281-3/+4
* doc: Clean up changelog for 2.11H. Peter Anvin2013-11-281-33/+25
* NASM 2.11rc3nasm-2.11rc3H. Peter Anvin2013-11-281-1/+1
* Add {vex3} and {vex2} prefixes by analogy with {evex}H. Peter Anvin2013-11-288-13/+62
* NASM 2.11rc2nasm-2.11rc2H. Peter Anvin2013-11-281-1/+1
* Remove "high 16" register class macros for xmm/ymm/zmmH. Peter Anvin2013-11-282-12/+6
* testcase: Remove escape characters - '\'Jin Kyu Song2013-11-275-4401/+4401
* preproc: Handle curly braces in multi-line macro parametersJin Kyu Song2013-11-271-13/+29
* Revert "AVX-512: Handle curly braces in multi-line macro parameters"Jin Kyu Song2013-11-271-5/+0
* stdscan: Rework curly brace parsing routinesJin Kyu Song2013-11-274-65/+54
* iflags: Add IF_EVEX for checking {evex} availabilityJin Kyu Song2013-11-273-6/+12
* opflags: Separate vector registers into low-16 and high-16Jin Kyu Song2013-11-274-11/+34
* doc: Update the change history and nasmdocJin Kyu Song2013-11-272-3/+84
* disasm: Don't rely on iflag_cmp() returning +/-1H. Peter Anvin2013-11-271-1/+2
* iflag: Do the equality test in iflag_cmp() firstH. Peter Anvin2013-11-271-4/+4
* iflag: In iflag_cmp() scan from the most significant word downH. Peter Anvin2013-11-262-4/+7
* iflag: Drop the use of double underscoresH. Peter Anvin2013-11-241-9/+9
* iflag: Make the insns_flags array constH. Peter Anvin2013-11-242-9/+11
* insns.dat: Fix a typo in a commentH. Peter Anvin2013-11-241-1/+1
* iflag: Move instruction flag commentH. Peter Anvin2013-11-243-35/+29
* iflag: remove C99 constructs, don't hardcode the number of wordsH. Peter Anvin2013-11-242-30/+27
* "make alldeps"H. Peter Anvin2013-11-245-133/+145
* iflag: Fix dependencies, factor out static components of iflag.hH. Peter Anvin2013-11-245-216/+223
* "make alldeps"H. Peter Anvin2013-11-245-30/+48
* insns: Restore back MMX,FPU flagsCyrill Gorcunov2013-11-242-38/+23
* Update .gitignoreCyrill Gorcunov2013-11-241-0/+2
* make: Update depsCyrill Gorcunov2013-11-245-126/+146
* iflag: Start using new instruction flags engineCyrill Gorcunov2013-11-2413-234/+182
* insns: Introduce insns-flags.plCyrill Gorcunov2013-11-241-0/+410
* make: Add 'golden' targetCyrill Gorcunov2013-11-241-0/+3
* bnd: Drop bnd prefix for relaxed short jmp instructionsJin Kyu Song2013-11-224-97/+65
* disp8: Consolidate a logic to get compressed displacementJin Kyu Song2013-11-205-155/+181
* disasm: Add suport for bnd registersJin Kyu Song2013-11-201-0/+7
* disasm: Add EVEX decorator syntaxJin Kyu Song2013-11-201-9/+92
* disasm: Add ZMM vsibJin Kyu Song2013-11-201-4/+12
* disasm: Support EVEX compressed displacementJin Kyu Song2013-11-201-11/+107
* disasm: Add basic AVX512 supportJin Kyu Song2013-11-203-6/+100
* disasm: style cleanupJin Kyu Song2013-11-201-682/+682
* match: Check the number of elements in broadcasting operandsJin Kyu Song2013-11-203-2/+36
* match: Improve broadcast opsize matchingJin Kyu Song2013-11-201-20/+35
* Build: Suppress warning messagesJin Kyu Song2013-11-202-2/+2
* AVX-512: Add {evex} instruction prefixJin Kyu Song2013-11-204-0/+14
* PREFETCHWT1: Add a new instruction flagJin Kyu Song2013-11-202-1/+2
* AVX512: Update instruction groupJin Kyu Song2013-11-201-2/+2
* MPX: Move BND prefix indication from bytecode to iflagsJin Kyu Song2013-11-205-56/+50