]> granicus.if.org Git - yasm/shortlog
yasm
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.
2009-08-12 Brian GladmanFurther change to python invocation in genperf
2009-08-12 Brian Gladmanimprove handling of Python batch file for genperf
2009-08-06 Peter JohnsonFix #186: Avoid memory runaway in optimizer TIMES circu...
2009-07-31 Peter JohnsonFix #185: Add mkinstalldirs to svn repo, as autogen...
2009-07-30 Peter JohnsonFix #184: test -e is not portable (despite being in...
2009-07-25 Peter JohnsonUnbreak distcheck.
2009-07-24 Peter JohnsonFix #178: Don't "distribute" shift right op.
2009-07-22 Peter JohnsonUpdate elf special symbols:
2009-07-22 Peter JohnsonUnbreak make check (broken by [2206]).
2009-07-22 Peter Johnsonelf: Add latest x86 relocation types.
2009-07-21 Peter Johnsonelf: Add support for 64-bit PC-relative relocation.
2009-07-21 Peter JohnsonSpecial-case _GLOBAL_OFFSET_TABLE_ in elf32/64 to gener...
2009-07-20 Peter JohnsonNASM is now licensed under the 2-clause BSD license.
2009-07-18 Peter JohnsonFix #177: Make check fails on CR/LF systems.
2009-06-12 Peter JohnsonFix #175: Only sanity check final section size if no...
2009-06-03 Peter JohnsonFix #173: Debug full paths were being generated incorre...
2009-05-12 Peter JohnsonFix #171: Broken build in ytasm CMakeLists.txt.
2009-05-12 Peter JohnsonCMakeLists.txt: Set cmake policy to avoid warning.
2009-05-10 Peter JohnsonAdd support for AMD XOP, FMA4, and CVT16 instructions...
2009-05-10 Peter JohnsonAdd gencheck.py Python script to make it easier to...
2009-04-17 Peter Johnsontasm (tweaked nasm) preproc fixes:
2009-04-17 Peter Johnsontasm parser: Support "not" keyword.
2009-03-29 Peter JohnsonDefault memory size to "s" for no-suffix FP conversions...
2009-03-25 Peter JohnsonFix referencing of local label from line that defines...
2009-03-24 Peter JohnsonUpdate copyright dates.
2009-03-24 Peter JohnsonFix #155: Don't crash on missing %endmacro.
2009-03-24 Peter JohnsonRemove vc7 and vc8 build files, as they're no longer...
2009-03-24 Peter JohnsonRename tasm to ytasm in Unix builds.
2009-03-20 Peter JohnsonUpdate code generated for alignment padding for more...
2009-03-20 Peter JohnsonUse arrays instead of strings to store NOP fill.
next