summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-16BR 3392275: Don't require xmm0 to be specified when implicitH. Peter Anvin2-1/+17
2014-02-15BR3392274: output: Elf -- Don't crash on erronious syntaxCyrill Gorcunov1-1/+1
2013-12-31NASM 2.11H. Peter Anvin1-1/+1
2013-12-31doc: Document DEFAULT BND/NOBND in changes, add use caseH. Peter Anvin2-0/+8
2013-12-31changes: Document change in [nosplit reg]H. Peter Anvin1-1/+7
2013-12-18nosplit: Generate index-only EA only when a multiplier is used.Jin Kyu Song2-3/+5
2013-12-18mpx: Clean up instruction dataJin Kyu Song2-20/+23
2013-12-18nosplit: Limit the effect of NOSPLITJin Kyu Song2-3/+5
2013-12-18mib: Avoid RIP-relative addressing in mibJin Kyu Song1-0/+6
2013-12-13insns: Mark LOADALL, LOADALL286 with ND flagCyrill Gorcunov1-2/+2
2013-12-11mib: Handle MIB EA in a different way from regular EA'sJin Kyu Song3-39/+57
2013-12-11misc/release: Generate manpagesH. Peter Anvin1-1/+1
2013-12-10iflag: Don't use c99 array initializationCyrill Gorcunov1-3/+3
2013-12-07insns-iflags: Drop occasionally introduced \Tab'sCyrill Gorcunov1-2/+2
2013-12-07iflag: \Tabs -> \SpaceCyrill Gorcunov1-7/+7
2013-12-07iflag: Introduce IFLAG_INIT helperCyrill Gorcunov1-3/+3
2013-12-05NASM 2.11rc4H. Peter Anvin1-1/+1
2013-12-04doc: Update nasmdocJin Kyu Song1-4/+24
2013-12-04bnd: Add a new nobnd prefixJin Kyu Song6-3/+50
2013-12-04bnd: Show warning when bnd prefix is droppedJin Kyu Song3-1/+5
2013-12-02pfmask: Limit the preferred mask to the vendor specific flagsJin Kyu Song1-4/+3
2013-11-28doc: Make the bit about mib operands a bit clearerH. Peter Anvin1-3/+4
2013-11-28doc: Clean up changelog for 2.11H. Peter Anvin1-33/+25
2013-11-28NASM 2.11rc3H. Peter Anvin1-1/+1
2013-11-28Add {vex3} and {vex2} prefixes by analogy with {evex}H. Peter Anvin8-13/+62
2013-11-28NASM 2.11rc2H. Peter Anvin1-1/+1
2013-11-28Remove "high 16" register class macros for xmm/ymm/zmmH. Peter Anvin2-12/+6
2013-11-27testcase: Remove escape characters - '\'Jin Kyu Song5-4401/+4401
2013-11-27preproc: Handle curly braces in multi-line macro parametersJin Kyu Song1-13/+29
2013-11-27Revert "AVX-512: Handle curly braces in multi-line macro parameters"Jin Kyu Song1-5/+0
2013-11-27stdscan: Rework curly brace parsing routinesJin Kyu Song4-65/+54
2013-11-27iflags: Add IF_EVEX for checking {evex} availabilityJin Kyu Song3-6/+12
2013-11-27opflags: Separate vector registers into low-16 and high-16Jin Kyu Song4-11/+34
2013-11-27doc: Update the change history and nasmdocJin Kyu Song2-3/+84
2013-11-27disasm: Don't rely on iflag_cmp() returning +/-1H. Peter Anvin1-1/+2
2013-11-27iflag: Do the equality test in iflag_cmp() firstH. Peter Anvin1-4/+4
2013-11-26iflag: In iflag_cmp() scan from the most significant word downH. Peter Anvin2-4/+7
2013-11-24iflag: Drop the use of double underscoresH. Peter Anvin1-9/+9
2013-11-24iflag: Make the insns_flags array constH. Peter Anvin2-9/+11
2013-11-24insns.dat: Fix a typo in a commentH. Peter Anvin1-1/+1
2013-11-24iflag: Move instruction flag commentH. Peter Anvin3-35/+29
2013-11-24iflag: remove C99 constructs, don't hardcode the number of wordsH. Peter Anvin2-30/+27
2013-11-24"make alldeps"H. Peter Anvin5-133/+145
2013-11-24iflag: Fix dependencies, factor out static components of iflag.hH. Peter Anvin5-216/+223
2013-11-24"make alldeps"H. Peter Anvin5-30/+48
2013-11-24insns: Restore back MMX,FPU flagsCyrill Gorcunov2-38/+23
2013-11-24Update .gitignoreCyrill Gorcunov1-0/+2
2013-11-24make: Update depsCyrill Gorcunov5-126/+146
2013-11-24iflag: Start using new instruction flags engineCyrill Gorcunov13-234/+182
2013-11-24insns: Introduce insns-flags.plCyrill Gorcunov1-0/+410