Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Johnson d2a2e6b3f8 Add bcs_last() macro. 23 years ago
..
tests Add @LIBOBJS@ to library linkages (for missing functions). 23 years ago
Makefile.inc Allow preprocess-only and setting of preproc. Update main() and related 23 years ago
arch.c Add RCSID(). 23 years ago
arch.h Add new bc_resolve() family, and rewrite calc_len to /just/ calculate the 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 Enhance bc_resolve() implementation a bit, but comment out, as this function 23 years ago
bytecode.h Reverse how traverse functions do early termination (now, they terminate on 23 years ago
compat-queue.h Modify so that almost everything passes LCLint with the options in lclint.sh. 23 years ago
coretype.h Polish up most directive support. This necessitated adding objfmt-specific 23 years ago
errwarn.c Enhance error/warning framework by allowing specific warnings to be disabled, 23 years ago
errwarn.h Enhance error/warning framework by allowing specific warnings to be disabled, 23 years ago
expr-int.h Change from current file/line dual storage to a monotonically-increasing line 23 years ago
expr.c Fix issue with how symrec's are handled when an expression is copied: old code 23 years ago
expr.h Make resolve_label() take a symrec * instead of a section * and bytecode *. 23 years ago
file.c Allow replacing with no extension (eg w/o an appended '.'). Needed for bin 23 years ago
file.h Allow replacing with no extension (eg w/o an appended '.'). Needed for bin 23 years ago
floatnum.c Plug memory leak in floatnum_new(). 23 years ago
floatnum.h (Mostly) Clean up floatnum internal allocations. 23 years ago
hamt.c Move BitCount() macro from hamt.c to util.h. 23 years ago
hamt.h Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 23 years ago
intnum.c Cut bitvect allocations even more by making a bitvect_from_Dec_static() and 23 years ago
intnum.h Allocate single static temporary bitvect for conversions (as most conversions 23 years ago
linemgr.c Revamp object format functional interface a bit. Now, only the output() 23 years ago
linemgr.h Revamp object format functional interface a bit. Now, only the output() 23 years ago
mergesort.c Fix some nits found by lclint. Still something weird going on with list2 in 23 years ago
objfmt.h Add bin object format. 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 const char *in_filename arguments to 23 years ago
section.c Add bin object format. 23 years ago
section.h Add bin object format. 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 Make duplicate definition (w/regards to COMMON and EXTERN) work properly. 23 years ago
symrec.h Fix issue with how symrec's are handled when an expression is copied: old code 23 years ago
util.h Move BitCount() macro from hamt.c to util.h. 23 years ago
valparam.c Massive cleanup of debugging output (via _print() functions). All now take 23 years ago
valparam.h Massive cleanup of debugging output (via _print() functions). All now take 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 coretype.h, make util.h do a lot more, use util.h to simplify include 23 years ago