2017-03-01 |
H. Peter Anvin | Run make alldeps
|
commit | commitdiff | tree |
2017-03-01 |
H. Peter Anvin | exprlib: move dumping code to a separate C file Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2017-03-01 |
H. Peter Anvin | Makefile: move all non-main objects into libnasm.a Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2017-03-01 |
H. Peter Anvin | asm/parser.c: don't call reloc_value() twice, minor... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | configure.ac: use AC_FUNC_MMAP instead of AC_CHECK_FUNCS... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | perllib/README: delete obsolete file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | changes.src: grammar fix Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | NASM 2.13rc4
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | compiler.h: correctly handle HAVE_DECL_*, test HAVE_DECL_STRNLEN Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | configure: make sure we flag invalid attributes Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | output/codeview.c: remove C99-ism Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | nasmlib/file: move memory-mapping functions out of... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | NASM 2.13rc3
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | nasmlib/file.c: fix various portability problems Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | asm/exprlib.c: use PRId64 to print a 64-bit number Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | compiler.h: watcom_switch_hack() improvements Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | compiler.h: only use watcom_switch_hack() if necessary Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | NASM 2.13rc2
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | changes.src: update to fit current 2.13 branch status Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-24 |
H. Peter Anvin | insns.dat: use the officially documented UD0 and UD1... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-21 |
H. Peter Anvin | assemble: for relative addresses, convert *this segment... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-21 |
H. Peter Anvin | nasmlib.h: add nasm_zeron() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-21 |
H. Peter Anvin | We can have a WRT for a relative reference Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-21 |
H. Peter Anvin | Properly keep track of the base of relative relocations Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-20 |
H. Peter Anvin | test/pcrel.asm: make test output a bit easier to understand Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2017-02-20 |
H. Peter Anvin | Support self-relative expressions in offsets and immediates Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-20 |
H. Peter Anvin | watcom.h: horrific hack to support OpenWatcom switch... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-02-20 |
H. Peter Anvin | assemble.c: don't use a case for get_broadcast_num() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-24 |
H. Peter Anvin | nasm_delete(): ugly hack to make it side-effect-free Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-24 |
H. Peter Anvin | Put in a comment that nasm_delete isn't side effect... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-24 |
H. Peter Anvin | nasmlib.h: add a nasm_zero() macro to the pointer helpers Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-24 |
H. Peter Anvin | nasm_build_assert() -> nasm_static_assert() Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-24 |
H. Peter Anvin | nasm_build_assert(): use better fallback implementation Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-23 |
H. Peter Anvin | nasmlib.h: slightly tidy up the definition of nasm_build_ass... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2017-01-23 |
H. Peter Anvin | NASM 2.13rc1
|
commit | commitdiff | tree |
2017-01-23 |
H. Peter Anvin | output/outmacho.c: use UINT64_C() instead of 1L Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-12-20 |
H. Peter Anvin | If we have new features introduced by C11, use them Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | compiler.h: use the correct symbol to test for __builtin_exp... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | Various fixes to the ilog2 functions Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | nasmlib: we need the exact size for the clz functions Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | Better support for function attributes, autoconf cleanups Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | Merge remote-tracking branch 'origin/nasm-2.12.xx' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | doc/changes.src: document the RDPID instruction Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-11-15 |
H. Peter Anvin | Add rdpid instruction Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-31 |
H. Peter Anvin | Allow relative references to external symbols in data Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-19 |
H. Peter Anvin | Move canned OpenWatcom config to config/watcom.h. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-19 |
H. Peter Anvin | compiler.h: include <sys/types.h> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-14 |
H. Peter Anvin | Run make alldeps Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-14 |
H. Peter Anvin | compiler.h: fix typo in the non-gcc case Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-14 |
H. Peter Anvin | compiler.h: for newer gcc attributes, we can use __has_attri... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-06 |
H. Peter Anvin | output/legacy.c: include outlib.h Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-06 |
H. Peter Anvin | rdoff/rdlar.h: include "compiler.h" not "config.h" Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-06 |
H. Peter Anvin | distclean: clean up config/config.h Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-06 |
H. Peter Anvin | alldeps: handle uses of full pathnames, e.g. "config... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-05 |
H. Peter Anvin | nasmint.h: change header guards to NASM_NASMINT_H Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-05 |
H. Peter Anvin | nasmint.h: add support for the MSVS < 2005 __int64... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-05 |
H. Peter Anvin | config/msvc.h: inttypes.h and stdbool.h introduced... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-05 |
H. Peter Anvin | config: add configuration file for unknown compilers Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-05 |
H. Peter Anvin | Move config.h to a subdirectory, add MSVC-specific... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | test: simple pragma preprocessor test Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | preproc: add plumbing for the %pragma directive Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | test/Makefile: add rule to generate preprocessor output Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | Merge remote-tracking branch 'origin/nasm-2.12.xx'
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | preproc: add dummy %pragma directive Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | Factor out common string list handling code Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | preproc: clean up handing of the dependency lists Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | preproc: return found_path as a constant string Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | Merge remote-tracking branch 'origin/nasm-2.12.xx' Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | changes.src: typographical adjustment Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | NASM 2.12.03rc1
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | changes.src: document CLWB and PCOMMIT Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | insns: add OBSOLETE flag for instructions removed from... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | Add the CLWB and (already deprecated) PCOMMIT instructions Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | changes.src: update for a 2.12.03 release Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | assemble: avoid redundant repetition in RESx warning... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | assemble: print a warning on a forward reference in...
|
commit | commitdiff | tree |
2016-10-04 |
H. Peter Anvin | nasm: scan the command line twice Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-09-26 |
H. Peter Anvin | Add a hash for pathname searches, instead of searching... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-09-24 |
H. Peter Anvin | backend: psas inslen == 0 to the backend for the INCBIN... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-09-24 |
H. Peter Anvin | backend: move wrapper for legacy output functions to... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-09-21 |
H. Peter Anvin | incbin: if we have to fread(), try to do it only once... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-21 |
H. Peter Anvin | file: improve the file access interface Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-21 |
H. Peter Anvin | nasmlib: move fseeko/ftello/off_t replacements to nasmlib.h Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-20 |
H. Peter Anvin | Merge remote-tracking branch 'origin/nasm-2.12.xx' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-20 |
H. Peter Anvin | Correct /is4 encoding for EVEX instructions Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-20 |
H. Peter Anvin | Correct /is4 encoding for EVEX instructions Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-20 |
H. Peter Anvin | New backend interface - assembler internals #1 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-09-20 |
H. Peter Anvin | outelf: add panic() for unknown output types Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-08-26 |
H. Peter Anvin | disp8: make constant arrays in get_disp8N() static Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-08-16 |
H. Peter Anvin | Run make alldeps
|
commit | commitdiff | tree |
2016-08-16 |
H. Peter Anvin | Run make alldeps Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-08-16 |
H. Peter Anvin | mkdep.pl: don't scan files until we know all the paths Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-08-02 |
H. Peter Anvin | configure.ac: disable common data to avoid problems... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-07-14 |
H. Peter Anvin | compiler.h: always undefine __STRICT_ANSI__ for gcc Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-07-14 |
H. Peter Anvin | Merge tag 'nasm-2.12.02' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-07-13 |
H. Peter Anvin | Handle multiple standard macro sets sanely Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-07-06 |
H. Peter Anvin | NASM 2.12.02
|
commit | commitdiff | tree |
2016-07-06 |
H. Peter Anvin | Don't suppress ERR_DEBUG messages from the list file Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-07-06 |
H. Peter Anvin | doc: update location of insns.dat Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2016-06-16 |
H. Peter Anvin | Merge tag 'nasm-2.12.02rc9' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |