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-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-26 |
Henrik Gramner | insns.dat: Enable contracted forms for additional instructions
|
commit | commitdiff | tree |
2016-08-26 |
Henrik Gramner | insns.dat: Fix EVEX vpbroadcast(b|w), vpextr(b|w),...
|
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 |
bcallah@devio.us | Add explicit void parameter to newmembuf() function... 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-06-16 |
H. Peter Anvin | Merge tag 'nasm-2.12.02rc9' Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-06-16 |
H. Peter Anvin | NASM 2.12.02rc9
|
commit | commitdiff | tree |
2016-06-16 |
H. Peter Anvin | preproc.c: fix assignment incorrectly coded as == Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-06-16 |
H. Peter Anvin | NASM 2.12.02rc8
|
commit | commitdiff | tree |
2016-06-16 |
Jim Kukunas | preproc: for include files, include correct path in... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-06-15 |
H. Peter Anvin | outmacho: Fix relative relocations for 32-bit Mach... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-25 |
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-05-25 |
H. Peter Anvin | preproc: make "StackPointer" a const char * Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-25 |
H. Peter Anvin | codeview: use nasm_realpath() to find the canonical... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-25 |
H. Peter Anvin | NASM 2.12.02rc5
|
commit | commitdiff | tree |
2016-05-25 |
H. Peter Anvin | ifunc.mac: the ilog2 warning may want to be both ceil... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-25 |
H. Peter Anvin | codeview: don't walk the file list for every line Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-18 |
H. Peter Anvin | doc: include kerning tables in the metrics headers Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-17 |
Jim Kukunas | codeview.c: register all filenames Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-17 |
Jim Kukunas | codeview.c: Add support for multiple source files Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-17 |
H. Peter Anvin | doc: remove obsolete references Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-17 |
H. Peter Anvin | Fix building in a separate directory from the source... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-16 |
H. Peter Anvin | Unbreak building in a separate object directory Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-16 |
H. Peter Anvin | autogen.sh: remove configure-generated files Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-13 |
H. Peter Anvin | Support EVEX encodings of maps 0-15 Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-10 |
H. Peter Anvin | codeview: use nasm_free() instead of plain free() Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-10 |
H. Peter Anvin | Revert "nasmlib/file.c: Windows _chsize_s() *returns... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-10 |
H. Peter Anvin | nasmlib/file.c: Windows _chsize_s() *returns* errno Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-10 |
H. Peter Anvin | srcfile.c: remove unnecessary #include's Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | NASM 2.12.02rc3
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | doc: document warning improvements Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | .gitignore: add .s and .i files Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | Fix and clean up listing of macro expansion Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | Show the expanded macro stack when displaying diagnostics Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | Ignore unrecognized warning names Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | doc/changes.src: document PTR warning Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | Specifically if we encounter the PTR keyword Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | Fix the handling of pass1 warnings, display control... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | outmacho: Fix missing brace Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | NASM 2.12.02rc2
|
commit | commitdiff | tree |
2016-05-09 |
H. Peter Anvin | changes.src: update as of the current time Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-05-09 |
Zenith432 | outmacho: Fix relative relocations for 32-bit Mach-O Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-04-22 |
H. Peter Anvin | msvc.mak: change $(L) to $(A) Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-03-16 |
H. Peter Anvin | autoconf: rename configure.in to configure.ac Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-03-09 |
H. Peter Anvin | autoconf improvements: @SET_MAKE@, library extension Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-27 |
H. Peter Anvin | Merge branch 'master' into elfmerge Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-27 |
H. Peter Anvin | NASM 2.12
|
commit | commitdiff | tree |
2016-02-27 |
H. Peter Anvin | changes.src: document Win64 build Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-23 |
H. Peter Anvin | NASM 2.12rc7
|
commit | commitdiff | tree |
2016-02-23 |
H. Peter Anvin | outmacho: correctly handle references between sections Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-22 |
H. Peter Anvin | outmacho: make a best effort at separating SIGNED from... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Windows portability fixes Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | nasmlib: allow writing of sparse files Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Merge branch 'master' into elfmerge Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | test/Makefile: add a rule for nasm itself Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | configure.in: add --enable-werror option Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Platform compatibility improvements
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | NASM 2.12rc5
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | doc: update documentation for a version 2.12 release Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | doc/rdsrc.pl: escape braces in regular expression to... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | outmacho: default section flags should depend on section... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Make a few more data items static and const Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | A few more debugging format arrays to mark const Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | codeview: make struct dfmt df_cv8 const Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Make struct preproc_ops const Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | More constification, mostly of struct dfmt Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Merge branch 'master' into elfmerge
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | realpath: if we can't get the full path, return the... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | ofmt pointer in struct ofmt_alias should be const Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Remove additional function pointers that never change Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | eval: complete globalization of output format Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Change nasmlist/ListGen to lfmt/struct lfmt Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Makefile: remove explicit mention of lib/strlcpy.c Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Portability improvements and autoconf modernization Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | gitignore: properly ignore generated man pages Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | outelf64: fix comment Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | outelf64: symtabsection is defined but never set, change... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | output: make all instances of struct ofmt readonly Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Remove ofmt->current_dfmt indirection Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |
2016-02-18 |
H. Peter Anvin | Output preprocessor warnings to the listing file Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
|
commit | commitdiff | tree |