]> granicus.if.org Git - yasm/shortlog
yasm
2005-10-30 Peter Johnson* x86id.re: Fix typo that broke fcmovu and left fcmovnu...
2005-10-30 Peter JohnsonMake negative times value an error case.
2005-10-30 Peter Johnson* intnum.c (yasm_intnum_is_zero, yasm_intnum_is_pos1...
2005-10-27 Peter Johnson* bytecode.h (yasm_dv_create_string): Fix up documentation.
2005-10-26 Peter JohnsonEnhance builtin bytecode_data to support embedded NULs...
2005-10-24 Peter JohnsonSupport standalone, segment, and REX prefixes in GAS...
2005-10-23 Peter Johnson* gas-bison.y, gas-token.re: Support multiple instructi...
2005-10-19 Peter Johnson* gas-token.re (strbuf_append): Allocate before store...
2005-10-19 Peter Johnson* gas-bison.y: Add support for .value alias for .2byte...
2005-10-19 Peter Johnson* elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix...
2005-10-17 Peter JohnsonAdd support for LEB128 encoded integers (both signed...
2005-10-16 Peter Johnson* gas-bison.y, gas-token.re: Implement .weak directive.
2005-10-16 Peter Johnson* gas-bison.y: Implement .type and .size directives.
2005-10-15 Peter Johnson* Makefile.am: Actually include Mkfiles/dj/_stdint...
2005-10-15 Peter Johnson* Makefile.flat, Makefile.dj: Further enhance flat...
2005-10-15 Peter Johnson* x86id.re: Fix basic uses of pop suffixes for GAS...
2005-10-14 Peter JohnsonResync alternate build Makefiles with tree changes.
2005-10-13 Peter Johnson* x86bc.c (x86_bc_insn_resolve): Fix loss of precision...
2005-10-10 Peter Johnson* x86id.re (DEF_INSN_DATA, yasm_x86__parse_check_insn...
2005-10-10 Peter Johnson* nasm-pp.c, x86id.re: Remove a couple of unused variables.
2005-10-10 Peter Johnsonre2c: Unbreak distcheck.
2005-10-10 Peter JohnsonUpdate all re2c input files to use case-insensitive...
2005-10-09 Peter Johnsonre2c: Finish update to latest version.
2005-10-09 Peter Johnsonre2c: Fix yyaccept warnings.
2005-10-09 Peter JohnsonContinue re2c updates. This one gets rid of the unused...
2005-10-09 Peter Johnson* cleanup.c: Add strdup implementation as strdup is...
2005-10-09 Peter JohnsonUpdate re2c to May 12, 2004 version. This adds an...
2005-10-09 Peter Johnson* re2c: Start syncing back up to re2c HEAD. This gets...
2005-10-07 Peter Johnson* x86arch.h (x86_insn): Combine shift_op, signext_imm8_...
2005-10-07 Peter Johnson* x86id.re: Add support for VIA PadLock instructions.
2005-10-07 Peter Johnson* x86id.re: Add support for AMD Pacifica (Secure Virtua...
2005-10-05 Peter Johnson* x86id.re: Implement string, protection, SSE2 instruct...
2005-10-03 Peter Johnson* bytecode.c (bc_align_tobytes): Handle cases where...
2005-10-03 Peter JohnsonImplement align and org bytecodes. While we're here...
2005-10-03 Peter Johnson* x86id.re (push_insn): Turn on signed 8-bit optimizati...
2005-10-02 Peter Johnson* x86id.re (push_insn, incdec_insn): Fix for GAS parser.
2005-10-02 Peter Johnson* x86id.re (test_insn): Add GAS suffix flags.
2005-10-02 Peter Johnson* x86bc.c (yasm_x86__ea_create_expr, yasm_x86__ea_creat...
2005-10-01 Peter JohnsonTurn on export macro for win64 in addition to win32.
2005-10-01 Peter JohnsonRevert [1251]. From further investigation, ML64's...
2005-09-30 Peter Johnson* coff-objfmt.c (coff_objfmt_output_expr): Try to match...
2005-09-29 Peter Johnson* x86id.re: Unbreak movq for NASM parser. I accidental...
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...
next