summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove $Id$ tags (useless with git)H. Peter Anvin2007-09-1216-16/+0
* Use rm32 operands for VMREAD/VMWRITEH. Peter Anvin2007-09-121-4/+2
* Macros for SSSE3/SSE4 instruction setsH. Peter Anvin2007-09-121-0/+3
* Support r/m operands for non-integer typesH. Peter Anvin2007-09-124-13/+27
* Use enumerations where practical to ease debuggingH. Peter Anvin2007-09-1226-397/+440
* pptok.c: quick-and-dirty downcasing during prehashingH. Peter Anvin2007-09-121-1/+7
* phash: Tell the user when the graph is OKH. Peter Anvin2007-09-121-2/+2
* pptok.c: handle holes in the pp_directives arrayH. Peter Anvin2007-09-121-1/+1
* preproc.c: adjust whitespaceH. Peter Anvin2007-09-121-0/+1
* More automation in the preprocessor conditionals handlingH. Peter Anvin2007-09-122-176/+131
* pptok.c: fix spacingH. Peter Anvin2007-09-121-1/+1
* Generate automatically correct tests for %if and %elifH. Peter Anvin2007-09-122-3/+17
* Run "make alldeps"; add dependencies missing from the previous checkinH. Peter Anvin2007-09-1220-20/+20
* Use a perfect hash to look up preprocessor directivesH. Peter Anvin2007-09-1226-241/+423
* phash: Be a bit more aggressive about trying to make a small hashH. Peter Anvin2007-09-121-1/+1
* Add RCXZ as a known preprocessor conditionH. Peter Anvin2007-09-121-3/+3
* doc: add some cross-referencesH. Peter Anvin2007-09-111-8/+11
* Feeble attempt at updating the documentation; remove Appendix BH. Peter Anvin2007-09-112-6750/+6803
* Handle instructions which can have both REX.W and OSPH. Peter Anvin2007-09-113-59/+90
* Use enums to make debugging easierH. Peter Anvin2007-09-113-9/+11
* ndisasm: handle \366 codes, prefer unprefixed instructionsH. Peter Anvin2007-09-111-12/+34
* Simplify tokens.dat slightlyH. Peter Anvin2007-09-111-3/+1
* Quiet gcc warning about uninitialized variablesH. Peter Anvin2007-09-111-0/+2
* Make the big instruction arrays "const"H. Peter Anvin2007-09-114-17/+17
* Use an actual enum for the opcodeH. Peter Anvin2007-09-102-6/+6
* Fix order of token argumentsH. Peter Anvin2007-09-101-2/+2
* assemble.c: correct special handing of ESP/RSPH. Peter Anvin2007-09-101-1/+1
* tokhash: correct duplicate-token testH. Peter Anvin2007-09-101-1/+1
* tokhash: adjust table types to reduce sizeH. Peter Anvin2007-09-101-7/+11
* Fix the MMXREG and XMMREG flags definitions.H. Peter Anvin2007-09-101-2/+2
* nasm.spec.in: Copyright -> LicenseH. Peter Anvin2007-09-051-1/+1
* Fix "make tar"; useful for RPM testingH. Peter Anvin2007-09-051-1/+1
* Remove obsolete Serial: construct; we shouldn't need it anyway.H. Peter Anvin2007-09-052-2/+0
* 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