platform/upstream/nasm.git
2007-09-17 H. Peter AnvinSwitch the preprocessor over to using the hash table...
2007-09-17 H. Peter AnvinFix the handling of local labels
2007-09-15 H. Peter Anvinpreproc.c: remove unnecessary int64_t
2007-09-15 H. Peter AnvinUse the new hash table function library to store labels
2007-09-14 H. Peter AnvinDefine a proper hash table library
2007-09-14 H. Peter AnvinSimple performance benchmarks: label, macro and token...
2007-09-13 H. Peter Anvinrelease script: fix final cleanup
2007-09-13 H. Peter AnvinModify release script for a git-centric world
2007-09-13 H. Peter Anvinpptok.c: don't insist on C99 compiler behaviour
2007-09-13 H. Peter AnvinFix literal F2 and F3 prefixes
2007-09-13 H. Peter AnvinAdd (untested!) SSSE3, SSE4.1, SSE4.2 instructions
2007-09-13 H. Peter AnvinAdd support for Tejas New Instructions (SSSE3)
2007-09-13 H. Peter AnvinRemove $Id$ tags (useless with git)
2007-09-13 H. Peter AnvinUse rm32 operands for VMREAD/VMWRITE
2007-09-13 H. Peter AnvinMacros for SSSE3/SSE4 instruction sets
2007-09-13 H. Peter AnvinSupport r/m operands for non-integer types
2007-09-13 H. Peter AnvinUse enumerations where practical to ease debugging
2007-09-12 H. Peter Anvinpptok.c: quick-and-dirty downcasing during prehashing
2007-09-12 H. Peter Anvinphash: Tell the user when the graph is OK
2007-09-12 H. Peter Anvinpptok.c: handle holes in the pp_directives array
2007-09-12 H. Peter Anvinpreproc.c: adjust whitespace
2007-09-12 H. Peter AnvinMore automation in the preprocessor conditionals handling
2007-09-12 H. Peter Anvinpptok.c: fix spacing
2007-09-12 H. Peter AnvinGenerate automatically correct tests for %if and %elif
2007-09-12 H. Peter AnvinRun "make alldeps"; add dependencies missing from the...
2007-09-12 H. Peter AnvinUse a perfect hash to look up preprocessor directives
2007-09-12 H. Peter Anvinphash: Be a bit more aggressive about trying to make...
2007-09-12 H. Peter AnvinAdd RCXZ as a known preprocessor condition
2007-09-11 H. Peter Anvindoc: add some cross-references
2007-09-11 H. Peter AnvinFeeble attempt at updating the documentation; remove...
2007-09-11 H. Peter AnvinHandle instructions which can have both REX.W and OSP
2007-09-11 H. Peter AnvinUse enums to make debugging easier
2007-09-11 H. Peter Anvinndisasm: handle \366 codes, prefer unprefixed instructions
2007-09-11 H. Peter AnvinSimplify tokens.dat slightly
2007-09-11 H. Peter AnvinQuiet gcc warning about uninitialized variables
2007-09-11 H. Peter AnvinMake the big instruction arrays "const"
2007-09-10 H. Peter AnvinUse an actual enum for the opcode
2007-09-10 H. Peter AnvinFix order of token arguments
2007-09-10 H. Peter Anvinassemble.c: correct special handing of ESP/RSP
2007-09-10 H. Peter Anvintokhash: correct duplicate-token test
2007-09-10 H. Peter Anvintokhash: adjust table types to reduce size
2007-09-10 H. Peter AnvinFix the MMXREG and XMMREG flags definitions.
2007-09-05 H. Peter Anvinnasm.spec.in: Copyright -> License
2007-09-05 H. Peter AnvinFix "make tar"; useful for RPM testing
2007-09-05 H. Peter AnvinRemove obsolete Serial: construct; we shouldn't need...
2007-09-04 Chuck CrayneProvide 64-bit support for ORG directive
2007-09-02 H. Peter AnvinFix some MMX/SSE irregularities which interact with...
2007-09-02 H. Peter Anvinphash.ph: yet another attempt at getting Perl to behave...
2007-09-02 H. Peter AnvinSimple 64-bit org test
2007-09-02 H. Peter Anvinphash.ph: remove some stale code
2007-09-02 Chuck CrayneForce use of integer values for generating hash keys.
2007-08-31 H. Peter Anvinphash: don't rely on the build platform Perl version...
2007-08-31 H. Peter Anvintokhash.pl: formatting changes for readability
2007-08-31 H. Peter Anvintokhash: Speed up the rejection of unhashed values
2007-08-31 H. Peter Anvintokhash.pl: "ix" should have the same width as the...
2007-08-31 H. Peter AnvinAdd "do not edit" comment to tokhash.c
2007-08-31 H. Peter AnvinMake the token hash a bit smaller by using 16-bit hash...
2007-08-31 H. Peter AnvinMinor cleanup; remove duplication of names.c
2007-08-30 H. Peter Anvinphash.ph: use a bipartite graph to reduce the storage...
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-30 H. Peter AnvinMakefile rule for tokhash.c
2007-08-30 H. Peter Anvintokens.dat: Data file containing alphanumeric tokens...
2007-08-30 H. Peter AnvinGenerate a perfect hash for the token parser
2007-08-30 H. Peter AnvinFix bugs in repeated suffix handling, which led to...
2007-08-30 H. Peter Anvinphash.ph: more powerful prehashing
2007-08-30 H. Peter AnvinMake the perfect hash generator an includable module
2007-08-29 H. Peter AnvinCorrect the logic for recording fs: and gs: overrides.
2007-08-29 H. Peter AnvinGenerate R_X86_64_64 relocations in elf64 output
2007-08-29 H. Peter AnvinAdd README file
2007-08-29 H. Peter AnvinCreate a Perl library directory, and add the Graph...
2007-08-29 H. Peter AnvinPerfect hash generator, as a perl script
2007-08-29 H. Peter AnvinUse standard macro for the default directive
2007-08-29 H. Peter AnvinAdd standard macro for [default] directive
2007-08-29 H. Peter AnvinMore test cases for rel and abs addressing
2007-08-29 H. Peter AnvinAdd [default] directive
2007-08-29 H. Peter Anvinnasmlib: add bsii() case-insensitive version of bsi()
2007-08-29 H. Peter AnvinAdd test cases for IP-relative addressing
2007-08-29 H. Peter AnvinSuppress IP-relative only for fs: and gs: overrides
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-08-26 Frank Kotlerattempt to make static makefiles aware of outelf32...
2007-08-26 Frank Kotleradd nasm_strsep to nasmlib, for output/outmacho.c ...
2007-08-26 Frank Kotlerremove "#include <unistd.h> from rdoff directory -...
2007-08-26 Frank Kotlerfinally commit Mike Frysinger's "elf-visibility" patch
2007-08-20 H. Peter Anvinregs.pl: handle dashed sequences with suffixes
2007-08-20 H. Peter Anvinsync.c: change ULONG_MAX to UINT32_MAX
2007-08-20 H. Peter AnvinAdd _MIN and _MAX macros for the fixed-size types.
2007-08-20 H. Peter Anvinldrdf: cast output of sizeof() before passing to printf...
2007-08-19 Keith KaniosFixed RIP address processing ambiguity found by Charles...
2007-08-17 Keith KaniosFixed issues with REX prefix effective address generati...
2007-08-17 Keith KaniosChanged MMXREG and XMMREG flags to help resolve invalid...
2007-07-07 H. Peter AnvinMore int/int32_t confusion
2007-07-07 H. Peter Anvinregflag() should return int32_t.
2007-06-21 H. Peter AnvinDetect missing <inttypes.h> and include ersatz version...
2007-06-21 H. Peter Anvininttypes.h: for older preprocessors, specify L and...
2007-06-21 H. Peter Anvininttypes.h: Fix spelling of SHRT_MAX
2007-06-21 H. Peter Anvininttypes.h: do a single ersatz <inttypes.h> based on...
2007-06-03 Chuck CrayneSupport 32-bit direct addressing in 64-bit mode without...
2007-06-02 H. Peter AnvinFix the [U]INT*_C() creation macros
2007-06-02 H. Peter AnvinFor platforms that don't have them, provide <inttypes...
2007-05-30 H. Peter AnvinFix the handling of the \313 code.
next