aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2012-03-02Drop success-path chatter from genperf.Ami Fischman
2011-10-31re2c: Work around tmpfile() issue on win32.Peter Johnson
2011-10-02re2c: Use tmpfile instead of fixed temporary filename.Peter Johnson
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2011-06-25Fix build with recent Cython.Peter Johnson
2010-01-03Update Pyxelator to avoid deprecation warnings on recent Python versions.Peter Johnson
2010-01-01Use Cython instead of Pyrex.Peter Johnson
2010-01-01Some minor Pyrex fixes:Peter Johnson
2010-01-01All Pyrex files: Use __cinit__ instead of __new__ in extension classes.Peter Johnson
2009-12-30Unbreak python bindings on 64-bit Linux.Peter Johnson
2009-11-03Fix #189: Avoid compiler warning in genperf.Peter Johnson
2009-10-31Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles.Peter Johnson
2009-05-10Add gencheck.py Python script to make it easier to generate expected resultsPeter Johnson
2008-05-23Enable DLL/plugin builds with cmake on Windows.Peter Johnson
2008-05-22Add cmake build infrastructure.Peter Johnson
2008-05-15Make ISO C89 compliant (too long constant string, use of // comment).Peter Johnson
2008-05-09Commit moved, updated genmacro script missed in [2082] commit.Peter Johnson
2008-04-25Fix some re2c memory/initialization issues.Peter Johnson
2008-01-19tools/xdf: Make 64-bit safe.Peter Johnson
2007-12-15re2c: Fix -b generation in certain cases.Peter Johnson
2007-09-18Remove unused variable.Peter Johnson
2007-09-14Finish cleanup made in [1948].Peter Johnson
2007-09-13Now that part of the build uses just Python, break apart the PythonPeter Johnson
2007-09-11Now that genperf takes an output filename, change informational outputsPeter Johnson
2007-09-10Change genperf to take input and output filenames rather than outputting toPeter Johnson
2007-09-10Change x86 instruction tables to be automatically generated.Peter Johnson
2007-09-08Windows build fixes:Peter Johnson
2007-09-07Break apart perfect hash lookup generation and x86 arch-specificPeter Johnson
2007-09-07Unbreak distcheck when Python is available by pulling in bitvect.h.Peter Johnson
2007-07-20Add support for second parameter (fill value) to .org directive in GASPeter Johnson
2007-04-22Update all copyright dates.Peter Johnson
2007-04-22Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson
2007-02-24Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson
2007-01-29Pyxelator generation should depend on HEADERS rather than SOURCES.Peter Johnson
2007-01-29Clean up sed usage a tiny bit (don't use cat).Peter Johnson
2007-01-29Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson
2007-01-26Make python module DESTDIR-clean to unbreak distcheck when python module isPeter Johnson
2007-01-21Remove yasm_immval, moving remaining unique information (sign flag) intoPeter Johnson
2007-01-20intnum.c: Better internal error checking on intnum creation input strings.Peter Johnson
2006-12-30python-yasm/Makefile.inc: Pull in CPPFLAGS for Python build, which on somePeter Johnson
2006-12-24Port re2c parser from YACC to recursive descent.Peter Johnson
2006-12-12Pyxelator: Rip out code wrapper generation. Reindent. Add yasm wrapperPeter Johnson
2006-12-12Bring Pyxelator-r428 into trunk.Peter Johnson
2006-12-10Take [1423] to the next logical step by supporting the general case ofPeter Johnson
2006-11-27expr.pxi: Sync with [1702].Peter Johnson
2006-11-19Clean up a few minor nits (warnings).Peter Johnson
2006-10-28Have incbin search include paths (long-missing feature).Peter Johnson
2006-10-18Don't mix EQU expansion with other expr leveling; we could get confusedPeter Johnson
2006-10-05re2c-parser.y: Work around a bug in Bison 2.1; Bison 2.1 generates bad code i...Peter Johnson