2054 Commits (2bd66514b6b100887c19d8598da38347b3cff40e)
 

Author SHA1 Message Date
Peter Johnson 2bd66514b6 re2c: Use tmpfile instead of fixed temporary filename. 13 years ago
Peter Johnson cc4657a134 Merge pull request #60 from olsner/struc_base 13 years ago
Simon Brenner d19cbdabab Add testcase for struc with base offset 13 years ago
Simon Brenner 25a46fa5b0 Implement the base offset parameter to 'struc' 13 years ago
Peter Johnson 716c17112d nasm-pp.c: Plug a memory leak. 13 years ago
Peter Johnson eb8b346157 Merge pull request #59 from pwo/patch-1 13 years ago
Pawel Worach a2cbb10ee1 Fix clang warning: 13 years ago
Peter Johnson 0e3fa2d6d1 Makefile.am: Clean YASM-VERSION.h. 13 years ago
Peter Johnson 451bfd6374 Fix .gitignore for some wildcards. 13 years ago
Peter Johnson e11ea9df14 Add missing macho32-pext test case. 13 years ago
Peter Johnson c3b483199c Regenerate man pages. 13 years ago
Peter Johnson 7d58243134 macho: Support N_PEXT bit. 13 years ago
Peter Johnson 0ed2cc4451 Generate version number information from git history. 13 years ago
Peter Johnson 8281be0c25 Add .gitignore files. 13 years ago
Peter Johnson 94ab1135a3 Remove $Id$ and RCSID() usage. 13 years ago
Peter Johnson 502eebd339 Fix const warning in elf_machine_ssym usage. 13 years ago
Peter Johnson d8d1a5ad90 win64-except.c: Fix incorrect dereference. 13 years ago
Peter Johnson a9b943e5db file.h: Separate conditional inclusion of direct.h. 13 years ago
Peter Johnson 40da5cb2c7 dwarf: Fix uninitialized structure member. 13 years ago
Peter Johnson bd8401d538 expr_simplify_identity: Pass int_term via pointer. 13 years ago
Peter Johnson 3b65acb39d Fix VGATHER/VPGATHER memory sizes. 13 years ago
Peter Johnson ab721f347d Add AVX2 VGATHER* and VPGATHER* instructions. 13 years ago
Peter Johnson d779fcb04e Add most Intel AVX2 instructions. 13 years ago
Peter Johnson fc7724a3df pmovmskb/vpmovmskb: default operand size is 64 bits. 13 years ago
Peter Johnson 47f693fd89 Add Intel BMI1, BMI2, INVPCID, LZCNT instructions. 13 years ago
Peter Johnson 0614dede9b x86/gas: Fix no-suffix push and pop. 13 years ago
Peter Johnson f12d030f90 Add test for 64-bit shr/shl. 13 years ago
Peter Johnson 5d5ad1d91c Allow 64-bit LFS/LGS/LSS. 13 years ago
Peter Johnson de38127f1c Fix "times" relocation handling. 13 years ago
Peter Johnson ac59d2353b Fix cython.m4 for beta versions of Cython. 13 years ago
Peter Johnson 2f6162a0ae Fix build with recent Cython. 13 years ago
Peter Johnson 19d85dfe84 Fix #263: Add quotes to yasm.rules switches. 13 years ago
Peter Johnson b96cc7d9b2 Fix escaping at end of gas string constant. 14 years ago
Peter Johnson 3bf0ed3927 Fix lar and lsl second operand size. 14 years ago
Jari Aalto 49c9e09429 frontends/yasm/yasm.xml: Use GNU layout and put --help option to the end 14 years ago
Peter Johnson 1143fb7520 Fix test failure due to build environment. 14 years ago
Brian Gladman db258a7b50 1. Tidy up VS 2010 build 14 years ago
Peter Johnson 65f6f7a1ff Fix #223: Correctly handle "./" paths in dwarf2. 14 years ago
Peter Johnson 5355299056 Improve gas syntax .set directive to better match GNU as behavior. 14 years ago
Peter Johnson bafc905860 coff: Add support for gas .secrel32 directive. 14 years ago
Peter Johnson 7263e1d241 Implement yasm_value_finalize_expr() using yasm_value_finalize(). 14 years ago
Peter Johnson 50017b49af Add prototype for yasm_dv_get_value(). 14 years ago
Peter Johnson 72df1b52a2 Add yasm_dv_get_value() to get yasm_value from yasm_dataval. 14 years ago
Peter Johnson 2f82e3a7ba coff dir_def(): Use symtab_use() instead of symtab_get(). 14 years ago
Peter Johnson 5fb3213be3 coff/win32/win64: Add support for .def, .scl, .type, and .endef directives. 14 years ago
Peter Johnson 985038f102 dwarf2: Add support for .loc "discriminator" option. 14 years ago
Peter Johnson 2678cb3c3a gas: Fix movsw/movzw memory operand encodings. 14 years ago
Peter Johnson 3ef8f426d7 Bump trunk internal version to 1.1.99. 14 years ago
Peter Johnson 0d3b3797e5 Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables. 14 years ago
Peter Johnson a0a5404f14 win32: Make external safeseh work again (broken in [2343]). 14 years ago