platform/upstream/nasm.git
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.
2007-05-30 H. Peter AnvinMachine-generated \321->\324 corrections
2007-05-30 Frank Kotlerupdate "version" to 0.99.02
2007-05-30 H. Peter AnvinCorrect the generation of 67 prefixes.
2007-05-30 H. Peter AnvinUpdate dependencies.
2007-05-30 Frank Kotlerupdate cvs server name in misc/release script
2007-05-30 H. Peter AnvinAvoid magic values; we have more than 124 registers now
2007-05-30 H. Peter AnvinRemove bogus redundant tests
2007-05-30 H. Peter AnvinMore \321 -> \324
2007-05-30 H. Peter AnvinRemove bogus check for 64-bitness
2007-05-30 H. Peter AnvinGet rid of magic open-coded "register numbers"
2007-05-30 H. Peter AnvinMOV reg64,reg64 takes \324 (64 bit with REX) not \321...
2007-05-30 H. Peter AnvinRename REGNORM to REG_EA
2007-05-30 H. Peter AnvinMore instruction flag surgery
2007-05-30 H. Peter AnvinMore cleanup of operand flags/register classes
2007-05-29 H. Peter AnvinClean up the existing operand flag definitions, and...
2007-05-29 H. Peter AnvinRun "make alldeps"
2007-05-24 Frank Kotlerupdate version number to 0.99.01
2007-05-15 H. Peter Anvinregs.dat: fix comment
2007-05-04 H. Peter Anvin16-bit relocations are standard in ELF64 (at my request...
2007-05-04 Chuck CrayneAddition of elf32 and elf64 output formats.
2007-05-02 Chuck CrayneAllow '!' to be used in expressions with same meaning...
2007-05-02 Chuck CrayneAdd %IFN and %ELIFN as per RFE #786286
2007-04-30 Chuck CrayneAccept responsibility for support of outelf64.c
2007-04-29 Chuck CrayneClarify comments about relocation entries.
2007-04-29 Chuck CrayneAllow ELF32 to be invoked either as -f elf or -f elf32
2007-04-28 Chuck CrayneEliminate shift count warnings when building on 32...
2007-04-28 Chuck CrayneInitial support for ELF64
2007-04-18 H. Peter AnvinFix the handling of \324 for computing the length
2007-04-18 Keith KaniosFixed RDF/2 to comply with "maxbits" use.
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
2007-04-16 Keith KaniosMEM_OFFSET Instructions Fixed.
2007-04-16 Keith KaniosFixed 64-bit Mode Segment Selection.
2007-04-16 Keith KaniosFixed distinction between [LOCAL]SYMBOL/IMMEDIATE for...
2007-04-16 Keith KaniosFixed long mode MEM_OFFS issue.
2007-04-16 Keith KaniosFilled in all RIP Register Flags.
2007-04-16 H. Peter AnvinMore \321 -> \324 for 64-bit instructions
2007-04-16 Keith KaniosFixed 64-bit offset generation.
2007-04-16 H. Peter AnvinMore 64-bit ndisasm fixes.
2007-04-16 H. Peter AnvinFixes for 64-bit ndisasm.
2007-04-16 H. Peter AnvinUse + instead of * for extension; it feels cleaner...
2007-04-16 H. Peter AnvinInitial 64-bit support for ndisasm. Still a work in...
2007-04-15 H. Peter AnvinClean up the 64-bitification of regs.dat for 64-bit...
2007-04-15 H. Peter AnvinRemove @GCCFLAGS@
2007-04-15 H. Peter AnvinCR8 is not special in any way as far as the assembler...
2007-04-15 H. Peter AnvinGet rid of @GCCFLAGS@
2007-04-15 H. Peter AnvinCleaner way to add gcc options
2007-04-15 Keith KaniosFixed distinction between RIP relative symbols and...
2007-04-15 H. Peter AnvinFix the register number for CR7 (it was using the same...
2007-04-15 H. Peter AnvinMore perl-like idioms for generating regdis.c
2007-04-15 Keith KaniosFixed regdis.c generation.
2007-04-14 Keith KaniosAdded DQ constants for all BITS modes.
2007-04-14 H. Peter Anvinoutmacho.c: stylistic cleanups
2007-04-14 Keith KaniosFixed support for DQ constants in long mode.
2007-04-14 Keith KaniosHopefully it is actually fixed this time :P
2007-04-14 Keith KaniosFixed structure initialization issue.
2007-04-14 Keith KaniosRefixed uninitialized data.
2007-04-14 Keith KaniosFixed uninitialized structure data.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosAdded outmacho.* to static makefile.
2007-04-13 Keith KaniosFixed REGRIP -> RIPREG to match regs.dat.
2007-04-13 Keith KaniosFixed obj_fwrite() declaration to match "static" defini...
2007-04-13 Keith KaniosAdded appropriate "void" prototypes.
2007-04-13 Keith KaniosReplaced str(n)casecmp with more standard str(n)icmp.
2007-04-13 H. Peter AnvinAIf we have config.h, we should actually include it!!
2007-04-13 H. Peter AnvinWhen compiling with gcc, compile with -W -Wall for...
2007-04-13 H. Peter AnvinMacroize any compiler-specific code; macros defined...
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-13 Keith KaniosComment "REX.I" should have been "REX.X"
2007-04-13 Keith KaniosFixed c99 data-types after removal of typedefs.
2007-04-13 Keith KaniosAdded Dev-Cpp Makefile
2007-04-13 Keith Kanios*** empty log message ***
2007-04-12 H. Peter AnvinRemove redundant inclusion of <inttypes.h>
2007-04-12 H. Peter AnvinRemove obsolete types; add <inttypes.h> where needed...
2007-04-12 H. Peter Anvinautogen.sh script to create configure, et al.
2007-04-12 Keith KaniosFixed c99 support for RDOFF Tools
2007-04-12 H. Peter Anvinoutmacho.c: Don't assume __builtin_ctzl exists for...
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2006-03-02 Eric ChristopherAdd VMX instructions.
2006-02-04 Eric ChristopherFix documentation building for non-srcdir builds. Still...
2006-02-02 Eric Christopher2006-02-02 Eric Christopher <echristo@apple.com>
2005-12-09 Eric Christopher2005-12-08 Wade Tregaskis <wtregaskis@apple.com>
2005-12-05 Eric Christopher2005-12-05 Eric Christopher <echristo@apple.com>
2005-10-20 Eric ChristopherAllow CFLAGS to be overridden from make.
2005-10-07 Eric ChristopherAdded section attributes, in particular S_ATTR_SOME_INS...
2005-09-26 Eric ChristopherBreak macho_cleanup into separate functions.
2005-09-22 Eric ChristopherRun misc/Nindent on outmacho.c
next