2007-10-16 |
H. Peter Anvin | Handle rounding of denorms correctly; make fp overflow... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Additional entries for .gitignore |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Refactor floating-point formatting code; fix 80-bit... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Add 1.5 as a test case: representative of an exact... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Recognize 'd', 't' and 'y' as radix suffixes |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Fix FISTTP opcodes (BR 689695) |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | New floating-point conversion routines |
commit | commitdiff | tree | snapshot |
2007-10-16 |
H. Peter Anvin | Add testnos3 from the gdtoa package (floating-point... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
H. Peter Anvin | .gitignore file doesn't need to be in the release file |
commit | commitdiff | tree | snapshot |
2007-10-14 |
H. Peter Anvin | Add .gitignore file so "git status" produces something... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
H. Peter Anvin | autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Keith Kanios | Fix 32-bit types in preproc.c and eval.c |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Charles Crayne | Must define types before using them |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: move smacro define/undef to separate functions |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: normalize the handling of case sensitivity |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | Define macros necessary for <inttypes.h> on C++ |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | More "bool" fixes |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: allow 64-bit repeat counts |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: For an SMacro, in_progress really is a boole... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | Additional uses of bool and enum |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | preproc.c: MMacro.in_progress is not a boolean |
commit | commitdiff | tree | snapshot |
2007-10-11 |
H. Peter Anvin | saa_fread/fwrite: when seeking, must set [rw]ptr as... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
H. Peter Anvin | Use the compiler-provided booleans if available, otherw... |
commit | commitdiff | tree | snapshot |
2007-10-10 |
H. Peter Anvin | owlinux.mak: don't clean things we won't be able to |
commit | commitdiff | tree | snapshot |
2007-10-10 |
H. Peter Anvin | configure.in: looks like we need autoconf 2.61 :( |
commit | commitdiff | tree | snapshot |
2007-10-10 |
H. Peter Anvin | Create option -Ox to tell NASM to do unlimited passes |
commit | commitdiff | tree | snapshot |
2007-10-09 |
H. Peter Anvin | Revert "floatb.asm: fix broken testcase" |
commit | commitdiff | tree | snapshot |
2007-10-09 |
H. Peter Anvin | floatb.asm: fix broken testcase |
commit | commitdiff | tree | snapshot |
2007-10-08 |
H. Peter Anvin | saa_rstruct: fix overrun check |
commit | commitdiff | tree | snapshot |
2007-10-08 |
H. Peter Anvin | Add Frank's floattest.asm test file |
commit | commitdiff | tree | snapshot |
2007-10-08 |
H. Peter Anvin | saa_fpwrite: initializing "len" should be part of the... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Charles Crayne | Fix infinite loop in function saa_fpwrite |
commit | commitdiff | tree | snapshot |
2007-10-06 |
H. Peter Anvin | zerobyte.asm: use a real instruction to avoid confusing... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
H. Peter Anvin | zerobyte.asm: add test cases for non-initial \170 uses |
commit | commitdiff | tree | snapshot |
2007-10-06 |
H. Peter Anvin | Check in the proper zerobyte test |
commit | commitdiff | tree | snapshot |
2007-10-06 |
H. Peter Anvin | Emit REX prefix before literal zero (\170) |
commit | commitdiff | tree | snapshot |
2007-10-06 |
H. Peter Anvin | LICENSE: Break long line |
commit | commitdiff | tree | snapshot |
2007-10-05 |
H. Peter Anvin | Add test for problematic floats |
commit | commitdiff | tree | snapshot |
2007-10-05 |
H. Peter Anvin | floatx.asm: add Inf and NaN to the boundary condition... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
H. Peter Anvin | floatx.asm: add specific tests for exponent boundary... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
H. Peter Anvin | float.c: correct the exponent |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | Additional rules in test/Makefile |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | Rewrite the handling of SAA's to allow random access |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | Change cloc_t to struct location, and reorder the members |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | BR 1352920: change loc_t -> cloc_t |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | BR 1352920: Handle upper case %line |
commit | commitdiff | tree | snapshot |
2007-10-04 |
H. Peter Anvin | Use autoconf to request feature macros |
commit | commitdiff | tree | snapshot |
2007-10-03 |
H. Peter Anvin | preproc.c: constipation |
commit | commitdiff | tree | snapshot |
2007-10-03 |
H. Peter Anvin | make alldeps |
commit | commitdiff | tree | snapshot |
2007-10-03 |
H. Peter Anvin | Portability fixes |
commit | commitdiff | tree | snapshot |
2007-10-03 |
H. Peter Anvin | Run "make alldeps". |
commit | commitdiff | tree | snapshot |
2007-10-03 |
H. Peter Anvin | Use the crc64 we already use as the perfect hash functi... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
H. Peter Anvin | insns.dat: add systematic names for the hinting NOPs... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
H. Peter Anvin | Unspecified files are null strings, not null pointers |
commit | commitdiff | tree | snapshot |
2007-10-01 |
H. Peter Anvin | Check for the most basic filename overlaps |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Charles Crayne | modified: nasm.1 to add newer command line options |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Charles Crayne | Merge branch 'master' of git+ssh://ccrayne@repo.or... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
H. Peter Anvin | configure.in: AC_SUBST_FILE should have been AC_SUBST |
commit | commitdiff | tree | snapshot |
2007-09-29 |
H. Peter Anvin | Unbreak relative references to immediate addresses |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Charles Crayne | Merge branch 'master' of git+ssh://ccrayne@repo.or... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
H. Peter Anvin | lib/vsnprintf.c: correct boundary conditions |
commit | commitdiff | tree | snapshot |
2007-09-28 |
H. Peter Anvin | Add substitutes for snprintf() and vsnprintf() |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Frank Kotler | Merge branch 'master' of git+ssh://fbkotler@repo.or... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
H. Peter Anvin | Exclude config.h from the dependency list for the canne... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
H. Peter Anvin | version.pl: Add support for daily snapshot releases |
commit | commitdiff | tree | snapshot |
2007-09-28 |
H. Peter Anvin | Add Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcom |
commit | commitdiff | tree | snapshot |
2007-09-27 |
H. Peter Anvin | Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output) |
commit | commitdiff | tree | snapshot |
2007-09-27 |
H. Peter Anvin | Test for various addressing modes in 64-bit mode |
commit | commitdiff | tree | snapshot |
2007-09-26 |
H. Peter Anvin | nasm option reshuffling, -E -> -Z |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Frank Kotler | Version 0.99.04 |
commit | commitdiff | tree | snapshot |
2007-09-26 |
H. Peter Anvin | nasmdoc: corrections on 64-bit immediates/displacements |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | nasmdoc: shorten lines which are too long |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Document NASM behaviour for 64-bit immediates and displ... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | test/movimm.asm: add optimizable forms |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | assemble.c: clean up whitespace |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Correct the handling of "MOV" with immediate in 64... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Test of immediate handling on 64-bit mode |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Add nasm_zalloc() to nasmlib.c |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Fix BR 1490407: size of the second operand of LAR/LSL |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Fix BR 1490407: size of the second operand of LAR/LSL |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Makefile.in: make "make install" create directories |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | Fix BR 1445441: uninitialized use of "error_file" |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | preproc.c: fix the loop in %undef |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | float.c: clear off uninitialized warning |
commit | commitdiff | tree | snapshot |
2007-09-25 |
H. Peter Anvin | outcoff: set the "virtual size field" to zero (BR 1351586) |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | insns.dat: SMINT - mark ND, DMINT - fix opcode |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | 0F0F is a 3Dnow! prefix; remove from prefix list |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | Additional compaction missed by script |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | insns.dat: machine-generated compaction mmx/xmmreg... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | nasmdoc: grammar fix |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | nasmdoc: remove stray periods |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | test/Makefile: make a bit more useful |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | Implement the -MG option (SF RFE 1564264) |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | nasmdoc: clarify __float*__ example |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | nasmdoc: document the __float*__ operators |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | Support __float*__ for floating-point numbers in expres... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | eval.c: replace sequence of ifs with switch |
commit | commitdiff | tree | snapshot |
2007-09-24 |
H. Peter Anvin | tokhash: allow a bit smarter pattern matching |
commit | commitdiff | tree | snapshot |
2007-09-23 |
H. Peter Anvin | Implement INVLPGA according to the documentation |
commit | commitdiff | tree | snapshot |
next |