platform/upstream/nasm.git
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-07-16 H. Peter Anvinchanges.src: update with the 2.08.xx changes
2010-07-16 H. Peter AnvinNASM 2.09rc4
2010-07-16 H. Peter AnvinMake -Ox the default
2010-07-13 Bryant KellerDocumentation: describe %ifenv and friends
2010-07-13 H. Peter Anvinpreproc: add %ifenv
2010-07-13 H. Peter AnvinBR3028880: Revert to nonfatal, better error message...
2010-07-13 Cyrill GorcunovUpdate changes.src
2010-07-13 Cyrill GorcunovBR3028880: Make nonexistent environment variable being...
2010-07-13 Cyrill GorcunovCheck in test for BR3028880
2010-07-13 Cyrill GorcunovBR3028880: Fix NULL dereference on nonexistent environm...
2010-07-13 Cyrill Gorcunovtokenize: Fix wrong string index in indirect strings
2010-07-13 Cyrill Gorcunovpreproc: Extract reading line from predefined macros...
2010-07-13 Cyrill GorcunovDocumentation updates
2010-07-13 Cyrill GorcunovNo need for \n at __OUTPUT_FORMAT__ macro end
2010-07-13 Cyrill GorcunovMerge branches 'master' and 'preproc-paste-fix'
2010-07-13 Cyrill GorcunovBR3026808: Assign to local preprocessor variable does...
2010-07-10 H. Peter Anvinnasmdoc: remove obsolete Sourceforge references
2010-07-10 H. Peter AnvinNASM 2.09rc3
2010-07-09 Cyrill GorcunovNASM 2.08.02
2010-07-09 Cyrill Gorcunovpreproc.c: Fix NULL deref on token pasting
2010-07-09 Cyrill Gorcunovpreproc.c: Fix NULL deref on token pasting
2010-07-09 Cyrill Gorcunovpreproc: add another test case
2010-07-08 H. Peter Anvinpreproc: don't paste TOK_PREPROC_ID
2010-07-08 H. Peter AnvinRevert "BR3005117: Expland local single macro before...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Don't forget to handle...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Expand local single macros...
2010-07-08 H. Peter AnvinRevert "expand_mmac_params: Expand local single macros...
2010-07-08 H. Peter AnvinCheck in test case from bug report br3005117
2010-07-08 H. Peter Anvinbr3026808: add test case
2010-07-08 H. Peter Anvininsns: add FXSAVE64/FXRSTOR64, drop np prefix
2010-07-08 H. Peter AnvinMerge branch 'master' of ssh://repo.or.cz/srv/git/nasm
2010-07-07 H. Peter Anvininsns.dat: add XSAVE/XRSTOR64, XSAVEOPT, VCVTPH2PS...
2010-07-07 H. Peter Anvininsns.dat: remove VCVTPH2PS/VCVTPS2PH as AMD instructions
2010-07-06 H. Peter AnvinNASM 2.09rc2
2010-07-06 Cyrill Gorcunovdoc: Update changes.src
2010-07-06 H. Peter Anvininsns.dat: fix CPU flags for new instructions
2010-07-06 H. Peter AnvinAdd RD*SBASE, WR*SBASE, RDRAND from AVX v7
2010-07-06 Cyrill Gorcunovoutbin: Cleanup bin_cleanup
2010-07-06 Cyrill Gorcunovoutbin: Simplify reverse address computing
2010-07-06 Cyrill GorcunovBR3025702: outbin -- Fix byte ordering
2010-06-25 H. Peter Anvindoc: inslist.src is an intermediate file, move to ...
2010-06-25 Cyrill GorcunovBR 3020760: insns.dat -- confirm push imm32 on x86...
2010-06-19 Cyrill Gorcunovpreproc.c: Get rid of signed/unsigned comparison warning
2010-06-18 H. Peter AnvinBR 3018233: handle LFS, LGS and LSS with a 64-bit register
2010-06-15 H. Peter Anvinopenwcom.mak: drop /f from delete commands
2010-06-15 H. Peter AnvinRename filenames to 8.3 format
2010-06-08 Cyrill Gorcunovexpand_mmac_params: Expand local single macros uncondit...
2010-06-08 Cyrill Gorcunovexpand_mmac_params: Expand local single macros uncondit...
2010-06-07 H. Peter Anvinoutobj: handle compilers without 64-bit switch() support
2010-06-07 H. Peter Anvinoutelf32: handle compilers without 64-bit switch()...
2010-06-05 Cyrill GorcunovNASM 2.09rc1
2010-06-05 Cyrill Gorcunovnasmdoc: Document macro parameters range
2010-06-05 Cyrill Gorcunovexpand_mmac_params_range: Simplify condition
2010-06-04 Cyrill Gorcunovpreproc.c: Fix argument indices checking in parameters...
2010-06-04 Cyrill Gorcunovpreproc.c: Introduce macros parameters range expansion
2010-06-04 Cyrill Gorcunovexpand_mmac_params: Format condition
2010-06-03 Cyrill Gorcunovnasmlib: Rename elements() macro to ARRAY_SIZE
2010-06-02 Cyrill Gorcunovpreproc.c: Use list_ helpers
2010-06-02 Cyrill Gorcunovexpand_mmac_params: Don't forget to handle TOK_OTHER
2010-06-01 Cyrill GorcunovBR3005117: Expland local single macro before pasting...
2010-05-07 H. Peter AnvinNew %use package "fp"
2010-05-07 H. Peter Anvinnasmdoc: document octal/binary floating-point
2010-05-07 H. Peter Anvinnasmdoc: add missing comma
2010-05-07 H. Peter Anvinnasmdoc: update the full set of numeric prefix/suffix...
2010-05-07 H. Peter Anvinoutobj: update error message
2010-05-07 H. Peter Anvinoutobj: properly error on unsupported relocations
2010-05-07 H. Peter Anvinoutelf64: update copyright date
2010-05-06 H. Peter AnvinELF support for 8-bit relocations
2010-05-06 H. Peter AnvinPermit short intersegment jumps
2010-05-06 H. Peter AnvinAdd support for one-byte relocations
2010-04-28 Cyrill GorcunovMachO: Fix misprinted macho_sectalign
2010-04-25 Cyrill Gorcunovobj: Implement sectalign helper
2010-04-25 Cyrill Gorcunovmacho: Implement sectalign handler
2010-04-25 Cyrill Gorcunovieee: Fix section index match in sectalign handler
2010-04-25 Cyrill Gorcunovheaders: Update year
2010-04-24 Cyrill Gorcunovoutieee: Implement sectalign handler
2010-04-22 Cyrill Gorcunovoutbin: Drop current_section variable
2010-04-22 Cyrill Gorcunovoutbin: Prune ancient format_mode variable
2010-04-22 H. Peter Anvinilog2: optimize use of bsr for x86-64
2010-04-22 H. Peter Anvindoc: use bouncer URLs for the ABI docs
2010-04-22 Cyrill Gorcunovbin: Implement sectalign handler
2010-04-22 Cyrill Gorcunovcoff: Use IMAGE_SCN_ALIGN_MASK macro
2010-04-22 Cyrill Gorcunovcoff: Allow alignment greater then 64 bytes on win
2010-04-22 Cyrill Gorcunovcoff: Fix section alignment computation
2010-04-22 Cyrill Gorcunovcoff: Use predefined macros instead of numbers and...
2010-04-22 Cyrill Gorcunovilog2: Use ROUND helper
2010-04-22 Cyrill Gorcunovilog2: Get rid of tabs
2010-04-22 Cyrill Gorcunovpecoff.h: Complete header
2010-04-21 H. Peter AnvinRemove open-coded ilog2() implementations
2010-04-21 H. Peter AnvinAdd generic ilog2 functions
2010-04-21 H. Peter AnvinMakefile: clean up the lib directory on make clean
2010-04-21 Cyrill Gorcunovstandard.mac: Update section alignment on align call
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro in common section flags
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro and eliminate open coded...
2010-04-21 Cyrill Gorcunovpecoff.h: Add more constants
2010-04-21 Cyrill Gorcunovmake: Update pecoff.h related deps
2010-04-21 Cyrill Gorcunovpecoff: Update machine types
2010-04-21 Cyrill Gorcunovoutput: Introduce pecoff.h
2010-04-21 Cyrill Gorcunovcoff: Implement sectalign handler
next