]> granicus.if.org Git - yasm/shortlog
yasm
2005-09-29 Peter Johnson* Fix win64/tests/Makefile.inc that was causing distche...
2005-09-28 Peter JohnsonUpdate VC build files for GAS parser.
2005-09-28 Peter Johnson- Add win64 as an alias for -f win32 -m amd64.
2005-09-28 Peter Johnson* coff-objfmt.c (coff_objfmt_output_expr): Change reloc...
2005-09-27 Peter Johnson* gas-bison.y: Change instructions and prefixes back...
2005-09-27 Peter JohnsonSplit arch module parse_check_id into parse_check_reg...
2005-09-27 Peter Johnson* gas-bison.y: Allow .data, .text, and .bss to be used...
2005-09-26 Peter Johnson* x86id.re (DEF_INSN_DATA): OR in data[3] rather than...
2005-09-26 Peter Johnson* x86id.re: Implement GAS handling for floating point...
2005-09-26 Peter Johnson* x86expr.c (yasm_x86__expr_checkea): Add address16_op...
2005-09-26 Peter Johnson* x86id.re (yasm_x86__parse_check_insn): Implement...
2005-09-26 Peter Johnson* x86id.re (yasm_x86__parse_check_insn): Enable lahf...
2005-09-26 Peter Johnson* x86id.re: For GAS, implement movsx/movzx, pushal...
2005-09-25 Peter JohnsonMove gas_amd64_test.sh to x86_gas64_test.sh to match...
2005-09-25 Peter JohnsonMove parsers/gas/tests/amd64 to arch/x86/tests/gas64...
2005-09-25 Peter JohnsonPreliminary GAS parser. Only a few instructions are...
2005-09-25 Peter Johnson* arch.h (yasm_arch_reggroup_get_reg): Add macro implem...
2005-09-25 Peter Johnson* genmodule.c (main): Make sure len is initialized...
2005-09-25 Peter Johnson* basic-optimizer.c (basic_optimize_bytecode_2): Fix...
2005-09-25 Peter Johnson* bytecode.h (yasm_dv_create_float): Remove (no impleme...
2005-09-25 Peter Johnson* arch.h (yasm_arch_check_id_retval): Add YASM_ARCH_CHE...
2005-09-25 Peter Johnson* symrec.c (symtab_parser_finalize_checksym): Remove...
2005-09-25 Peter Johnson* symrec.h (yasm_symtab_parser_finalize): Add function...
2005-09-25 Peter Johnson* coretype.h (yasm_expr_op): Add YASM_EXPR_NOR for...
2005-09-25 Peter Johnson* arch.h (yasm_arch_syntax_flavor): Remove.
2005-09-25 Peter Johnson* x86bc.c (x86_bc_insn_resolve): When handling shift_op...
2005-09-25 Peter Johnson* yasm.c (main): Add workaround for when -m amd64 is...
2005-09-24 Peter Johnson* x86bc.c (x86_bc_insn_resolve): Actually support the...
2005-09-08 Peter Johnson* elf-objfmt.c (elf_objfmt_output_section): Don't try...
2005-09-08 Peter JohnsonFix VC build files.
2005-09-07 Peter Johnson* expr.c (expr_level_op): Fix corruption with certain...
2005-09-05 Peter Johnson* hamt.c: Use uintptr_t to correctly cast to integer...
2005-08-30 Peter JohnsonFix distcheck build breakage by including stamp-h1...
2005-08-27 Peter Johnson* nasm-token.re (nasm_parser_lex): Fix #57 by recognizi...
2005-08-27 Peter Johnson* bytecode.c (bc_incbin_tobytes): Fix fread call so...
2005-08-19 Peter Johnson* x86id.re: Add support for AMD64 64-bit registers...
2005-08-04 Peter Johnsoncoff_objfmt.c: Add support for ADDR32NB relocations...
2005-08-03 Peter Johnsoncoff_objfmt.c (coff_objfmt_section_switch): Default...
2005-08-03 Peter JohnsonAdd support for ADDR64 relocations in 64-bit mode.
2005-06-30 Peter JohnsonFix #53. This makes things like "es stosb" work.
2005-06-29 Peter JohnsonAdd -M option for Makefile dependency generation.
2005-06-28 Peter JohnsonFix ENTER in BITS 32 mode: it was generating a bogus...
2005-06-28 Peter JohnsonAdd Intel's P4 VMX instructions.
2005-06-28 Peter JohnsonFix a couple nits in the VC build.
2005-06-09 Peter JohnsonFix opcodes FINIT, FCLEX, UCOMISS, and UCOMISD.
2005-05-07 Peter Johnson* genmacro.c (main): Incorporate slightly modified...
2005-05-06 Peter JohnsonFix #52 by updating flat and DJGPP Makefiles to match...
2005-05-02 Peter JohnsonAdd SSE3 (PNI) instruction support.
2005-03-16 Michael UrmanModify the output for 'make check' to be much less...
2005-03-12 Michael UrmanAdd `hidden' `internal' and `protected' symbol visibili...
2005-02-05 Peter Johnson* xdf-objfmt.c (XDF_MAGIC): Change to XDF version 2...
2005-01-29 Peter Johnson* configure.ac: Turn on -Wno-unused; this covers more...
2005-01-29 Peter Johnson* coff-objfmt.c (win32_objfmt_directive): New function...
2005-01-25 Peter JohnsonRemove 3 warnings that caused mingw build to break.
2005-01-24 Peter Johnson* yasm.c (options): Allow -i as a synonym for -I.
2005-01-24 Peter Johnson* nasm-listfmt.c (nasm_listfmt_output_expr): Fix garbag...
2005-01-22 Peter Johnson* configure.ac: Reorganize and add a few more extra...
2005-01-21 Peter Johnson* yasm.c (main): Make sure we check for undefined symbo...
2005-01-19 Peter Johnson* nasm-token.re (nasm_parser_lex): b/q/h suffixes shoul...
2005-01-14 Peter Johnson* symrec.c (yasm_symrec_print): Add SYM_SPECIAL to...
2005-01-14 Peter JohnsonMove pregenerated man pages to root.
2005-01-13 Peter Johnson* symrec.h (yasm_symrec_declare): Rename rec parameter...
2005-01-13 Peter JohnsonChange how man pages are built (and where they are...
2005-01-12 Peter JohnsonAdd some abilities to base symrec so that it can be...
2004-12-07 Peter JohnsonFix up VC, flat, DJ build files to match build changes...
2004-12-03 Peter JohnsonFix free-before-use case in x86 finalize code. Bytecod...
2004-12-02 Peter Johnson * Makefile.inc: Remove nasm-macros.c from SOURCES...
2004-12-01 Peter JohnsonSince modules are now built into libyasm, it's no longe...
2004-12-01 Peter JohnsonGreatly simplify build system by removing libtool and...
2004-11-18 Peter JohnsonRefactor some the x86 bytecode handling now that we...
2004-11-16 Peter Johnson* bytecode.h: Doxygen cleanups.
2004-11-15 Peter Johnson* libyasm/tests/Makefile.inc: Build bitvect_test and...
2004-11-15 Peter JohnsonRemove Check suite; hand-write the two tests that use...
2004-11-14 Peter JohnsonMove generation of arch instruction bytecodes from...
2004-11-01 Peter JohnsonMerged [1173] from 0.4.x branch.
2004-11-01 Peter JohnsonRemove mingw build.
2004-10-31 Peter Johnson* linemgr.c (yasm_linemap_create): Initialize pointers...
2004-10-31 Peter JohnsonFix #44 by adding support for WRT special symbols ...
2004-10-23 Michael UrmanAdd better handling of functions for stabs debugging...
2004-10-15 Peter Johnson* modules.vcproj: Update to include new ELF files.
2004-10-14 Peter JohnsonMake manual size overrides on effective addresses only...
2004-10-14 Peter Johnson* configure.ac: Add detection for libgen.h.
2004-10-13 Peter Johnson* x86id.re (x86_new_jmp): Fix evaluation order dependen...
2004-10-11 Peter Johnson* elf-x86-amd64.c: Set svn:keywords "Id".
2004-10-11 Peter Johnson* elf.h: Update x86 and amd64 relocation types and...
2004-10-11 Michael UrmanEnable machine specific handling of relocation section...
2004-10-11 Michael UrmanDeconst yasm_expr_get_intnum's return, allowing inplace...
2004-10-11 Peter Johnson* intnum.c (yasm_intnum_zero): New function to zero...
2004-10-11 Peter JohnsonAdd work around for static-build libtool binaries to...
2004-10-10 Michael UrmanPhase 2 of 2 cleanup to elf's internal structure.
2004-10-10 Michael UrmanPhase 1 of a 2 phase cleanup to elf's internal structure.
2004-10-08 Peter JohnsonAdd relocation information to nasm list format by estab...
2004-10-02 Peter JohnsonUpdate VC++ build files for tree changes.
2004-10-02 Peter JohnsonFirst part of list file support. This should accuratel...
2004-09-29 Peter Johnson* xdf-objfmt.c (xdf_reloc.type): Remove FLAT relocation...
2004-09-27 Peter Johnson* expr.h (yasm_expr_extract_seg): Comment change: remov...
2004-09-27 Peter Johnson* expr.c (yasm_expr_extract_symrec): Add "relocate...
2004-09-25 Peter Johnson* util.h (BitCount): Change bit-counting algorithm...
2004-09-13 Peter Johnson* bc-int.h (yasm_bytecode): Add new pointer to array...
2004-09-13 Michael UrmanAdd a final SO for any .text section. This is used...
next