2008-10-19 |
H. Peter Anvin | smartalign: use a "times" construct rather than %rep |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | macros.pl: handle \-continuation lines in macros.pl |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | smartalign: rewrite to use the indirect construct,... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | test: add test for preprocessor indirection construct |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | preproc: fix list iteration in the case of expand_indir... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | preproc: Add new %[...] indirection construct |
commit | commitdiff | tree | snapshot |
2008-10-19 |
H. Peter Anvin | NASM 2.05rc7 |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: once again, fix generation of "naked" OUT_REL*ADR |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | NASM 2.05rc6 |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | doc/changes.src: document massive changes to ELF64... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: the "size" argument to OUT_REL*ADR isn't really... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | assemble: for OUT_REL*ADR, the "size" argument is not... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | test/elf64so.asm: demonstrate a case where we bind... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: actually generate relative GOT/PLT references... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | test/Makefile: enable debugging info for elftest/elftest64 |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: GOTOFF64 doesn't need a gsym at all |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: We apparently don't need exactitude for GOTOFF64 |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | elftest64: both Small PIC and Medium PIC model tests |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: GOT and PLT references need a symbol (a slot... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: unbreak generating no-segment addresses |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | SAA: add saa_writeaddr() similar to other locations |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | test/Makefile: the elftest objects depend on $(NASM) |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | ELF64: use the RELA addend field instead of relying... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
H. Peter Anvin | Test and Makefile rules for 32- and 64-bit ELF shared... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
H. Peter Anvin | NASM 2.05rc5 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
H. Peter Anvin | Test for BR 2172659 |
commit | commitdiff | tree | snapshot |
2008-10-16 |
H. Peter Anvin | BR 2172659: Fix incorrect output value for byte operands |
commit | commitdiff | tree | snapshot |
2008-10-15 |
H. Peter Anvin | Add reference to %+ from macro parameter concatenation |
commit | commitdiff | tree | snapshot |
2008-10-15 |
H. Peter Anvin | doc: minor editorial change |
commit | commitdiff | tree | snapshot |
2008-10-15 |
H. Peter Anvin | ELF64: fix various GOT relocations |
commit | commitdiff | tree | snapshot |
2008-10-15 |
H. Peter Anvin | Test for various ELF64 GOT references |
commit | commitdiff | tree | snapshot |
2008-10-15 |
H. Peter Anvin | doc: add link to the macro packages when talking about... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
H. Peter Anvin | BR 2164053: --prefix _ not --prefix_ |
commit | commitdiff | tree | snapshot |
2008-10-13 |
H. Peter Anvin | NASM 2.05rc4 |
commit | commitdiff | tree | snapshot |
2008-10-13 |
H. Peter Anvin | Document RIP-relative GOT fixes in ELF64 |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Charles Crayne | Fix typo in previous outelf64.c commit |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Charles Crayne | RIP rel relocations for PIC released for testing. |
commit | commitdiff | tree | snapshot |
2008-10-09 |
H. Peter Anvin | assemble.c: use case4() macros like in disasm.c |
commit | commitdiff | tree | snapshot |
2008-10-09 |
H. Peter Anvin | disasm: collapse all the segment register push/pop... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
H. Peter Anvin | test/pushseg.asm: add "pop cs" |
commit | commitdiff | tree | snapshot |
2008-10-09 |
H. Peter Anvin | test/pushseg.asm: test for push/pop of segment registers |
commit | commitdiff | tree | snapshot |
2008-10-09 |
H. Peter Anvin | Reshuffle and move the bytecodes for segment register... |
commit | commitdiff | tree | snapshot |
2008-10-08 |
H. Peter Anvin | Collect statistics on bytecode use in insnsb.c |
commit | commitdiff | tree | snapshot |
2008-10-08 |
H. Peter Anvin | NASM 2.05rc3 |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | test/imul.asm: remove obsolete ERROR marker |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Test for various IMUL patterns |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Add missing IMUL pattern: reg64,imm8 |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Add a few missing \15 -> \275 conversions |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Change \40 class opcodes to \254, except IMUL |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | New opcode for 32->64 bit sign-extended immediate with... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | test/immwarn.asm: add a few more non-warning tests |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Remove is_sbyte64() and replace with is_sbyte32() plus... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Avoid double warning for signed dword immediate |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | New opcodes to deal with 8-bit immediate sign extended... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | NASM 2.05rc2 |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | changes: document immediate fix |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | BR 2148448: Fix RIP-relative addressing with an immediate |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | immwarn: more immediate warnings test, with notes of... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | Better warnings for out-of-range values |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | test: change .stdout/.stderr to stdout/stderr |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | changes: document CVT fixes. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | BR 2148476: Fix arguments for a bunch of the CVT* instr... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
H. Peter Anvin | test/br2148476.asm: comprehensive test of the CVT*... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
H. Peter Anvin | test/immwarn.asm: new test for immediate warnings |
commit | commitdiff | tree | snapshot |
2008-10-05 |
H. Peter Anvin | test/Makefile: rule to run performtest --diff |
commit | commitdiff | tree | snapshot |
2008-10-05 |
H. Peter Anvin | performtest: use -u with diff |
commit | commitdiff | tree | snapshot |
2008-10-05 |
H. Peter Anvin | test/Makefile: add rules for the automatic tests |
commit | commitdiff | tree | snapshot |
2008-10-05 |
H. Peter Anvin | assemble.c: be smarter about when to suppress warnings... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
H. Peter Anvin | assemble.c: do not warn on valid SBYTE optimizations |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | NASM 2.05rc1 |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | doc/changes.src: update |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Victor van... | Already aligned aligns should be 0 bytes, not %1. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Victor van... | Apply patch from BR 890790 |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Victor van... | Apply patch from BR 1197827 |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | changes.src: document JMP reg64 fix. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | rdsrc.pl: handle tabs in the input |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | doc: remove tab |
commit | commitdiff | tree | snapshot |
2008-10-01 |
H. Peter Anvin | Put the static information about warnings in a structure |
commit | commitdiff | tree | snapshot |
2008-09-30 |
H. Peter Anvin | Allow %warning output to be suppressed |
commit | commitdiff | tree | snapshot |
2008-09-30 |
H. Peter Anvin | assemble.c: cleanups |
commit | commitdiff | tree | snapshot |
2008-09-30 |
H. Peter Anvin | Document the -O0 and -O1 behaviors. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Charles Crayne | Change behavior of -O0 and -O1 for backward compatibility |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Charles Crayne | Document a64 and o64 qualifiers |
commit | commitdiff | tree | snapshot |
2008-09-26 |
H. Peter Anvin | Add more 64-bit jump tests |
commit | commitdiff | tree | snapshot |
2008-09-26 |
H. Peter Anvin | JMP reg64 does not require a REX.W prefix. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
H. Peter Anvin | NASM 2.04 |
commit | commitdiff | tree | snapshot |
2008-09-25 |
H. Peter Anvin | Set __PASS__ to 3 for preprocess only |
commit | commitdiff | tree | snapshot |
2008-09-25 |
H. Peter Anvin | Clean up unterminated lines |
commit | commitdiff | tree | snapshot |
2008-09-25 |
H. Peter Anvin | Actually make non-power-of-2 alignments work |
commit | commitdiff | tree | snapshot |
2008-09-25 |
H. Peter Anvin | NASM 2.04rc6 |
commit | commitdiff | tree | snapshot |
2008-09-25 |
H. Peter Anvin | Document __PASS__ |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | Add __PASS__ builtin macro |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | Unbreak %warning |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | doc/changes.src: something closer to final release... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | nasmdoc.src: more consistent indentation in %error... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | test/fwdoptpp: test %error, %warning, %fatal |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | NASM 2.04rc5 |
commit | commitdiff | tree | snapshot |
2008-09-24 |
H. Peter Anvin | %error, %warning out on the final pass, add %fatal |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Charles Crayne | Allow value to TIMES to be negative while optimization... |
commit | commitdiff | tree | snapshot |
next |