summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * BR 3392279: Fix duplicated REX prefixesH. Peter Anvin2014-05-213-3/+17
* | Merge remote-tracking branch 'origin/signrel'H. Peter Anvin2014-05-0916-111/+200
|\ \
| * | assemble: Only treat a displacement as signed if it is < asizesignrelH. Peter Anvin2013-11-262-17/+22
| * | test: Add a test for various 32- and 64-bit relocationsH. Peter Anvin2013-11-261-0/+13
| * | assemble: Emit signed relocations where appropriateH. Peter Anvin2013-11-261-8/+11
| * | listing: handle negative (signed) address size valuesH. Peter Anvin2013-11-261-1/+1
| * | output: Allow OUT_ADDRESS with a negative size to mean signed relocationH. Peter Anvin2013-11-2613-86/+154
* | | Merge branch 'nasm-2.11.xx'H. Peter Anvin2014-05-091-1/+1
|\ \ \ | | |/ | |/|
| * | options: Add --v optionCyrill Gorcunov2014-05-091-4/+13
| * | NASM 2.11.04nasm-2.11.04H. Peter Anvin2014-05-091-1/+1
* | | options: Add --v optionCyrill Gorcunov2014-05-091-4/+13
* | | debug: Drop LOGALLOC usageCyrill Gorcunov2014-05-096-203/+1
* | | Rename REX_REAL to REX_MASKCyrill Gorcunov2014-05-092-4/+4
|/ /
* | changes: Document bug fixesJin Kyu Song2014-05-071-0/+11
* | ndisasm: Match vector length with EVEX.b setJin Kyu Song2014-05-051-3/+11
* | AVX512: Remove invalid error checkingJin Kyu Song2014-05-051-3/+0
* | NASM 2.11.03nasm-2.11.03H. Peter Anvin2014-05-051-1/+1
* | changes: Document TIMES bugH. Peter Anvin2014-05-051-0/+5
* | assemble.c: Don't drop rex prefix from instruction itselfCyrill Gorcunov2014-05-051-3/+2
* | NASM 2.11.02nasm-2.11.02H. Peter Anvin2014-02-191-1/+1
* | Add CLFLUSHOPT instructionH. Peter Anvin2014-02-192-0/+5
* | insns: add XSAVEC, XSAVES and XRSTORS instructionsH. Peter Anvin2014-02-192-0/+10
* | NASM 2.11.01nasm-2.11.01H. Peter Anvin2014-02-181-1/+1
* | changes.src: changelog for 2.11.01H. Peter Anvin2014-02-181-0/+13
* | outelf: Error out on "section align" without valueH. Peter Anvin2014-02-181-9/+14
* | BR 3392275: Don't require xmm0 to be specified when implicitH. Peter Anvin2014-02-162-1/+17
* | BR3392274: output: Elf -- Don't crash on erronious syntaxCyrill Gorcunov2014-02-151-1/+1
* | NASM 2.11nasm-2.11H. Peter Anvin2013-12-311-1/+1
* | doc: Document DEFAULT BND/NOBND in changes, add use caseH. Peter Anvin2013-12-312-0/+8
* | changes: Document change in [nosplit reg]H. Peter Anvin2013-12-311-1/+7
* | nosplit: Generate index-only EA only when a multiplier is used.Jin Kyu Song2013-12-182-3/+5
* | mpx: Clean up instruction dataJin Kyu Song2013-12-182-20/+23
* | nosplit: Limit the effect of NOSPLITJin Kyu Song2013-12-182-3/+5
* | mib: Avoid RIP-relative addressing in mibJin Kyu Song2013-12-181-0/+6
* | insns: Mark LOADALL, LOADALL286 with ND flagCyrill Gorcunov2013-12-131-2/+2
* | mib: Handle MIB EA in a different way from regular EA'sJin Kyu Song2013-12-113-39/+57
* | misc/release: Generate manpagesH. Peter Anvin2013-12-111-1/+1
* | iflag: Don't use c99 array initializationCyrill Gorcunov2013-12-101-3/+3
* | insns-iflags: Drop occasionally introduced \Tab'sCyrill Gorcunov2013-12-071-2/+2
* | iflag: \Tabs -> \SpaceCyrill Gorcunov2013-12-071-7/+7
* | iflag: Introduce IFLAG_INIT helperCyrill Gorcunov2013-12-071-3/+3
* | 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