summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide 64-bit support for ORG directivenasm-0.99.02Chuck Crayne2007-09-041-24/+21
* Fix some MMX/SSE irregularities which interact with the 64-bit supportH. Peter Anvin2007-09-022-12/+48
* phash.ph: yet another attempt at getting Perl to behave, arithmeticallyH. Peter Anvin2007-09-021-7/+15
* Simple 64-bit org testH. Peter Anvin2007-09-021-0/+15
* phash.ph: remove some stale codeH. Peter Anvin2007-09-021-9/+0
* Force use of integer values for generating hash keys.Chuck Crayne2007-09-021-2/+4
* phash: don't rely on the build platform Perl version of rand()H. Peter Anvin2007-08-314-61/+171
* tokhash.pl: formatting changes for readabilityH. Peter Anvin2007-08-311-44/+41
* tokhash: Speed up the rejection of unhashed valuesH. Peter Anvin2007-08-312-5/+18
* tokhash.pl: "ix" should have the same width as the "hash" arraysH. Peter Anvin2007-08-311-1/+3
* Add "do not edit" comment to tokhash.cH. Peter Anvin2007-08-311-1/+6
* Make the token hash a bit smaller by using 16-bit hash tablesH. Peter Anvin2007-08-311-2/+2
* Minor cleanup; remove duplication of names.cH. Peter Anvin2007-08-312-10/+4
* phash.ph: use a bipartite graph to reduce the storage requirementsH. Peter Anvin2007-08-302-14/+20
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-3034-379/+470
* Makefile rule for tokhash.cH. Peter Anvin2007-08-301-1/+6
* tokens.dat: Data file containing alphanumeric tokens not in other .datsH. Peter Anvin2007-08-301-0/+38
* Generate a perfect hash for the token parserH. Peter Anvin2007-08-301-0/+184
* Fix bugs in repeated suffix handling, which led to missing r8d/r8w/r8dH. Peter Anvin2007-08-301-1/+1
* phash.ph: more powerful prehashingH. Peter Anvin2007-08-301-14/+20
* Make the perfect hash generator an includable moduleH. Peter Anvin2007-08-302-252/+261
* Correct the logic for recording fs: and gs: overrides.H. Peter Anvin2007-08-291-1/+1
* Generate R_X86_64_64 relocations in elf64 outputH. Peter Anvin2007-08-291-7/+24
* Add README fileH. Peter Anvin2007-08-291-0/+5
* Create a Perl library directory, and add the Graph module to itH. Peter Anvin2007-08-2923-1/+10913
* Perfect hash generator, as a perl scriptH. Peter Anvin2007-08-291-0/+303
* Use standard macro for the default directiveH. Peter Anvin2007-08-291-2/+2
* Add standard macro for [default] directiveH. Peter Anvin2007-08-291-1/+3
* More test cases for rel and abs addressingH. Peter Anvin2007-08-291-1/+62
* Add [default] directiveH. Peter Anvin2007-08-293-42/+63
* nasmlib: add bsii() case-insensitive version of bsi()H. Peter Anvin2007-08-292-0/+19
* Add test cases for IP-relative addressingH. Peter Anvin2007-08-291-0/+38
* Suppress IP-relative only for fs: and gs: overridesH. Peter Anvin2007-08-292-3/+4
* Implement REL/ABS modifiersH. Peter Anvin2007-08-287-64/+75
* attempt to make static makefiles aware of outelf32/outelf64Frank Kotler2007-08-2619-23/+41
* add nasm_strsep to nasmlib, for output/outmacho.c - strtok doesn't workFrank Kotler2007-08-263-5/+31
* remove "#include <unistd.h> from rdoff directory - two places - it annoyed Wi...Frank Kotler2007-08-262-2/+0
* finally commit Mike Frysinger's "elf-visibility" patchFrank Kotler2007-08-263-8/+77
* regs.pl: handle dashed sequences with suffixesH. Peter Anvin2007-08-202-36/+16
* sync.c: change ULONG_MAX to UINT32_MAXH. Peter Anvin2007-08-201-1/+1
* Add _MIN and _MAX macros for the fixed-size types.H. Peter Anvin2007-08-201-0/+16
* ldrdf: cast output of sizeof() before passing to printf(), to avoid warning.H. Peter Anvin2007-08-201-2/+3
* Fixed RIP address processing ambiguity found by Charles Crayne.Keith Kanios2007-08-191-0/+1
* Fixed issues with REX prefix effective address generation. Fixed XMM instruct...Keith Kanios2007-08-172-248/+258
* Changed MMXREG and XMMREG flags to help resolve invalid REX prefix generation...Keith Kanios2007-08-171-2/+2
* More int/int32_t confusionH. Peter Anvin2007-07-071-2/+2
* regflag() should return int32_t.H. Peter Anvin2007-07-071-1/+1
* Detect missing <inttypes.h> and include ersatz version if missingH. Peter Anvin2007-06-212-7/+4
* inttypes.h: for older preprocessors, specify L and LL as appropriateH. Peter Anvin2007-06-211-3/+3
* inttypes.h: Fix spelling of SHRT_MAXH. Peter Anvin2007-06-211-1/+1