.. |
tests
|
Move yasm core files into a libyasm shared library (avoiding backlinking).
|
22 years ago |
Makefile.inc
|
Move yasm core files into a libyasm shared library (avoiding backlinking).
|
22 years ago |
arch.c
|
Massive restructuring of lexing and parsing (NASM-compatible parser).
|
23 years ago |
arch.h
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
bc-int.h
|
Add bcs_last() macro.
|
23 years ago |
bitvect.c
|
Cut bitvect allocations even more by making a bitvect_from_Dec_static() and
|
23 years ago |
bitvect.h
|
Cut bitvect allocations even more by making a bitvect_from_Dec_static() and
|
23 years ago |
bytecode.c
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
bytecode.h
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
compat-queue.h
|
Modify so that almost everything passes LCLint with the options in lclint.sh.
|
23 years ago |
coretype.h
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
errwarn.c
|
Declare errwarn_new(), error_common(), and warning_common() as static.
|
23 years ago |
errwarn.h
|
Revamp error/warning handling.
|
23 years ago |
expr-int.h
|
Massive restructuring of lexing and parsing (NASM-compatible parser).
|
23 years ago |
expr.c
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
expr.h
|
Eliminate duplicate code for callbacks from expr_expand_labelequ() by moving
|
23 years ago |
file.c
|
Allow replacing with no extension (eg w/o an appended '.'). Needed for bin
|
23 years ago |
file.h
|
Cast SAVE_* and WRITE_* assignments to unsigned char.
|
23 years ago |
floatnum.c
|
Splint cleanups.
|
23 years ago |
floatnum.h
|
(Mostly) Clean up floatnum internal allocations.
|
23 years ago |
hamt.c
|
Splint cleanups.
|
23 years ago |
hamt.h
|
Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has
|
23 years ago |
intnum.c
|
InternalError on unrecognized operations rather than just dropping them.
|
22 years ago |
intnum.h
|
Allocate single static temporary bitvect for conversions (as most conversions
|
23 years ago |
linemgr.c
|
Move cur_parser from globals to main (as it's only used in main).
|
22 years ago |
linemgr.h
|
Move cur_parser from globals to main (as it's only used in main).
|
22 years ago |
mergesort.c
|
Fix some nits found by lclint. Still something weird going on with list2 in
|
23 years ago |
objfmt.h
|
Re-add a hackish fix to set initial bits setting from objfmt for x86 arch.
|
23 years ago |
optimizer.h
|
Correct optimize() comment.
|
23 years ago |
parser.h
|
Add const char *in_filename arguments to
|
23 years ago |
preproc.h
|
Add some splint-suggested cleanups.
|
23 years ago |
section.c
|
Bytecode and objfmt changes:
|
23 years ago |
section.h
|
Switch back to returning @dependent@ instead of @observer@.
|
23 years ago |
strcasecmp.c
|
Modify so that almost everything passes LCLint with the options in lclint.sh.
|
23 years ago |
strsep.c
|
Modify so that almost everything passes LCLint with the options in lclint.sh.
|
23 years ago |
symrec.c
|
Bytecode and objfmt changes:
|
23 years ago |
symrec.h
|
Have symrec manage all symbols, not just the ones in the symbol table.
|
23 years ago |
util.h
|
Move strndup() declaration outside !DMALLOC #ifdef, as it's not defined by
|
23 years ago |
valparam.c
|
vps_print() should take a const valparamhead *.
|
23 years ago |
valparam.h
|
vps_print() should take a const valparamhead *.
|
23 years ago |
xmalloc.c
|
Add coretype.h, make util.h do a lot more, use util.h to simplify include
|
23 years ago |
xstrdup.c
|
Add xstrndup() to easily create a 0-terminated duplicate of a
|
23 years ago |