aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2013-07-03cv8: Fix line number issues with multiple files.Peter Johnson
2013-06-21Unbreak distcheck.Peter Johnson
2013-06-21Fix vpbroadcastq.Peter Johnson
2012-10-19Add support for "function" decorator in win32/win64.Peter Johnson
2012-08-30gas-parse.c: Eliminate warning.Peter Johnson
2012-08-30Add support for x32H.J. Lu
2012-08-30Merge pull request #64 from sgraham/fix-win32-warningsPeter Johnson
2012-08-18Fix vphaddudq opcode; should be DB rather than D8.Peter Johnson
2012-05-28Fix minor typo in the definition of pmulhrwVivek Thampi
2012-05-09fix a couple warnings when building on win32Scott Graham
2012-03-10Don't use a C++ comment in a C source file.Nico Weber
2012-03-06In the Mach-O writer, only warn on ignored flags if the new flagsNico Weber
2012-03-02Added support for HSW TSX instructions:sergey semenko
2012-03-02Add AMD TBM instructions.Jason Garrett-Glaser
2011-10-30win64: Default to nobase for .xdata section.Peter Johnson
2011-10-02Add testcase for struc with base offsetSimon Brenner
2011-10-02Implement the base offset parameter to 'struc'Simon Brenner
2011-09-30nasm-pp.c: Plug a memory leak.Peter Johnson
2011-09-03Add missing macho32-pext test case.Peter Johnson
2011-08-27macho: Support N_PEXT bit.Peter Johnson
2011-08-27Generate version number information from git history.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-07-11dwarf: Fix uninitialized structure member.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-05-29Fix escaping at end of gas string constant.Peter Johnson
2011-05-29Fix lar and lsl second operand size.Peter Johnson
2011-03-20Fix test failure due to build environment.Peter Johnson
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-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-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