index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nasmlib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-20
MPX: Add BND prefix for branch instructions
Jin Kyu Song
1
-1
/
+1
2013-10-02
Add support for DZ and RESZ, document the ZWORD keyword
H. Peter Anvin
1
-1
/
+3
2012-05-02
nasmlib: Shrink idata_bytes
Cyrill Gorcunov
1
-20
/
+9
2012-02-24
HLE: Implement the basic mechanism for XACQUIRE/XRELEASE
H. Peter Anvin
1
-2
/
+3
2011-07-17
Drop unused 'opt' from nasm_opt_val
Cyrill Gorcunov
1
-2
/
+2
2011-06-25
Move numvalue herleper into nasmlib.h
Cyrill Gorcunov
1
-2
/
+1
2011-04-09
Revert "nasmlib: added string replace (strrep) utility function"
Keith Kanios
1
-80
/
+0
2011-04-09
Revert "nasmlib.c: fix issues with strrep utility function"
Keith Kanios
1
-9
/
+7
2011-04-08
nasmlib.c: fix issues with strrep utility function
Keith Kanios
1
-7
/
+9
2011-04-08
nasmlib: added string replace (strrep) utility function
Keith Kanios
1
-0
/
+80
2010-07-29
nasmlib.c: fix typo in nasm_init_malloc_error
Cyrill Gorcunov
1
-1
/
+1
2010-06-03
nasmlib: Rename elements() macro to ARRAY_SIZE
Cyrill Gorcunov
1
-1
/
+1
2010-04-11
nasmlib.c: Make nasm_opt_val robust
Cyrill Gorcunov
1
-15
/
+34
2010-04-11
nasmlib.c: Introduce nasm_get_word helper
Cyrill Gorcunov
1
-0
/
+21
2010-04-10
nasmlib: Do not hang on if log file creation has been failed
Cyrill Gorcunov
1
-2
/
+7
2010-04-10
nasmlib: Introduce nasm_trim_spaces and nasm_opt_val helpers
Cyrill Gorcunov
1
-0
/
+35
2010-01-24
nasmlib.c: Use UINT64_C for 64bit constants
Cyrill Gorcunov
1
-2
/
+2
2009-10-31
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
1
-0
/
+38
2009-10-13
nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
H. Peter Anvin
1
-1
/
+1
2009-10-13
nasmlib: introduce string helpers
Cyrill Gorcunov
1
-0
/
+36
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-21
/
+32
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-07-05
Change noreturn macro to no_return to avoid header file problems
H. Peter Anvin
1
-1
/
+1
2009-07-01
nasmlib: add nasm_assert(); use const char * for filenames
H. Peter Anvin
1
-7
/
+14
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-5
/
+46
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-54
/
+0
2009-02-21
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
1
-2
/
+2
2009-02-21
nasmlib: make nasm_strcat() take const arguments
H. Peter Anvin
1
-1
/
+1
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
1
-0
/
+23
2008-06-28
nasmlib: fix nasm_str[n]icmp()
H. Peter Anvin
1
-4
/
+4
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-2
/
+2
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-2
/
+17
2008-06-10
nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
H. Peter Anvin
1
-2
/
+2
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-93
/
+0
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-305
/
+0
2008-06-01
qstring: backquoted strings seem to work now...
H. Peter Anvin
1
-18
/
+45
2008-06-01
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
1
-225
/
+0
2008-06-01
qstring: add nasm_unquote() supporting `...`
H. Peter Anvin
1
-0
/
+205
2008-05-30
Introduce %depend and %pathsearch, and make incbin a macro
H. Peter Anvin
1
-0
/
+2
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-3
/
+3
2008-02-24
Dwarf3 support for ELF32
Charles Crayne
1
-0
/
+55
2008-01-21
RAA subsystem: use shift instead of divide
H. Peter Anvin
1
-16
/
+12
2008-01-21
nasmlib.c: log nasm_free() before calling free()
H. Peter Anvin
1
-1
/
+1
2008-01-08
BR 1864243: better warnings for out-of-range constants
H. Peter Anvin
1
-1
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-19
BR 877583: Fix RAA memory leak
H. Peter Anvin
1
-3
/
+2
2007-11-17
Check in Keith's Fixes
Charles Crayne
1
-8
/
+5
2007-11-13
Clean up the fwrite*() function definitions somewhat
H. Peter Anvin
1
-16
/
+12
2007-11-13
x86-host-specific performance improvement
H. Peter Anvin
1
-0
/
+30
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-14
/
+16
[next]