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
6e4b87ab46
Change comment to include im_ptr in list of things that cannot be reused or
changed after calling bytecode_new_insn().
svn path=/trunk/yasm/; revision=267
|
23 years ago |
.. |
tests
|
Make most data structures opaque, keeping internals truly internal and making the
|
23 years ago |
bitvect.c
|
Use xmalloc() instead of malloc().
|
23 years ago |
bitvect.h
|
Add some (optional through configure) additional warning flags. Add options
|
23 years ago |
bytecode.c
|
Make data.insn.imm within bytecode a pointer. This prevents leakage in calls to
|
23 years ago |
bytecode.h
|
Change comment to include im_ptr in list of things that cannot be reused or
|
23 years ago |
compat-queue.h
|
…
|
|
errwarn.c
|
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs
|
23 years ago |
errwarn.h
|
Add some (optional through configure) additional warning flags. Add options
|
23 years ago |
expr.c
|
Fix SHR operation, and do some reindentation.
|
23 years ago |
expr.h
|
Make most data structures opaque, keeping internals truly internal and making the
|
23 years ago |
file.c
|
…
|
|
file.h
|
…
|
|
floatnum.c
|
Use wordptr and charptr when appropriate for data when using BitVector functions.
|
23 years ago |
floatnum.h
|
Make most data structures opaque, keeping internals truly internal and making the
|
23 years ago |
linemgr.c
|
Add some (optional through configure) additional warning flags. Add options
|
23 years ago |
linemgr.h
|
Add some (optional through configure) additional warning flags. Add options
|
23 years ago |
objfmt.h
|
…
|
|
optimizer.h
|
…
|
|
parser.h
|
…
|
|
preproc.h
|
…
|
|
section.c
|
Make most data structures opaque, keeping internals truly internal and making the
|
23 years ago |
section.h
|
Make most data structures opaque, keeping internals truly internal and making the
|
23 years ago |
strcasecmp.c
|
…
|
|
strsep.c
|
…
|
|
symrec.c
|
Move SymStatus and SymType to symrec.c from symrec.h. They're only used
|
23 years ago |
symrec.h
|
Move SymStatus and SymType to symrec.c from symrec.h. They're only used
|
23 years ago |
util.h
|
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs
|
23 years ago |
xmalloc.c
|
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs
|
23 years ago |
xstrdup.c
|
malloc->xmalloc, strdup->xstrdup, and calloc->xcalloc. The x* family performs
|
23 years ago |