2008-05-06 |
H. Peter Anvin | Initial NDISASM support for AVX instructions/VEX prefixes
|
commit | commitdiff | tree |
2008-05-05 |
H. Peter Anvin | The AVX R,X,B, and V fields (but not W) are inverted.
|
commit | commitdiff | tree |
2008-05-05 |
H. Peter Anvin | First cut at AVX machinery.
|
commit | commitdiff | tree |
2008-04-22 |
H. Peter Anvin | Initial support for YMM (AVX) registers
|
commit | commitdiff | tree |
2008-04-12 |
Bo Borgerson | Avoid some warnings in rdoff/rdf2bin.c
|
commit | commitdiff | tree |
2008-04-10 |
H. Peter Anvin | Temporaries in macros need a unique prefix; WSAA*(...
|
commit | commitdiff | tree |
2008-04-10 |
H. Peter Anvin | autogen.sh: remove config.status
|
commit | commitdiff | tree |
2008-04-04 |
H. Peter Anvin | Correctly identify SBYTE in the optimizer
|
commit | commitdiff | tree |
2008-03-23 |
H. Peter Anvin | Remove redundant, bogus CLFLUSH entry
|
commit | commitdiff | tree |
2008-03-19 |
H. Peter Anvin | Better handling of 32-bit imms in 64-bit moves
|
commit | commitdiff | tree |
2008-03-19 |
H. Peter Anvin | insns.dat: add "MOV reg64,imm32" as a special rule
|
commit | commitdiff | tree |
2008-02-19 |
H. Peter Anvin | NASM 2.02
|
commit | commitdiff | tree |
2008-02-18 |
H. Peter Anvin | outform: make OF_DOS include OF_COFF
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | Add %ifempty and variants
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | CHANGES: Document %iftoken
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | NASM 2.02rc2
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | Implement %iftoken, test for a single token
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | OpenWatcom: optimize for 686
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Some compilers define __386__ instead of __i386__
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Clear up WRITE macros causing compile failures with...
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Bring CHANGES hopefully up to date
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Use term "host platform" consistently
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Add standard time macro boilerplate to __POSIX_TIME__
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | BR 774131: date and time macros
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Constipate the stdmac[] array.
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | BR 1582430: Allow numbers with leading + or - for ...
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | BR 1893952: XGETBV is not privileged.
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Add XSAVE instruction features (CPU feature is bogus...
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | Mkfiles/README: document the Netware Makefile.
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | Add Makefile for Netware
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | version.pl: produce Makefile variables
|
commit | commitdiff | tree |
2008-02-06 |
H. Peter Anvin | Fix "carryover" of exclude information from one file...
|
commit | commitdiff | tree |
2008-01-30 |
H. Peter Anvin | NASM 2.02rc1
|
commit | commitdiff | tree |
2008-01-30 |
H. Peter Anvin | Add list of changes for 2.02, so far
|
commit | commitdiff | tree |
2008-01-30 |
H. Peter Anvin | Test for BR 1879590
|
commit | commitdiff | tree |
2008-01-30 |
Ismail Dönmez | BR 1879590: More MMX/SSE size fixes
|
commit | commitdiff | tree |
2008-01-28 |
H. Peter Anvin | BR 1880905: make sure we have enough zero-padding data...
|
commit | commitdiff | tree |
2008-01-25 |
H. Peter Anvin | float.c: BR 1879670: fix output byte order
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | Ignore ERR_PASS1 except for actual warnings
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | RAA subsystem: use shift instead of divide
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | preproc.c: simplify detoken() slightly
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | nasmlib.c: log nasm_free() before calling free()
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | nasmlib.h: nasm_zalloc() should call nasm_zalloc_log()
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | misc/findleak.pl: make executable
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | nasm.h: make t_type an enum
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | nasm.c: clean up the handing of response files
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | float.c: fix memory overwrite with 8-, 16- or 80-bit...
|
commit | commitdiff | tree |
2008-01-22 |
H. Peter Anvin | OpenWatcom makefiles: add DEBUG option
|
commit | commitdiff | tree |
2008-01-21 |
H. Peter Anvin | Fix the options when compiling under OpenWatcom
|
commit | commitdiff | tree |
2008-01-21 |
H. Peter Anvin | doc/Makefile.in: avoid deleting opt_var.txt, fix dependencies
|
commit | commitdiff | tree |
2008-01-17 |
H. Peter Anvin | NASM 2.01
|
commit | commitdiff | tree |
2008-01-17 |
H. Peter Anvin | Document change in ELF section limit
|
commit | commitdiff | tree |
2008-01-13 |
H. Peter Anvin | Remove debugging printf
|
commit | commitdiff | tree |
2008-01-09 |
H. Peter Anvin | NASM 2.01rc2
|
commit | commitdiff | tree |
2008-01-09 |
H. Peter Anvin | Sanitize the pass logic, and only issue PASS1 warnings...
|
commit | commitdiff | tree |
2008-01-09 |
H. Peter Anvin | Remove magic "five pass minimum" - I'm pretty sure...
|
commit | commitdiff | tree |
2008-01-09 |
H. Peter Anvin | Optimizer: force progression through final passes when...
|
commit | commitdiff | tree |
2008-01-09 |
H. Peter Anvin | BR 1864243: better warnings for out-of-range constants
|
commit | commitdiff | tree |
2008-01-02 |
H. Peter Anvin | disasm: relative operands are signed, not unsigned
|
commit | commitdiff | tree |
2007-12-27 |
H. Peter Anvin | disasm: 32-bit index registers were displayed as 64...
|
commit | commitdiff | tree |
2007-12-26 |
H. Peter Anvin | More changes for 2.01
|
commit | commitdiff | tree |
2007-12-26 |
H. Peter Anvin | specfile: correctly handle compressed manpages
|
commit | commitdiff | tree |
2007-12-25 |
H. Peter Anvin | NASM 2.01rc1
|
commit | commitdiff | tree |
2007-12-25 |
H. Peter Anvin | Document "-f elf" fix.
|
commit | commitdiff | tree |
2007-12-25 |
H. Peter Anvin | Update CHANGES for an upcoming 2.01 release.
|
commit | commitdiff | tree |
2007-12-25 |
H. Peter Anvin | Remove bogus duplicates of the PREFETCH* instructions
|
commit | commitdiff | tree |
2007-12-25 |
H. Peter Anvin | (Hopefully) fix the handing of MMX instructions with...
|
commit | commitdiff | tree |
2007-12-20 |
H. Peter Anvin | ndisasm: handle instructions at offset zero
|
commit | commitdiff | tree |
2007-12-19 |
H. Peter Anvin | Add RDOFF man pages to specfile.
|
commit | commitdiff | tree |
2007-12-19 |
H. Peter Anvin | rdoff: add man pages from the Debian project.
|
commit | commitdiff | tree |
2007-12-10 |
H. Peter Anvin | Complete the altreg set with "r0h".."r3h".
|
commit | commitdiff | tree |
2007-12-10 |
H. Peter Anvin | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2007-12-10 |
H. Peter Anvin | Document naming of registers in 64-bit mode
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | Refer to version 2.00 consistently as 2.00 not 2.0
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | doc: 16- and 128-bit floating point were also new for 2.0
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | Update install instructions; remove references to nasmw.exe
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | doc: s/NASM/nasm/ in invocation example
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | -o is output filename, not output format
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | Give an example on how Unix and Win64 count argument...
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | Allow numbers to be sorted separately from letters
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | nasmdoc.src: editorial changes
|
commit | commitdiff | tree |
2007-11-30 |
H. Peter Anvin | CHANGES that were missed...
|
commit | commitdiff | tree |
2007-11-29 |
H. Peter Anvin | Update COPYING file with the latest edition of LGPL 2.1
|
commit | commitdiff | tree |
2007-11-29 |
H. Peter Anvin | %ixdefine, not %xidefine
|
commit | commitdiff | tree |
2007-11-28 |
H. Peter Anvin | NASM 2.00
|
commit | commitdiff | tree |
2007-11-28 |
H. Peter Anvin | Add macho support to CHANGES
|
commit | commitdiff | tree |
2007-11-28 |
H. Peter Anvin | Add OS/2 build instructions since our binaries don...
|
commit | commitdiff | tree |
2007-11-27 |
H. Peter Anvin | BR 852464: Fix memory leak in %if/%elseif
|
commit | commitdiff | tree |
2007-11-27 |
H. Peter Anvin | Additional CHANGES
|
commit | commitdiff | tree |
2007-11-25 |
H. Peter Anvin | Typo fixes in documentation
|
commit | commitdiff | tree |
2007-11-21 |
H. Peter Anvin | NASM 2.00rc3
|
commit | commitdiff | tree |
2007-11-21 |
H. Peter Anvin | Unbreak CMPSW/CMPSD/CMPSQ
|
commit | commitdiff | tree |
2007-11-20 |
H. Peter Anvin | Merge branch 'master' of git+ssh://repo.or.cz/srv/git...
|
commit | commitdiff | tree |
2007-11-20 |
H. Peter Anvin | ndisasm: handle the case of "no more sync points"
|
commit | commitdiff | tree |
2007-11-20 |
H. Peter Anvin | NASM 2.00rc2
|
commit | commitdiff | tree |
2007-11-20 |
H. Peter Anvin | tag-release: a simple script to tag the repository...
|
commit | commitdiff | tree |
2007-11-19 |
H. Peter Anvin | Slightly faster implementation of the deadman counter
|
commit | commitdiff | tree |
2007-11-19 |
H. Peter Anvin | BR 812417: Deadman counter for macro expansion
|
commit | commitdiff | tree |
2007-11-19 |
H. Peter Anvin | BR 877583: Fix RAA memory leak
|
commit | commitdiff | tree |
2007-11-19 |
H. Peter Anvin | BR 863173: Fix offsets of TIMES/INCBIN in list file
|
commit | commitdiff | tree |