summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for 1.1.0 release.v1.1.01.1.0Peter Johnson2010-08-075-15/+15
* Bump branch version to 1.1.x, with an internal version of 1.1.0.1.1Peter Johnson2010-08-065-22/+22
* Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables.Peter Johnson2010-08-011-3/+4
* win32: Make external safeseh work again (broken in [2343]).Peter Johnson2010-08-012-7/+11
* Rename RDRND feature bit to RDRAND.Peter Johnson2010-08-013-8/+8
* macho32: Correctly output pc-relative non-external intersegment.Peter Johnson2010-08-014-1/+387
* macho: Fix relocation table file location.Peter Johnson2010-08-012-7/+7
* Fix #139: Fix a number of issues with win32 safeseh support.Peter Johnson2010-07-319-68/+237
* Remove some causes of unnecessary rebuilds on Windows (VC10 only)Brian Gladman2010-07-276-23/+59
* gen_x86_insn.py: Add SMX to list of ordered_cpu_features.Peter Johnson2010-07-231-1/+1
* Fix #211: Add INVEPT, INVVPID, and GETSEC instructions.Peter Johnson2010-07-238-1/+73
* Fix #212: Set LC_SEGMENT vmsize correctly.Peter Johnson2010-07-234-1/+391
* Add support for XSAVEOPT instruction.Peter Johnson2010-07-035-1/+34
* Add Intel post-32nm processor instructions (section 7 of AVX spec).Peter Johnson2010-07-0310-1/+268
* Remove AMD CVT16 instructions.Peter Johnson2010-07-026-161/+1
* Fix #207: Don't emit unnecessary REX.W for pinsrw.Peter Johnson2010-06-162-3/+6
* Fix #206: Update gettext bits to gettext 0.17.Peter Johnson2010-06-168-740/+916
* Minor update to the Visual Studio 2010 build filesBrian Gladman2010-06-082-21/+32
* svn path=/trunk/yasm/; revision=2331Brian Gladman2010-06-083-19/+27
* Add an environment variable YASMPATH to override the default vsyasm directoryBrian Gladman2010-05-271-1/+4
* correct reported error in vsyasm.xmlBrian Gladman2010-05-271-3/+0
* change vsyasm property sheet to use an absolute path to vsyasm (as msbuild re...Brian Gladman2010-05-241-1/+1
* Fix #201: explicitly ignore [warning] directive and treat as warning.Peter Johnson2010-05-165-0/+21
* Support all unary operators in directive expressions.Peter Johnson2010-05-161-45/+22
* Fix #202 (incorrect GOT offset generated in NASM mode).Peter Johnson2010-05-152-13/+2
* Update frontend --version copyright dates.Peter Johnson2010-04-082-2/+2
* COPYING: Update credits a bit.Peter Johnson2010-04-081-2/+2
* Update copyright dates.Peter Johnson2010-04-081-1/+1
* NASM preproc: Add basic support for %{x:y} parameter list expansion.Peter Johnson2010-04-081-79/+128
* NASM preprocessor: Add %scope and %endscope.Peter Johnson2010-04-084-11/+107
* Instead of initializing unknown sections en-masse during objfmt_output(),Peter Johnson2010-03-2811-185/+144
* vsyasm: Allow override of object, list, and map file extensions.Peter Johnson2010-03-191-3/+70
* vsyasm: Fix map extension.Peter Johnson2010-03-191-1/+1
* Improve VSYASM integration into Visual Studio 2010 Brian Gladman2010-03-103-26/+107
* vsyasm: if -E is used, print command line as first line in error file.Peter Johnson2010-03-041-0/+5
* Makefile.am: Update for [2297] changes.Peter Johnson2010-03-041-3/+3
* Adjust YASM integration into Visual Studio 2010 slightlyBrian Gladman2010-03-031-1/+1
* Add VSYASM integration files for Visual Studio 2010 (and remove incorrect YAS...Brian Gladman2010-03-035-120/+133
* Correction to Python detection on WindowsBrian Gladman2010-02-252-2/+2
* Yet one more attempt to find Python in WindowsBrian Gladman2010-02-252-22/+28
* Make a further attempt to use the Windows registry to find PythonBrian Gladman2010-02-242-42/+12
* correct error in python detection batch file Brian Gladman2010-02-232-2/+2
* Hopefully remove python discovery issue in Windows buildBrian Gladman2010-02-232-10/+36
* vsyasm: More gracefully handle single input file by using output name as-is.Peter Johnson2010-02-191-5/+9
* Add vc10 and vsyasm build files to EXTRA_DIST.Peter Johnson2010-02-171-6/+42
* Update Visual Studio 2010 build filesBrian Gladman2010-02-1511-39/+39
* 1. Add vsyasm build to VC9 and vc10 buildsBrian Gladman2010-02-139-10/+724
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-134-5/+111
* Update yasm_parsers(7) now that GAS preprocessor support is fairly mature.Peter Johnson2010-02-131-5/+5
* Add support for gas preprocessor macro directives.Peter Johnson2010-02-134-0/+241