2005-10-30 |
Peter Johnson | * x86id.re: Fix typo that broke fcmovu and left fcmovnu... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Peter Johnson | Make negative times value an error case. |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Peter Johnson | * intnum.c (yasm_intnum_is_zero, yasm_intnum_is_pos1... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Peter Johnson | * bytecode.h (yasm_dv_create_string): Fix up documentation. |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Peter Johnson | Enhance builtin bytecode_data to support embedded NULs... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Peter Johnson | Support standalone, segment, and REX prefixes in GAS... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Peter Johnson | * gas-bison.y, gas-token.re: Support multiple instructi... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * gas-token.re (strbuf_append): Allocate before store... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * gas-bison.y: Add support for .value alias for .2byte... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Peter Johnson | * elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Peter Johnson | Add support for LEB128 encoded integers (both signed... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Peter Johnson | * gas-bison.y, gas-token.re: Implement .weak directive. |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Peter Johnson | * gas-bison.y: Implement .type and .size directives. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Peter Johnson | * Makefile.am: Actually include Mkfiles/dj/_stdint... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Peter Johnson | * Makefile.flat, Makefile.dj: Further enhance flat... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Peter Johnson | * x86id.re: Fix basic uses of pop suffixes for GAS... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Peter Johnson | Resync alternate build Makefiles with tree changes. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Peter Johnson | * x86bc.c (x86_bc_insn_resolve): Fix loss of precision... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Peter Johnson | * x86id.re (DEF_INSN_DATA, yasm_x86__parse_check_insn... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Peter Johnson | * nasm-pp.c, x86id.re: Remove a couple of unused variables. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Peter Johnson | re2c: Unbreak distcheck. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Peter Johnson | Update all re2c input files to use case-insensitive... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | re2c: Finish update to latest version. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | re2c: Fix yyaccept warnings. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | Continue re2c updates. This one gets rid of the unused... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | * cleanup.c: Add strdup implementation as strdup is... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | Update re2c to May 12, 2004 version. This adds an... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Peter Johnson | * re2c: Start syncing back up to re2c HEAD. This gets... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Peter Johnson | * x86arch.h (x86_insn): Combine shift_op, signext_imm8_... |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Peter Johnson | * x86id.re: Add support for VIA PadLock instructions. |
commit | commitdiff | tree | snapshot |
2005-10-07 |
Peter Johnson | * x86id.re: Add support for AMD Pacifica (Secure Virtua... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Peter Johnson | * x86id.re: Implement string, protection, SSE2 instruct... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Peter Johnson | * bytecode.c (bc_align_tobytes): Handle cases where... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Peter Johnson | Implement align and org bytecodes. While we're here... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Peter Johnson | * x86id.re (push_insn): Turn on signed 8-bit optimizati... |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Peter Johnson | * x86id.re (push_insn, incdec_insn): Fix for GAS parser. |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Peter Johnson | * x86id.re (test_insn): Add GAS suffix flags. |
commit | commitdiff | tree | snapshot |
2005-10-02 |
Peter Johnson | * x86bc.c (yasm_x86__ea_create_expr, yasm_x86__ea_creat... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Peter Johnson | Turn on export macro for win64 in addition to win32. |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Peter Johnson | Revert [1251]. From further investigation, ML64's... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_output_expr): Try to match... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Peter Johnson | * x86id.re: Unbreak movq for NASM parser. I accidental... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Peter Johnson | * Fix win64/tests/Makefile.inc that was causing distche... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Peter Johnson | Update VC build files for GAS parser. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Peter Johnson | - Add win64 as an alias for -f win32 -m amd64. |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Peter Johnson | * coff-objfmt.c (coff_objfmt_output_expr): Change reloc... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Peter Johnson | * gas-bison.y: Change instructions and prefixes back... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Peter Johnson | Split arch module parse_check_id into parse_check_reg... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Peter Johnson | * gas-bison.y: Allow .data, .text, and .bss to be used... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86id.re (DEF_INSN_DATA): OR in data[3] rather than... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86id.re: Implement GAS handling for floating point... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86expr.c (yasm_x86__expr_checkea): Add address16_op... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86id.re (yasm_x86__parse_check_insn): Implement... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86id.re (yasm_x86__parse_check_insn): Enable lahf... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Peter Johnson | * x86id.re: For GAS, implement movsx/movzx, pushal... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | Move gas_amd64_test.sh to x86_gas64_test.sh to match... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | Move parsers/gas/tests/amd64 to arch/x86/tests/gas64... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | Preliminary GAS parser. Only a few instructions are... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * arch.h (yasm_arch_reggroup_get_reg): Add macro implem... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * genmodule.c (main): Make sure len is initialized... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * basic-optimizer.c (basic_optimize_bytecode_2): Fix... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * bytecode.h (yasm_dv_create_float): Remove (no impleme... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * arch.h (yasm_arch_check_id_retval): Add YASM_ARCH_CHE... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * symrec.c (symtab_parser_finalize_checksym): Remove... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * symrec.h (yasm_symtab_parser_finalize): Add function... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * coretype.h (yasm_expr_op): Add YASM_EXPR_NOR for... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * arch.h (yasm_arch_syntax_flavor): Remove. |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * x86bc.c (x86_bc_insn_resolve): When handling shift_op... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Peter Johnson | * yasm.c (main): Add workaround for when -m amd64 is... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Peter Johnson | * x86bc.c (x86_bc_insn_resolve): Actually support the... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Peter Johnson | * elf-objfmt.c (elf_objfmt_output_section): Don't try... |
commit | commitdiff | tree | snapshot |
2005-09-08 |
Peter Johnson | Fix VC build files. |
commit | commitdiff | tree | snapshot |
2005-09-07 |
Peter Johnson | * expr.c (expr_level_op): Fix corruption with certain... |
commit | commitdiff | tree | snapshot |
2005-09-05 |
Peter Johnson | * hamt.c: Use uintptr_t to correctly cast to integer... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Peter Johnson | Fix distcheck build breakage by including stamp-h1... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Peter Johnson | * nasm-token.re (nasm_parser_lex): Fix #57 by recognizi... |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Peter Johnson | * bytecode.c (bc_incbin_tobytes): Fix fread call so... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Peter Johnson | * x86id.re: Add support for AMD64 64-bit registers... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Peter Johnson | coff_objfmt.c: Add support for ADDR32NB relocations... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Peter Johnson | coff_objfmt.c (coff_objfmt_section_switch): Default... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Peter Johnson | Add support for ADDR64 relocations in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Peter Johnson | Fix #53. This makes things like "es stosb" work. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Peter Johnson | Add -M option for Makefile dependency generation. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Peter Johnson | Fix ENTER in BITS 32 mode: it was generating a bogus... |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Peter Johnson | Add Intel's P4 VMX instructions. |
commit | commitdiff | tree | snapshot |
2005-06-28 |
Peter Johnson | Fix a couple nits in the VC build. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Peter Johnson | Fix opcodes FINIT, FCLEX, UCOMISS, and UCOMISD. |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Peter Johnson | * genmacro.c (main): Incorporate slightly modified... |
commit | commitdiff | tree | snapshot |
2005-05-06 |
Peter Johnson | Fix #52 by updating flat and DJGPP Makefiles to match... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Peter Johnson | Add SSE3 (PNI) instruction support. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Michael Urman | Modify the output for 'make check' to be much less... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Michael Urman | Add `hidden' `internal' and `protected' symbol visibili... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Peter Johnson | * xdf-objfmt.c (XDF_MAGIC): Change to XDF version 2... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Peter Johnson | * configure.ac: Turn on -Wno-unused; this covers more... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Peter Johnson | * coff-objfmt.c (win32_objfmt_directive): New function... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Peter Johnson | Remove 3 warnings that caused mingw build to break. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Peter Johnson | * yasm.c (options): Allow -i as a synonym for -I. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Peter Johnson | * nasm-listfmt.c (nasm_listfmt_output_expr): Fix garbag... |
commit | commitdiff | tree | snapshot |
2005-01-22 |
Peter Johnson | * configure.ac: Reorganize and add a few more extra... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Peter Johnson | * yasm.c (main): Make sure we check for undefined symbo... |
commit | commitdiff | tree | snapshot |
next |