2014-08-10 |
Peter Johnson | Add cmake files to distribution. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Peter Johnson | Bump copyright dates for 2014. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Peter Johnson | Add vc12 files to distribution. |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Peter Johnson | dist-hook: Copy YASM-VERSION.h to Mkfiles/vc12. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Peter Johnson | coff-objfmt.c: Add missing break. |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Peter Johnson | Merge pull request #67 from maksqwe/initalen_fix |
commit | commitdiff | tree | snapshot |
2014-04-11 |
Maks Naumov | missing 'break' in initalen() 67/head |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Brian Gladman | Rename a Visual Studio 2013 build file |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Brian Gladman | Add Visual Studio 2013 build files |
commit | commitdiff | tree | snapshot |
2014-04-06 |
Peter Johnson | Add cpu ivybridge, haswell, broadwell, skylake. |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Peter Johnson | Add Intel ADX, RDSEED, and SMAP instructions. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Peter Johnson | Add Intel SHA instructions. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Peter Johnson | Merge pull request #66 from Gramner/master |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Henrik Gramner | Use a larger hash table size 66/head |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Brian Gladman | test commit |
commit | commitdiff | tree | snapshot |
2013-11-13 |
briangladman | Minor change to Python detection in the Visual Studio... |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Peter Johnson | Optimize matching loops. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Peter Johnson | Update config.guess and config.sub. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Peter Johnson | cv8: Fix line number issues with multiple files. |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Peter Johnson | Unbreak distcheck. |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Peter Johnson | Fix vpbroadcastq. |
commit | commitdiff | tree | snapshot |
2012-11-06 |
BrianGladman | Make the detection of Python in the Visual Studio 2010... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Peter Johnson | Add support for "function" decorator in win32/win64. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
BrianGladman | add new elf file to visual studio 2010 build |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Peter Johnson | gas-parse.c: Eliminate warning. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Peter Johnson | Regen yasm_arch.7 and yasm_objfmts.7. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
H.J. Lu | Add support for x32 |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Peter Johnson | Merge pull request #64 from sgraham/fix-win32-warnings |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Peter Johnson | Improve check for Cython version. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Peter Johnson | Fix vphaddudq opcode; should be DB rather than D8. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Peter Johnson | Merge pull request #65 from vmt/master |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Vivek Thampi | Fix minor typo in the definition of pmulhrw 65/head |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Scott Graham | fix a couple warnings when building on win32 64/head |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Peter Johnson | Merge pull request #63 from nico/blah |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Nico Weber | Don't use a C++ comment in a C source file. 63/head |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Peter Johnson | Merge pull request #62 from nico/ticket246 |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Nico Weber | In the Mach-O writer, only warn on ignored flags if... 62/head |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Peter Johnson | Merge pull request #61 from fischman/master |
commit | commitdiff | tree | snapshot |
2012-03-02 |
sergey semenko | Added support for HSW TSX instructions: |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Jason Garrett... | Add AMD TBM instructions. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Ami Fischman | Drop success-path chatter from genperf. 61/head |
commit | commitdiff | tree | snapshot |
2011-10-31 |
BrianGladman | Add prebuild step for yasm-verssion.h |
commit | commitdiff | tree | snapshot |
2011-10-31 |
BrianGladman | add path for YASM-VERSION.h |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Johnson | Bump DEF_VER to 1.2.0 for release. v1.2.0 |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Johnson | Add Mkfiles/vc10/out_copy_rename.bat to distribution. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Johnson | Copy YASM-VERSION.h to Mkfiles for distribution. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Johnson | re2c: Work around tmpfile() issue on win32. |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Peter Johnson | win64: Default to nobase for .xdata section. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Peter Johnson | re2c: Use tmpfile instead of fixed temporary filename. |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Peter Johnson | Merge pull request #60 from olsner/struc_base |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Simon Brenner | Add testcase for struc with base offset 60/head |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Simon Brenner | Implement the base offset parameter to 'struc' |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Peter Johnson | nasm-pp.c: Plug a memory leak. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Peter Johnson | Merge pull request #59 from pwo/patch-1 |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Pawel Worach | Fix clang warning: 59/head |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Peter Johnson | Makefile.am: Clean YASM-VERSION.h. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Peter Johnson | Fix .gitignore for some wildcards. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Peter Johnson | Add missing macho32-pext test case. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Johnson | Regenerate man pages. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Johnson | macho: Support N_PEXT bit. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Johnson | Generate version number information from git history. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Johnson | Add .gitignore files. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Peter Johnson | Remove $Id$ and RCSID() usage. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Peter Johnson | Fix const warning in elf_machine_ssym usage. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Peter Johnson | win64-except.c: Fix incorrect dereference. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Peter Johnson | file.h: Separate conditional inclusion of direct.h. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Peter Johnson | dwarf: Fix uninitialized structure member. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Peter Johnson | expr_simplify_identity: Pass int_term via pointer. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Johnson | Fix VGATHER/VPGATHER memory sizes. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Johnson | Add AVX2 VGATHER* and VPGATHER* instructions. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Peter Johnson | Add most Intel AVX2 instructions. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Peter Johnson | pmovmskb/vpmovmskb: default operand size is 64 bits. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Peter Johnson | Add Intel BMI1, BMI2, INVPCID, LZCNT instructions. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Peter Johnson | x86/gas: Fix no-suffix push and pop. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Peter Johnson | Add test for 64-bit shr/shl. |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Peter Johnson | Allow 64-bit LFS/LGS/LSS. |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Johnson | Fix "times" relocation handling. |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Peter Johnson | Fix cython.m4 for beta versions of Cython. |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Peter Johnson | Fix build with recent Cython. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Peter Johnson | Fix #263: Add quotes to yasm.rules switches. |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Peter Johnson | Fix escaping at end of gas string constant. |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Peter Johnson | Fix lar and lsl second operand size. |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Jari Aalto | frontends/yasm/yasm.xml: Use GNU layout and put --help... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Peter Johnson | Fix test failure due to build environment. 1/head |
commit | commitdiff | tree | snapshot |
2011-01-29 |
Brian Gladman | 1. Tidy up VS 2010 build |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Peter Johnson | Fix #223: Correctly handle "./" paths in dwarf2. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Peter Johnson | Improve gas syntax .set directive to better match GNU... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Peter Johnson | coff: Add support for gas .secrel32 directive. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Peter Johnson | Implement yasm_value_finalize_expr() using yasm_value_f... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Peter Johnson | Add prototype for yasm_dv_get_value(). |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Peter Johnson | Add yasm_dv_get_value() to get yasm_value from yasm_dat... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Peter Johnson | coff dir_def(): Use symtab_use() instead of symtab_get(). |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Peter Johnson | coff/win32/win64: Add support for .def, .scl, .type... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Peter Johnson | dwarf2: Add support for .loc "discriminator" option. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Peter Johnson | gas: Fix movsw/movzw memory operand encodings. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Peter Johnson | Bump trunk internal version to 1.1.99. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Peter Johnson | Fix #213: Fix gas-preproc misuse of strcpy() and uninit... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Peter Johnson | win32: Make external safeseh work again (broken in... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Peter Johnson | Rename RDRND feature bit to RDRAND. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Peter Johnson | macho32: Correctly output pc-relative non-external... |
commit | commitdiff | tree | snapshot |
next |