1161 Commits (b7d3a2f80eb612cc04434d2f0fca66e368cc644b)
 

Author SHA1 Message Date
Peter Johnson b7d3a2f80e * bytecode.h (yasm_dv_create_string): Fix up documentation. 19 years ago
Peter Johnson 1abcdbfc01 Enhance builtin bytecode_data to support embedded NULs in character strings. 19 years ago
Peter Johnson 4024e3b87e Support standalone, segment, and REX prefixes in GAS mode. 19 years ago
Peter Johnson 8bfd61773e * gas-bison.y, gas-token.re: Support multiple instructions on a single line 19 years ago
Peter Johnson 40886e0c3a * gas-token.re (strbuf_append): Allocate before store (otherwise crash is 19 years ago
Peter Johnson c67a80021b * gas-bison.y: Add support for .value alias for .2byte (GAS-x86/amd64). 19 years ago
Peter Johnson 97ea773348 * elf-x86-amd64.c (elf_x86_amd64_write_reloc): Fix a crash with ELF: when an 19 years ago
Peter Johnson 1ddc1272d2 Add support for LEB128 encoded integers (both signed and unsigned). This 19 years ago
Peter Johnson 8ab7670690 * gas-bison.y, gas-token.re: Implement .weak directive. 19 years ago
Peter Johnson 2555e36799 * gas-bison.y: Implement .type and .size directives. 19 years ago
Peter Johnson 13d9591590 * Makefile.am: Actually include Mkfiles/dj/_stdint.h in the distribution. 19 years ago
Peter Johnson 4559fd8fcb * Makefile.flat, Makefile.dj: Further enhance flat/DJGPP Makefiles to build 19 years ago
Peter Johnson 6aad72f0d3 * x86id.re: Fix basic uses of pop suffixes for GAS mode. 19 years ago
Peter Johnson ef2e957ca9 Resync alternate build Makefiles with tree changes. 19 years ago
Peter Johnson c5a6599d88 * x86bc.c (x86_bc_insn_resolve): Fix loss of precision on yasm_intnum_get_int 19 years ago
Peter Johnson 80b03879ea * x86id.re (DEF_INSN_DATA, yasm_x86__parse_check_insn): Perform a few minor 19 years ago
Peter Johnson cc26f4127c * nasm-pp.c, x86id.re: Remove a couple of unused variables. 19 years ago
Peter Johnson be9368d872 re2c: Unbreak distcheck. 19 years ago
Peter Johnson b6a378d14f Update all re2c input files to use case-insensitive strings. The code 19 years ago
Peter Johnson b6ed510e7e re2c: Finish update to latest version. 19 years ago
Peter Johnson ccec93a51e re2c: Fix yyaccept warnings. 19 years ago
Peter Johnson 1702e9d833 Continue re2c updates. This one gets rid of the unused label warnings. 19 years ago
Peter Johnson bd45ec37ce * cleanup.c: Add strdup implementation as strdup is nonstandard C. 19 years ago
Peter Johnson 90b7a5d9da Update re2c to May 12, 2004 version. This adds an output file option, so 19 years ago
Peter Johnson 35453721e6 * re2c: Start syncing back up to re2c HEAD. This gets us up to 2004-03-29. 19 years ago
Peter Johnson be801e73db * x86arch.h (x86_insn): Combine shift_op, signext_imm8_op, shortmov_op, and 19 years ago
Peter Johnson ad6b7f186a * x86id.re: Add support for VIA PadLock instructions. 19 years ago
Peter Johnson 052d30e786 * x86id.re: Add support for AMD Pacifica (Secure Virtual Machine) insns. 19 years ago
Peter Johnson d5518666ac * x86id.re: Implement string, protection, SSE2 instructions for GAS mode. 19 years ago
Peter Johnson 8cecb5b2a1 * bytecode.c (bc_align_tobytes): Handle cases where some code fills don't 19 years ago
Peter Johnson d660906db5 Implement align and org bytecodes. While we're here, implement .zero 19 years ago
Peter Johnson b92df685aa * x86id.re (push_insn): Turn on signed 8-bit optimization for GAS mode. 19 years ago
Peter Johnson 19abb9c4d8 * x86id.re (push_insn, incdec_insn): Fix for GAS parser. 19 years ago
Peter Johnson da8140c01b * x86id.re (test_insn): Add GAS suffix flags. 19 years ago
Peter Johnson de5c41dec2 * x86bc.c (yasm_x86__ea_create_expr, yasm_x86__ea_create_imm): Initialize 19 years ago
Peter Johnson f3960a3b62 Turn on export macro for win64 in addition to win32. 19 years ago
Peter Johnson a43f40ebf3 Revert [1251]. From further investigation, ML64's generation of REL32 in 19 years ago
Peter Johnson fc6e94054e * coff-objfmt.c (coff_objfmt_output_expr): Try to match the new ML64's 19 years ago
Peter Johnson 0c901cf837 * x86id.re: Unbreak movq for NASM parser. I accidentally overrode it when 19 years ago
Peter Johnson 745677f45d * Fix win64/tests/Makefile.inc that was causing distcheck breakage. 19 years ago
Peter Johnson 5c79adc252 Update VC build files for GAS parser. 19 years ago
Peter Johnson f1d4bb2670 - Add win64 as an alias for -f win32 -m amd64. 19 years ago
Peter Johnson 253056c994 * coff-objfmt.c (coff_objfmt_output_expr): Change relocations output for 19 years ago
Peter Johnson 1f332ebc31 * gas-bison.y: Change instructions and prefixes back into identifiers if 19 years ago
Peter Johnson a64e416036 Split arch module parse_check_id into parse_check_reg, parse_check_reggroup, 19 years ago
Peter Johnson 8545380851 * gas-bison.y: Allow .data, .text, and .bss to be used in expressions (they 19 years ago
Peter Johnson 5ace335bee * x86id.re (DEF_INSN_DATA): OR in data[3] rather than setting it directly. 19 years ago
Peter Johnson e1ee6e1460 * x86id.re: Implement GAS handling for floating point, some extensions, 19 years ago
Peter Johnson 68f8b061c3 * x86expr.c (yasm_x86__expr_checkea): Add address16_op parameter to avoid 19 years ago
Peter Johnson 017d66ed0b * x86id.re (yasm_x86__parse_check_insn): Implement GAS versions of pushf, 19 years ago