summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 0.99.05nasm-0.99.05H. Peter Anvin2007-10-161-1/+1
* Tests of obscenely large exponentsH. Peter Anvin2007-10-161-14/+24
* Comma-separate contents of __FLOAT__H. Peter Anvin2007-10-161-1/+1
* Implement floating-point option control directiveH. Peter Anvin2007-10-165-4/+98
* Floating-point warning fixes; fix round-to-overflowH. Peter Anvin2007-10-163-13/+40
* Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin2007-10-164-26/+59
* Additional entries for .gitignoreH. Peter Anvin2007-10-161-2/+10
* Refactor floating-point formatting code; fix 80-bit denormsH. Peter Anvin2007-10-161-181/+152
* Add 1.5 as a test case: representative of an exact fractionH. Peter Anvin2007-10-161-0/+15
* Recognize 'd', 't' and 'y' as radix suffixesH. Peter Anvin2007-10-151-1/+3
* Fix FISTTP opcodes (BR 689695)H. Peter Anvin2007-10-151-3/+3
* New floating-point conversion routinesH. Peter Anvin2007-10-152-303/+536
* Add testnos3 from the gdtoa package (floating-point test)H. Peter Anvin2007-10-151-0/+972
* .gitignore file doesn't need to be in the release fileH. Peter Anvin2007-10-131-1/+1
* Add .gitignore file so "git status" produces something saneH. Peter Anvin2007-10-131-0/+49
* autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59H. Peter Anvin2007-10-131-3/+5
* Fix 32-bit types in preproc.c and eval.cKeith Kanios2007-10-132-19/+19
* Must define types before using themCharles Crayne2007-10-113-0/+3
* preproc.c: move smacro define/undef to separate functionsH. Peter Anvin2007-10-111-149/+82
* preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitiveH. Peter Anvin2007-10-111-1/+1
* preproc.c: normalize the handling of case sensitivityH. Peter Anvin2007-10-111-17/+23
* Define macros necessary for <inttypes.h> on C++H. Peter Anvin2007-10-111-0/+7
* More "bool" fixesH. Peter Anvin2007-10-112-2/+3
* preproc.c: allow 64-bit repeat countsH. Peter Anvin2007-10-111-10/+11
* preproc.c: For an SMacro, in_progress really is a boolean (no %rep)H. Peter Anvin2007-10-111-1/+1
* Additional uses of bool and enumH. Peter Anvin2007-10-1114-70/+77
* preproc.c: MMacro.in_progress is not a booleanH. Peter Anvin2007-10-111-1/+1
* saa_fread/fwrite: when seeking, must set [rw]ptr as wellH. Peter Anvin2007-10-101-0/+2
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-1025-410/+403
* owlinux.mak: don't clean things we won't be able toH. Peter Anvin2007-10-101-4/+5
* configure.in: looks like we need autoconf 2.61 :(H. Peter Anvin2007-10-101-2/+2
* Create option -Ox to tell NASM to do unlimited passesH. Peter Anvin2007-10-102-29/+46
* Revert "floatb.asm: fix broken testcase"H. Peter Anvin2007-10-081-1/+1
* floatb.asm: fix broken testcaseH. Peter Anvin2007-10-081-1/+1
* saa_rstruct: fix overrun checkH. Peter Anvin2007-10-081-1/+1
* Add Frank's floattest.asm test fileH. Peter Anvin2007-10-081-0/+26
* saa_fpwrite: initializing "len" should be part of the loopH. Peter Anvin2007-10-071-2/+1
* Fix infinite loop in function saa_fpwriteCharles Crayne2007-10-071-0/+1
* zerobyte.asm: use a real instruction to avoid confusing ndisasmH. Peter Anvin2007-10-051-1/+1
* zerobyte.asm: add test cases for non-initial \170 usesH. Peter Anvin2007-10-051-0/+17
* Check in the proper zerobyte testH. Peter Anvin2007-10-052-0/+7
* Emit REX prefix before literal zero (\170)H. Peter Anvin2007-10-052-0/+1
* LICENSE: Break long lineH. Peter Anvin2007-10-051-1/+2
* Add test for problematic floatsH. Peter Anvin2007-10-051-0/+22
* floatx.asm: add Inf and NaN to the boundary condition testsH. Peter Anvin2007-10-041-2/+14
* floatx.asm: add specific tests for exponent boundary conditionsH. Peter Anvin2007-10-041-0/+26
* float.c: correct the exponentH. Peter Anvin2007-10-041-1/+1
* Additional rules in test/MakefileH. Peter Anvin2007-10-041-1/+5
* Rewrite the handling of SAA's to allow random accessH. Peter Anvin2007-10-043-146/+188
* Change cloc_t to struct location, and reorder the membersH. Peter Anvin2007-10-036-10/+10