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 391736c2a6 Correct optimize() comment. 23 years ago
..
tests Add @LIBOBJS@ to library linkages (for missing functions). 24 years ago
Makefile.inc Add tests/Makefile.inc to EXTRA_DIST. 24 years ago
arch.c Add RCSID(). 24 years ago
arch.h Add new bc_resolve() family, and rewrite calc_len to /just/ calculate the 23 years ago
bc-int.h Don't store "determined" immediate len and neg. Both will be determined from 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 Reverse how traverse functions do early termination (now, they terminate on 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. 24 years ago
coretype.h Polish up most directive support. This necessitated adding objfmt-specific 24 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 strcmp() returns 0 if the strings are equal. 24 years ago
file.h Make extension-replacement a utility function in file.c (as it will need to 24 years ago
floatnum.c Plug memory leak in floatnum_new(). 24 years ago
floatnum.h (Mostly) Clean up floatnum internal allocations. 24 years ago
hamt.c Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 24 years ago
hamt.h Switch from using ternary tree to Hash Array Mapped Trie (HAMT), which has 24 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 24 years ago
objfmt.h Fix issue with how symrec's are handled when an expression is copied: old code 23 years ago
optimizer.h Correct optimize() comment. 23 years ago
parser.h - Greatly enhance capabilities of directives (they're actually parsed now). 24 years ago
preproc.h - Greatly enhance capabilities of directives (they're actually parsed now). 24 years ago
section.c Reverse how traverse functions do early termination (now, they terminate on 23 years ago
section.h Reverse how traverse functions do early termination (now, they terminate on 23 years ago
strcasecmp.c Modify so that almost everything passes LCLint with the options in lclint.sh. 24 years ago
strsep.c Modify so that almost everything passes LCLint with the options in lclint.sh. 24 years ago
symrec.c Fix issue with how symrec's are handled when an expression is copied: old code 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 Fix build problem on Linux with toascii() define. 24 years ago
valparam.c Massive cleanup of debugging output (via _print() functions). All now take 24 years ago
valparam.h Massive cleanup of debugging output (via _print() functions). All now take 24 years ago
xmalloc.c Add coretype.h, make util.h do a lot more, use util.h to simplify include 24 years ago
xstrdup.c Add coretype.h, make util.h do a lot more, use util.h to simplify include 24 years ago