aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-30nasm-pp.c: Plug a memory leak.Peter Johnson
2011-09-27Merge pull request #59 from pwo/patch-1Peter Johnson
2011-09-24Fix clang warning: Pawel Worach
2011-09-03Makefile.am: Clean YASM-VERSION.h.Peter Johnson
2011-09-03Fix .gitignore for some wildcards.Peter Johnson
2011-09-03Add missing macho32-pext test case.Peter Johnson
2011-08-27Regenerate man pages.Peter Johnson
2011-08-27macho: Support N_PEXT bit.Peter Johnson
2011-08-27Generate version number information from git history.Peter Johnson
2011-08-27Add .gitignore files.Peter Johnson
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2011-08-19Fix const warning in elf_machine_ssym usage.Peter Johnson
2011-08-19win64-except.c: Fix incorrect dereference.Peter Johnson
2011-08-19file.h: Separate conditional inclusion of direct.h.Peter Johnson
2011-07-11dwarf: Fix uninitialized structure member.Peter Johnson
2011-07-10expr_simplify_identity: Pass int_term via pointer.Peter Johnson
2011-07-04Fix VGATHER/VPGATHER memory sizes.Peter Johnson
2011-07-03Add AVX2 VGATHER* and VPGATHER* instructions.Peter Johnson
2011-07-03Add most Intel AVX2 instructions.Peter Johnson
2011-07-03pmovmskb/vpmovmskb: default operand size is 64 bits.Peter Johnson
2011-07-03Add Intel BMI1, BMI2, INVPCID, LZCNT instructions.Peter Johnson
2011-07-02x86/gas: Fix no-suffix push and pop.Peter Johnson
2011-07-02Add test for 64-bit shr/shl.Peter Johnson
2011-06-27Allow 64-bit LFS/LGS/LSS.Peter Johnson
2011-06-25Fix "times" relocation handling.Peter Johnson
2011-06-25Fix cython.m4 for beta versions of Cython.Peter Johnson
2011-06-25Fix build with recent Cython.Peter Johnson
2011-06-20Fix #263: Add quotes to yasm.rules switches.Peter Johnson
2011-05-29Fix escaping at end of gas string constant.Peter Johnson
2011-05-29Fix lar and lsl second operand size.Peter Johnson
2011-05-29frontends/yasm/yasm.xml: Use GNU layout and put --help option to the endJari Aalto
2011-03-20Fix test failure due to build environment.Peter Johnson
2011-01-291. Tidy up VS 2010 buildBrian Gladman
2010-09-06Fix #223: Correctly handle "./" paths in dwarf2.Peter Johnson
2010-08-21Improve gas syntax .set directive to better match GNU as behavior.Peter Johnson
2010-08-18coff: Add support for gas .secrel32 directive.Peter Johnson
2010-08-18Implement yasm_value_finalize_expr() using yasm_value_finalize().Peter Johnson
2010-08-18Add prototype for yasm_dv_get_value().Peter Johnson
2010-08-18Add yasm_dv_get_value() to get yasm_value from yasm_dataval.Peter Johnson
2010-08-17coff dir_def(): Use symtab_use() instead of symtab_get().Peter Johnson
2010-08-17coff/win32/win64: Add support for .def, .scl, .type, and .endef directives.Peter Johnson
2010-08-16dwarf2: Add support for .loc "discriminator" option.Peter Johnson
2010-08-14gas: Fix movsw/movzw memory operand encodings.Peter Johnson
2010-08-06Bump trunk internal version to 1.1.99.Peter Johnson
2010-08-01Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables.Peter Johnson
2010-08-01win32: Make external safeseh work again (broken in [2343]).Peter Johnson
2010-08-01Rename RDRND feature bit to RDRAND.Peter Johnson
2010-08-01macho32: Correctly output pc-relative non-external intersegment.Peter Johnson
2010-08-01macho: Fix relocation table file location.Peter Johnson
2010-07-31Fix #139: Fix a number of issues with win32 safeseh support.Peter Johnson