]> granicus.if.org Git - yasm/shortlog
yasm
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.
2010-01-05 Brian Gladman1. Add gas preprocessor build on Windows
2010-01-03 Peter JohnsonNow that the gas preproc supports .rept, remove it...
2010-01-03 Peter JohnsonGAS preproc: Fix line number for .rept without matching...
2010-01-03 Peter JohnsonUpdate Pyxelator to avoid deprecation warnings on recen...
2010-01-03 Peter Johnsonbin-objfmt.c: Comment out unused function (kept in...
2010-01-03 Peter JohnsonFix two more instances of queue.h HEAD macros for porta...
2010-01-03 Peter Johnsongas-preproc.c: Avoid warning on unused variable.
2010-01-03 Peter JohnsonImprove the gas preprocessor and re-add it as default...
2010-01-03 Peter JohnsonImplement some linemap changes required for the GAS...
2010-01-03 Peter JohnsonUse queue.h HEAD macros more portably (also avoiding...
2010-01-02 Peter JohnsonFix additional cases of duplicate 66h prefix generation...
2010-01-01 Peter JohnsonUse Cython instead of Pyrex.
2010-01-01 Peter JohnsonSome minor Pyrex fixes:
2010-01-01 Peter JohnsonAll Pyrex files: Use __cinit__ instead of __new__ in...
2010-01-01 Peter Johnsonyasm_intnum_create_sized(): Fix off-by-one error in...
2009-12-30 Peter JohnsonUnbreak python bindings on 64-bit Linux.
2009-12-29 Peter JohnsonAvoid generating duplicate 66h prefix on PINSRB in...
2009-12-28 Peter JohnsonRevert gas parser default to raw preproc until gas...
2009-12-28 Peter JohnsonFix incorrect vaesimc encoding (need to set VEX.vvvv...
2009-12-26 Peter JohnsonFix --preproc-only (and possibly other long options...
2009-12-26 Peter Johnsongas-preproc.c: Avoid casting away of const.
2009-12-26 Peter JohnsonUpdate gas preproc a bit:
2009-12-26 Peter Johnsonnasm-pp.c: Use vsnprintf if available.
2009-12-26 Peter JohnsonDefault to gas preproc for gas parser.
2009-12-23 Peter JohnsonAdd initial gas preprocessor, contributed by Alexei...
2009-12-06 Peter JohnsonUnbreak gen_x86_insn.py on Python 2.4.
2009-12-05 Brian GladmanAdd files for building YASM with Visual Studio 2010...
2009-12-05 Brian GladmanUpdate gen_x86_insn.py to work in both Python 2 and 3
2009-12-01 Peter JohnsonFix #198: Previous commit accidentally broke a great...
2009-11-30 Peter JohnsonFix a bunch of GAS x86 instruction issues.
2009-11-08 Peter JohnsonFix #191: Incorrect argument order generated for AMD...
2009-11-08 Peter JohnsonFix #190: Incorrect opcode generated for vphaddudq.
2009-11-03 Peter JohnsonFix #189: Avoid compiler warning in genperf.
2009-10-31 Peter JohnsonFix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_...
2009-10-31 Peter JohnsonFix #188: Times forward references would result in...
2009-09-12 Peter JohnsonFix #78 further: Support C++ style // comments.
next