summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* output: elf -- Move common structures into outelf.h headerCyrill Gorcunov2014-09-211-0/+39
* output: elf -- Move elf_directive into single instanceCyrill Gorcunov2014-08-295-129/+50
* output: elf -- Rename section_attrib to elf_section_attribCyrill Gorcunov2014-08-295-12/+12
* insns: Move 'np' mnemonic into @plain_codesCyrill Gorcunov2014-08-252-6/+5
* assemble.c: Introduce mnemonics into bytecode specCyrill Gorcunov2014-08-251-93/+99
* msvc.mak: Update insns.pl argumentsJim Kukunas2014-08-071-7/+11
* nasm: Handle -MF and -MD optionsCyrill Gorcunov2014-06-291-40/+45
* nasm: Convert operating_mode to use bitmaskCyrill Gorcunov2014-06-291-21/+8
* nasm: Make op_type members being capitalsCyrill Gorcunov2014-06-291-11/+12
* preproc: pp_cleanup -- Don't forget to zeroify variablesCyrill Gorcunov2014-06-291-0/+3
* preproc: Use nasm_zalloc in new_BlockCyrill Gorcunov2014-06-291-4/+1
* preproc: Convert tabs to spacesCyrill Gorcunov2014-06-291-64/+64
* output: outbin -- Fix relocation sizeCyrill Gorcunov2014-06-281-1/+1
* Merge branch 'nasm-2.11.xx'H. Peter Anvin2014-05-211-2/+2
|\
| * doc: Make it clear that --v is only in 2.11.05 and newerH. Peter Anvin2014-05-211-2/+2
* | Merge branch 'nasm-2.11.xx'H. Peter Anvin2014-05-216-4/+29
|\ \ | |/
| * NASM 2.11.05nasm-2.11.05H. Peter Anvin2014-05-211-1/+1
| * doc: Document --v and duplicate REX prefix fixH. Peter Anvin2014-05-212-0/+11
| * 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