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 2258d80f96 Tiny formatting fix. 23 years ago
..
tests Add @LIBOBJS@ to library linkages (for missing functions). 23 years ago
Makefile.inc Add tests/Makefile.inc to EXTRA_DIST. 23 years ago
arch.c Add RCSID(). 23 years ago
arch.h Change return type of calc_len() family back to int from unsigned long. 23 years ago
bc-int.h Line number is a long (found by lclint). 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 Change return type of calc_len() family back to int from unsigned long. 23 years ago
bytecode.h Tiny formatting fix. 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 Don't shadow global (standard C) "index" (noticed by LCLint). 23 years ago
errwarn.h Don't shadow global (standard C) "index" (noticed by LCLint). 23 years ago
expr-int.h Change from current file/line dual storage to a monotonically-increasing line 23 years ago
expr.c Make resolve_label() take a symrec * instead of a section * and bytecode *. 23 years ago
expr.h Make resolve_label() take a symrec * instead of a section * and bytecode *. 23 years ago
file.c strcmp() returns 0 if the strings are equal. 23 years ago
file.h Make extension-replacement a utility function in file.c (as it will need to 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 Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 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 General code cleanup. 23 years ago
linemgr.h Don't shadow global (standard C) "index" (noticed by LCLint). 23 years ago
mergesort.c Fix some nits found by lclint. Still something weird going on with list2 in 23 years ago
objfmt.h Massive cleanup of debugging output (via _print() functions). All now take 23 years ago
optimizer.h - Use new symrec_get_label(). 23 years ago
parser.h - Greatly enhance capabilities of directives (they're actually parsed now). 23 years ago
preproc.h - Greatly enhance capabilities of directives (they're actually parsed now). 23 years ago
section.c Start work on optimizer module. Moved all "post-parser-finalization" code 23 years ago
section.h Start work on optimizer module. Moved all "post-parser-finalization" code 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 Remove symrec_get_int_value(), add symrec_get_label(). 23 years ago
symrec.h Remove symrec_get_int_value(), add symrec_get_label(). 23 years ago
util.h Fix build problem on Linux with toascii() define. 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