]> granicus.if.org Git - yasm/shortlog
yasm
2011-08-27 Peter JohnsonAdd .gitignore files.
2011-08-19 Peter JohnsonRemove $Id$ and RCSID() usage.
2011-08-19 Peter JohnsonFix const warning in elf_machine_ssym usage.
2011-08-19 Peter Johnsonwin64-except.c: Fix incorrect dereference.
2011-08-19 Peter Johnsonfile.h: Separate conditional inclusion of direct.h.
2011-07-11 Peter Johnsondwarf: Fix uninitialized structure member.
2011-07-11 Peter Johnsonexpr_simplify_identity: Pass int_term via pointer.
2011-07-04 Peter JohnsonFix VGATHER/VPGATHER memory sizes.
2011-07-04 Peter JohnsonAdd AVX2 VGATHER* and VPGATHER* instructions.
2011-07-03 Peter JohnsonAdd most Intel AVX2 instructions.
2011-07-03 Peter Johnsonpmovmskb/vpmovmskb: default operand size is 64 bits.
2011-07-03 Peter JohnsonAdd Intel BMI1, BMI2, INVPCID, LZCNT instructions.
2011-07-03 Peter Johnsonx86/gas: Fix no-suffix push and pop.
2011-07-02 Peter JohnsonAdd test for 64-bit shr/shl.
2011-06-28 Peter JohnsonAllow 64-bit LFS/LGS/LSS.
2011-06-26 Peter JohnsonFix "times" relocation handling.
2011-06-25 Peter JohnsonFix cython.m4 for beta versions of Cython.
2011-06-25 Peter JohnsonFix build with recent Cython.
2011-06-21 Peter JohnsonFix #263: Add quotes to yasm.rules switches.
2011-05-29 Peter JohnsonFix escaping at end of gas string constant.
2011-05-29 Peter JohnsonFix lar and lsl second operand size.
2011-05-29 Jari Aaltofrontends/yasm/yasm.xml: Use GNU layout and put --help...
2011-03-21 Peter JohnsonFix test failure due to build environment. 1/head
2011-01-29 Brian Gladman1. Tidy up VS 2010 build
2010-09-06 Peter JohnsonFix #223: Correctly handle "./" paths in dwarf2.
2010-08-21 Peter JohnsonImprove gas syntax .set directive to better match GNU...
2010-08-18 Peter Johnsoncoff: Add support for gas .secrel32 directive.
2010-08-18 Peter JohnsonImplement yasm_value_finalize_expr() using yasm_value_f...
2010-08-18 Peter JohnsonAdd prototype for yasm_dv_get_value().
2010-08-18 Peter JohnsonAdd yasm_dv_get_value() to get yasm_value from yasm_dat...
2010-08-17 Peter Johnsoncoff dir_def(): Use symtab_use() instead of symtab_get().
2010-08-17 Peter Johnsoncoff/win32/win64: Add support for .def, .scl, .type...
2010-08-16 Peter Johnsondwarf2: Add support for .loc "discriminator" option.
2010-08-14 Peter Johnsongas: Fix movsw/movzw memory operand encodings.
2010-08-06 Peter JohnsonBump trunk internal version to 1.1.99.
2010-08-01 Peter JohnsonFix #213: Fix gas-preproc misuse of strcpy() and uninit...
2010-08-01 Peter Johnsonwin32: Make external safeseh work again (broken in...
2010-08-01 Peter JohnsonRename RDRND feature bit to RDRAND.
2010-08-01 Peter Johnsonmacho32: Correctly output pc-relative non-external...
2010-08-01 Peter Johnsonmacho: Fix relocation table file location.
2010-07-31 Peter JohnsonFix #139: Fix a number of issues with win32 safeseh...
2010-07-27 Brian GladmanRemove some causes of unnecessary rebuilds on Windows...
2010-07-23 Peter Johnsongen_x86_insn.py: Add SMX to list of ordered_cpu_features.
2010-07-23 Peter JohnsonFix #211: Add INVEPT, INVVPID, and GETSEC instructions.
2010-07-23 Peter JohnsonFix #212: Set LC_SEGMENT vmsize correctly.
2010-07-03 Peter JohnsonAdd support for XSAVEOPT instruction.
2010-07-03 Peter JohnsonAdd Intel post-32nm processor instructions (section...
2010-07-02 Peter JohnsonRemove AMD CVT16 instructions.
2010-06-16 Peter JohnsonFix #207: Don't emit unnecessary REX.W for pinsrw.
2010-06-16 Peter JohnsonFix #206: Update gettext bits to gettext 0.17.
2010-06-08 Brian GladmanMinor update to the Visual Studio 2010 build files
2010-06-08 Brian Gladmansvn path=/trunk/yasm/; revision=2331
2010-05-27 Brian GladmanAdd an environment variable YASMPATH to override the...
2010-05-27 Brian Gladmancorrect reported error in vsyasm.xml
2010-05-24 Brian Gladmanchange vsyasm property sheet to use an absolute path...
2010-05-16 Peter JohnsonFix #201: explicitly ignore [warning] directive and...
2010-05-16 Peter JohnsonSupport all unary operators in directive expressions.
2010-05-15 Peter JohnsonFix #202 (incorrect GOT offset generated in NASM mode).
2010-04-08 Peter JohnsonUpdate frontend --version copyright dates.
2010-04-08 Peter JohnsonCOPYING: Update credits a bit.
2010-04-08 Peter JohnsonUpdate copyright dates.
2010-04-08 Peter JohnsonNASM preproc: Add basic support for %{x:y} parameter...
2010-04-08 Peter JohnsonNASM preprocessor: Add %scope and %endscope.
2010-03-28 Peter JohnsonInstead of initializing unknown sections en-masse durin...
2010-03-19 Peter Johnsonvsyasm: Allow override of object, list, and map file...
2010-03-19 Peter Johnsonvsyasm: Fix map extension.
2010-03-10 Brian GladmanImprove VSYASM integration into Visual Studio 2010
2010-03-04 Peter Johnsonvsyasm: if -E is used, print command line as first...
2010-03-04 Peter JohnsonMakefile.am: Update for [2297] changes.
2010-03-03 Brian GladmanAdjust YASM integration into Visual Studio 2010 slightly
2010-03-03 Brian GladmanAdd VSYASM integration files for Visual Studio 2010...
2010-02-25 Brian GladmanCorrection to Python detection on Windows
2010-02-25 Brian GladmanYet one more attempt to find Python in Windows
2010-02-24 Brian GladmanMake a further attempt to use the Windows registry...
2010-02-23 Brian Gladmancorrect error in python detection batch file
2010-02-23 Brian GladmanHopefully remove python discovery issue in Windows...
2010-02-19 Peter Johnsonvsyasm: More gracefully handle single input file by...
2010-02-17 Peter JohnsonAdd vc10 and vsyasm build files to EXTRA_DIST.
2010-02-15 Brian GladmanUpdate Visual Studio 2010 build files
2010-02-13 Brian Gladman1. Add vsyasm build to VC9 and vc10 builds
2010-02-13 Peter Johnsonvsyasm: create intermediate output directories if neces...
2010-02-13 Peter JohnsonUpdate yasm_parsers(7) now that GAS preprocessor suppor...
2010-02-13 Peter JohnsonAdd support for gas preprocessor macro directives.
2010-02-06 Peter JohnsonAdd "vsyasm", a batch version of yasm primarily useful...
2010-02-06 Peter Johnsonnasm_pp_cleanup(): Do a better job of cleaning up.
2010-01-20 Peter JohnsonUpdate flat and DJGPP Makefiles for GAS preproc and...
2010-01-19 Brian GladmanUpdate VC++ v10 build
2010-01-19 Brian GladmanUpdate VC++ v9 build
2010-01-19 Peter JohnsonAdd .intel_syntax and .gas_syntax support to GAS parser.
2010-01-19 Peter JohnsonAdd nasm-parser-struct.h to SOURCES.
2010-01-19 Peter JohnsonNasm parser: Add some very basic MASM-ish syntax handli...
2010-01-19 Peter JohnsonSplit yasm_parser_nasm structure out to separate header.
2010-01-14 Peter JohnsonAllow gas flags input to bin objfmt (ignored and not...
2010-01-14 Peter Johnsonsubstitute_values(): Allocate sufficient space for...
2010-01-13 Peter Johnsongas-preproc.c: Use sprintf instead of snprintf.
2010-01-12 Peter JohnsonAllow older automake version (1.9.6).
2010-01-08 Brian GladmanFix #200 - yasm.rules double quote issue
2010-01-08 Brian Gladman"Fix #200" - yasm.rules double quote issue
2010-01-07 Peter JohnsonUpdate autoconf/automake scripts.
2010-01-07 Peter JohnsonUnbreak make distcheck.
next