platform/upstream/nasm.git
2010-02-16 Cyrill Gorcunovpreproc.c: Eliminate parasite comment on PP_STACKSIZE
2010-02-16 Cyrill Gorcunovpreproc.c: Fix tab\space mess
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: Get rid of id length restriction
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: Point to the correct license file
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: It's 2010 already
2010-02-15 H. Peter AnvinNASM 2.08rc9
2010-02-15 H. Peter Anvindoc/changes.src: update in preparation of 2.08 release
2010-02-14 Cyrill Gorcunovpreproc.c: Fix SIGSEV on missed %endm
2010-02-12 Cyrill Gorcunovpreproc.c: Fix NULL dereference on package absence
2010-02-11 Cyrill GorcunovNASM 2.08rc8
2010-02-11 Cyrill Gorcunovoutput/outbin.c: Fix misprinted alignment bound
2010-02-11 Cyrill Gorcunovexpand_smacro: Don't search for ID in global context
2010-02-11 Cyrill GorcunovElf: Drop useless SEG_ALIGN_1
2010-02-11 Cyrill GorcunovUse ALIGN helper
2010-02-11 Cyrill Gorcunovnasmlib.h: Introduce ALIGN helpers
2010-02-11 Per Jessenpreproc.c: Use 16 byte offset in "flat64" stack model
2010-02-10 Cyrill Gorcunovdoc/nasmdoc.src: Delete misplaced "point" sign
2010-01-24 Alexander Ilyincontrib/MSVC6.txt: Add guide how to use nasm in MSVC6
2010-01-24 Cyrill Gorcunovnasmlib.c: Use UINT64_C for 64bit constants
2010-01-12 H. Peter AnvinNASM 2.08rc7
2010-01-09 Cyrill Gorcunovnasm.c: Restore strings broken by `indent`
2010-01-07 H. Peter AnvinREADME: add note to see the AUTHORS file
2010-01-07 H. Peter Anvininsns.dat: in 64-bit mode, accept "monitor rax,ecx...
2010-01-03 Cyrill GorcunovMkfiles: Add depends on stabs.h for Elf output
2010-01-03 Cyrill Gorcunovdoc/changes.src: Update changes
2010-01-03 Cyrill GorcunovELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
2010-01-03 Cyrill Gorcunovelf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpers
2010-01-03 Cyrill Gorcunovoutput/outelfX.c: Use definitions from stabs.h
2010-01-03 Cyrill GorcunovAdd common STABs definition into output/stabs.h
2010-01-03 Cyrill GorcunovoutelfX.c: Trivial cleanup
2010-01-03 Cyrill GorcunovBR2924380: Add AMD LWP instructions
2010-01-02 Cyrill GorcunovBR2924383: fix XOP instructions
2010-01-02 Cyrill GorcunovBR2924583: fix FMA4 instructions
2010-01-02 Cyrill GorcunovElf: Allow symbols binding to undefined section
2009-12-22 Cyrill Gorcunovdoc/nasmdoc.src: Update the number of sync points in...
2009-12-22 Cyrill Gorcunovsync.c: Get sync points limit back
2009-12-22 Cyrill Gorcunovsync.c: Style nitfix
2009-12-19 H. Peter AnvinNASM 2.08rc6
2009-12-16 Cyrill Gorcunovinsns.dat: Restore default size of memory operands
2009-12-13 Cyrill Gorcunovdoc/changes.src: describe changes
2009-12-09 Cyrill GorcunovElf: bind labels to text section by default
2009-12-05 Cyrill GorcunovBR2907058: insn_size - close file handle before returning
2009-12-04 Cyrill Gorcunovnasm.c: Use copy_filename to set error message file
2009-12-02 Cyrill Gorcunovinsns.dat: AVX -- no need for IF_ARx in template
2009-11-30 H. Peter AnvinRun "make alldeps"
2009-11-30 H. Peter Anvinoutrdf.c: remove obsolete file
2009-11-30 H. Peter Anvinoutform.h: fix OF_NO_RDF2
2009-11-30 H. Peter AnvinAUTHORS: convert to UTF-8
2009-11-30 H. Peter Anvinoutmacho32: replace error() -> nasm_error()
2009-11-28 H. Peter AnvinNASM 2.08rc5
2009-11-28 H. Peter Anvintest/Makefile: make it easier to inject options
2009-11-21 Cyrill Gorcunovpreproc.c: expand_smacro -- break endless loop for...
2009-11-17 Cyrill Gorcunovoutcoff: BuildExportTable -- tab/space fix
2009-11-17 Cyrill Gorcunovoutcoff: Do not fail on long export identifiers
2009-11-13 H. Peter AnvinNASM 2.08rc4
2009-11-11 Victor van... Update test files
2009-11-11 Victor van... Add test/bisect.sh for use with "git bisect"
2009-11-11 Victor van... Don't boundcheck 64-bit numbers, it gives problems...
2009-11-10 H. Peter AnvinNASM 2.08rc3
2009-11-10 H. Peter Anvininsns.dat: remove non-DREX SSE5 instructions
2009-11-09 H. Peter Anvinchanges.src: document removal of DREX instructions
2009-11-09 H. Peter AnvinSSE5: remove all DREX-based instructions
2009-11-06 Cyrill Gorcunovoutelf32/64 - various cleanups in a sake of unification
2009-11-06 Cyrill GorcunovdwarfX_output: dont check for "ln" twice
2009-11-06 Cyrill Gorcunovoutput/outelf64.c: simplify stabs64_cleanup, dwarf64_cl...
2009-11-06 Cyrill GorcunovDocument BR 2887108 in changes.src
2009-11-06 Cyrill GorcunovMerge elf header files
2009-11-06 Cyrill Gorcunovhash_init: check for size being power of two
2009-11-06 Cyrill Gorcunovhashtbl.c: Unify common hash ops by macros
2009-11-06 Cyrill GorcunovIntroduce is_power2 helper
2009-11-06 H. Peter AnvinMOVD xmmreg: not valid with REX.W
2009-11-05 Cyrill GorcunovComment out matches() operand flags logic
2009-11-05 Cyrill Gorcunovnasmlib.h: Introduce nasm_build_assert
2009-11-04 H. Peter Anvintest: imul.asm: move warning-generated tests under...
2009-11-03 H. Peter Anvintest: imul.asm: more IMUL pattern tests
2009-11-03 H. Peter AnvinNASM 2.08rc2
2009-11-03 Cyrill Gorcunovmatches: simplify check operand size actions
2009-11-03 Cyrill GorcunovIMUL: sbyteX fix -- last one
2009-11-03 H. Peter AnvinIMUL: fix an additional incorrect sbyte use
2009-11-03 H. Peter AnvinBR 2887108: fix incorrect sbyte usage in IMUL
2009-11-01 Cyrill GorcunovRevert "BR 2887108: Use overflow_ helper to catch inapp...
2009-10-31 Cyrill Gorcunovstdscan.c: use TOKEN_EOS and string helpers
2009-10-31 Cyrill GorcunovVarious tab/space/comment cleanup
2009-10-31 Cyrill Gorcunovoutput/outelf32-64: use string helpers
2009-10-31 Cyrill GorcunovRemove outdated comments
2009-10-31 Cyrill Gorcunovstdscan: switch to stdscan_get/set routines
2009-10-31 Cyrill Gorcunovnasmlib: Introduce idata_bytes helper
2009-10-31 Cyrill GorcunovBR 2887108: Use overflow_ helper to catch inappropriate...
2009-10-25 Keith Kanioschanges.src: document preprocessor directives added...
2009-10-25 Keith Kaniospreproc.c: fix exitmacro to account for if/endif blocks
2009-10-18 Cyrill Gorcunovcontinue using is_class helper
2009-10-17 Cyrill Gorcunovchanges.src: describe changes since version 2.07 up...
2009-10-17 Keith KaniosBR 2840300: fix macho symbol alignment bug
2009-10-14 Cyrill Gorcunovparser.c: pasrse_line -- fix alignment
2009-10-13 H. Peter Anvinassemble: xsizeflags[] is an opflags_t variable
2009-10-13 H. Peter Anvinopflags: more int32_t -> opflags_t conversions
2009-10-13 H. Peter AnvinNASM 2.08rc1
2009-10-13 H. Peter Anvinnasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
2009-10-13 Cyrill Gorcunovnasm.c: use string helpers
2009-10-13 Cyrill Gorcunovpreproc.c: use string helpers
next