summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #59 from pwo/patch-1Peter Johnson2011-09-271-1/+1
|\
| * Fix clang warning: Pawel Worach2011-09-241-1/+1
|/
* Makefile.am: Clean YASM-VERSION.h.Peter Johnson2011-09-031-0/+1
* Fix .gitignore for some wildcards.Peter Johnson2011-09-031-5/+4
* Add missing macho32-pext test case.Peter Johnson2011-09-032-0/+206
* Regenerate man pages.Peter Johnson2011-08-275-188/+497
* macho: Support N_PEXT bit.Peter Johnson2011-08-272-1/+22
* Generate version number information from git history.Peter Johnson2011-08-2723-58/+232
* Add .gitignore files.Peter Johnson2011-08-273-0/+82
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-19279-467/+34
* Fix const warning in elf_machine_ssym usage.Peter Johnson2011-08-192-2/+2
* win64-except.c: Fix incorrect dereference.Peter Johnson2011-08-191-1/+1
* file.h: Separate conditional inclusion of direct.h.Peter Johnson2011-08-191-3/+5
* dwarf: Fix uninitialized structure member.Peter Johnson2011-07-112-59/+28
* expr_simplify_identity: Pass int_term via pointer.Peter Johnson2011-07-104-18/+38
* Fix VGATHER/VPGATHER memory sizes.Peter Johnson2011-07-042-20/+20
* Add AVX2 VGATHER* and VPGATHER* instructions.Peter Johnson2011-07-0314-20/+1283
* Add most Intel AVX2 instructions.Peter Johnson2011-07-034-118/+3280
* pmovmskb/vpmovmskb: default operand size is 64 bits.Peter Johnson2011-07-033-11/+11
* Add Intel BMI1, BMI2, INVPCID, LZCNT instructions.Peter Johnson2011-07-0312-3/+721
* x86/gas: Fix no-suffix push and pop.Peter Johnson2011-07-024-0/+533
* Add test for 64-bit shr/shl.Peter Johnson2011-07-023-0/+23
* Allow 64-bit LFS/LGS/LSS.Peter Johnson2011-06-274-1/+46
* Fix "times" relocation handling.Peter Johnson2011-06-2520-72/+1109
* Fix cython.m4 for beta versions of Cython.Peter Johnson2011-06-251-4/+9
* Fix build with recent Cython.Peter Johnson2011-06-251-2/+2
* Fix #263: Add quotes to yasm.rules switches.Peter Johnson2011-06-201-6/+6
* Fix escaping at end of gas string constant.Peter Johnson2011-05-294-3/+10
* Fix lar and lsl second operand size.Peter Johnson2011-05-294-2/+257
* frontends/yasm/yasm.xml: Use GNU layout and put --help option to the endJari Aalto2011-05-291-10/+10
* Fix test failure due to build environment.Peter Johnson2011-03-204-46/+26
* 1. Tidy up VS 2010 buildBrian Gladman2011-01-2916-6/+157
* Fix #223: Correctly handle "./" paths in dwarf2.Peter Johnson2010-09-066-5/+1764
* Improve gas syntax .set directive to better match GNU as behavior.Peter Johnson2010-08-214-77/+276
* coff: Add support for gas .secrel32 directive.Peter Johnson2010-08-184-2/+898
* Implement yasm_value_finalize_expr() using yasm_value_finalize().Peter Johnson2010-08-181-10/+10
* Add prototype for yasm_dv_get_value().Peter Johnson2010-08-181-0/+6
* Add yasm_dv_get_value() to get yasm_value from yasm_dataval.Peter Johnson2010-08-181-0/+8
* coff dir_def(): Use symtab_use() instead of symtab_get().Peter Johnson2010-08-171-1/+1
* coff/win32/win64: Add support for .def, .scl, .type, and .endef directives.Peter Johnson2010-08-175-1/+289
* dwarf2: Add support for .loc "discriminator" option.Peter Johnson2010-08-162-4/+70
* gas: Fix movsw/movzw memory operand encodings.Peter Johnson2010-08-143-15/+127
* Bump trunk internal version to 1.1.99.Peter Johnson2010-08-065-6/+6
* Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables.Peter Johnson2010-08-011-3/+4
* win32: Make external safeseh work again (broken in [2343]).Peter Johnson2010-08-012-7/+11
* Rename RDRND feature bit to RDRAND.Peter Johnson2010-08-013-8/+8
* macho32: Correctly output pc-relative non-external intersegment.Peter Johnson2010-08-014-1/+387
* macho: Fix relocation table file location.Peter Johnson2010-08-012-7/+7
* Fix #139: Fix a number of issues with win32 safeseh support.Peter Johnson2010-07-319-68/+237
* Remove some causes of unnecessary rebuilds on Windows (VC10 only)Brian Gladman2010-07-276-23/+59