bnd: Drop bnd prefix for relaxed short jmp instructions
[platform/upstream/nasm.git] / nasmlib.c
2013-11-20 Jin Kyu SongMPX: Add BND prefix for branch instructions
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-03 H. Peter AnvinAdd support for DZ and RESZ, document the ZWORD keyword
2012-05-01 Cyrill Gorcunovnasmlib: Shrink idata_bytes
2012-02-25 H. Peter AnvinHLE: Implement the basic mechanism for XACQUIRE/XRELEASE
2011-07-17 Cyrill GorcunovDrop unused 'opt' from nasm_opt_val
2011-07-15 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-07-03 Cyrill GorcunovMerge branch 'nasm-2.09.xx'
2011-06-25 Cyrill GorcunovMove numvalue herleper into nasmlib.h
2011-04-09 Keith KaniosRevert "nasmlib: added string replace (strrep) utility...
2011-04-09 Keith KaniosRevert "nasmlib.c: fix issues with strrep utility function"
2011-04-08 Keith Kaniosnasmlib.c: fix issues with strrep utility function
2011-04-08 Keith Kaniosnasmlib: added string replace (strrep) utility function
2010-07-29 Cyrill Gorcunovnasmlib.c: fix typo in nasm_init_malloc_error
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-06-03 Cyrill Gorcunovnasmlib: Rename elements() macro to ARRAY_SIZE
2010-04-11 Cyrill Gorcunovnasmlib.c: Make nasm_opt_val robust
2010-04-11 Cyrill Gorcunovnasmlib.c: Introduce nasm_get_word helper
2010-04-09 Cyrill Gorcunovnasmlib: Do not hang on if log file creation has been...
2010-04-09 Cyrill Gorcunovnasmlib: Introduce nasm_trim_spaces and nasm_opt_val...
2010-01-24 Cyrill Gorcunovnasmlib.c: Use UINT64_C for 64bit constants
2009-10-31 Cyrill Gorcunovnasmlib: Introduce idata_bytes helper
2009-10-13 H. Peter Anvinnasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
2009-10-13 Cyrill Gorcunovnasmlib: introduce string helpers
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-19 H. Peter AnvinRemove function pointers in output, simplify error...
2009-07-06 H. Peter AnvinNASM: relicense under the 2-clause BSD license
2009-07-06 H. Peter AnvinChange noreturn macro to no_return to avoid header...
2009-07-02 H. Peter Anvinnasmlib: add nasm_assert(); use const char * for filenames
2009-06-29 H. Peter AnvinAdd copyright headers to the *.c/*.h files in the main...
2009-06-28 H. Peter AnvinMove backend-specific code to output/; break out null...
2009-02-22 H. Peter AnvinBR 2592476: Treat WAIT as a prefix even though it's...
2009-02-22 H. Peter Anvinnasmlib: make nasm_strcat() take const arguments
2009-02-22 H. Peter AnvinUnify all-zero buffers; add fwritezero()
2008-06-29 H. Peter Anvinnasmlib: fix nasm_str[n]icmp()
2008-06-21 H. Peter Anvinctype.h: wrapper ctype functions with a cast to (unsign...
2008-06-17 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-16 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-15 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-12 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-11 H. Peter AnvinUse an explicit table for tolower() to avoid a function...
2008-06-10 H. Peter Anvinnasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
2008-06-10 H. Peter AnvinMove all the RAA code out of nasmlib
2008-06-10 H. Peter AnvinMove all the SAA code out of nasmlib
2008-06-02 H. Peter Anvinqstring: backquoted strings seem to work now...
2008-06-02 H. Peter Anvinqstring: first cut at full quoted string support in...
2008-06-01 H. Peter Anvinqstring: add nasm_unquote() supporting `...`
2008-05-30 H. Peter AnvinIntroduce %depend and %pathsearch, and make incbin...
2008-05-05 H. Peter AnvinFirst cut at AVX machinery.
2008-02-25 Charles CrayneDwarf3 support for ELF32
2008-01-22 H. Peter AnvinRAA subsystem: use shift instead of divide
2008-01-22 H. Peter Anvinnasmlib.c: log nasm_free() before calling free()
2008-01-09 H. Peter AnvinBR 1864243: better warnings for out-of-range constants
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-11-19 H. Peter AnvinBR 877583: Fix RAA memory leak
2007-11-18 Charles CrayneCheck in Keith's Fixes
2007-11-13 H. Peter AnvinClean up the fwrite*() function definitions somewhat
2007-11-13 H. Peter Anvinx86-host-specific performance improvement
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-09 H. Peter Anvinnasmlib.c: prefix_name(): use the elements() macro
2007-11-09 H. Peter Anvinconstipate the "str" argument to bsi() and bsii()
2007-11-08 Charles CrayneUpgrade RAA functions to hold 64-bit data.
2007-11-06 Charles CrayneUpgrade label functions to 64-bit
2007-10-27 H. Peter Anvinreadnum(): handle prefix-suffix collision like "0h"
2007-10-23 H. Peter AnvinSlightly simplify the radix-detection code
2007-10-23 H. Peter AnvinUnbreak particularly tricky hex constants
2007-10-22 H. Peter AnvinMore consistent handling of radix letters
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 H. Peter AnvinAllow underscores in numbers; better detection of FP
2007-10-16 H. Peter AnvinRecognize 'd', 't' and 'y' as radix suffixes
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-11 H. Peter Anvinsaa_fread/fwrite: when seeking, must set [rw]ptr as...
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-08 H. Peter Anvinsaa_rstruct: fix overrun check
2007-10-08 H. Peter Anvinsaa_fpwrite: initializing "len" should be part of the...
2007-10-08 Charles CrayneFix infinite loop in function saa_fpwrite
2007-10-04 H. Peter AnvinRewrite the handling of SAA's to allow random access
2007-10-03 H. Peter AnvinPortability fixes
2007-09-28 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-28 H. Peter AnvinAdd substitutes for snprintf() and vsnprintf()
2007-09-25 H. Peter AnvinAdd nasm_zalloc() to nasmlib.c
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-20 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2007-09-20 H. Peter AnvinMake nasm_malloc() et al available from inside ndisasm
2007-08-31 H. Peter AnvinMinor cleanup; remove duplication of names.c
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter Anvinnasmlib: add bsii() case-insensitive version of bsi()
2007-08-28 H. Peter AnvinImplement REL/ABS modifiers
2007-08-26 Frank Kotleradd nasm_strsep to nasmlib, for output/outmacho.c ...
2007-04-28 Chuck CrayneInitial support for ELF64
2007-04-17 H. Peter AnvinHandle "LOCK as REX.R" for MOV CRx; fix warning for...
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
next