summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for release.v0.8.00.8.0Peter Johnson2009-04-103-11/+11
* Merge [2192] from trunk.0.8Peter Johnson2009-04-044-0/+405
|\
| * Default memory size to "s" for no-suffix FP conversions in GAS syntax.Peter Johnson2009-03-294-0/+405
* | Merge [2190] from trunk.Peter Johnson2009-03-254-10/+27
|\ \ | |/
| * Fix referencing of local label from line that defines nonlocal label.Peter Johnson2009-03-254-10/+27
| * Update copyright dates.Peter Johnson2009-03-241-1/+1
* | Update copyright dates.Peter Johnson2009-03-241-1/+1
* | Bump branch version to 0.8.x, with an internal version of 0.8.0.Peter Johnson2009-03-243-14/+14
|/
* Fix #155: Don't crash on missing %endmacro.Peter Johnson2009-03-245-4/+15
* Remove vc7 and vc8 build files, as they're no longer being maintained.Peter Johnson2009-03-2440-5513/+0
* Rename tasm to ytasm in Unix builds.Peter Johnson2009-03-243-13/+13
* Update code generated for alignment padding for more recent processors.Peter Johnson2009-03-208-424/+457
* Use arrays instead of strings to store NOP fill.Peter Johnson2009-03-201-181/+204
* Add (but don't enable) AMD K10 alignment padding data Brian Gladman2009-03-181-0/+40
* Update yasm.rules file for VC++Brian Gladman2009-03-061-2/+2
* Remove renamed tasm.vcproj (as of [2175] it is ytasm.vcproj).Peter Johnson2009-03-042-410/+1
* Unbreak snapshots (broken in [2172]).Peter Johnson2009-03-041-3/+3
* Tidy up VC++ project names for ytasmBrian Gladman2009-02-262-9/+419
* rename tasm for VC++Brian Gladman2009-02-251-0/+410
* Add support for VEX-encoded pclmul*qdq instructions per the latest AVX spec.Peter Johnson2009-02-023-6/+175
* Fix #166: Off-by-one error in raw preproc caused hang on lines longer thanPeter Johnson2009-01-276-1/+17
* Add file missed in previous commit.Peter Johnson2009-01-141-0/+63
* Update AVX and FMA to latest Intel specification (Dec 2008).Peter Johnson2009-01-148-928/+1717
* gas parser: Allow segment register prefixes before instructions.Peter Johnson2009-01-024-11/+376
* gas parser: Allow equ's to be named the same as instructions.Peter Johnson2009-01-022-2/+5
* Remove long-obsolete "debug" flag from internal parser structures.Peter Johnson2009-01-024-10/+0
* Allow @ signs in identifiers in win32/win64 only.Peter Johnson2009-01-0214-0/+1845
* elf-x86id.asm testcase: Don't require NASM preproc.Peter Johnson2009-01-021-294/+294
* Gas parser: Move instruction/prefix lookup from tokenizer to parser.Peter Johnson2009-01-023-118/+98
* gas-parse.c: Fix double-free on error.Peter Johnson2008-12-241-1/+0
* Legalize effective addresses such as [eax*2+ebx*2-ebx].Peter Johnson2008-12-213-4/+27
* Fix Mach-O alignment handling by aligning start and end of every section.Peter Johnson2008-12-071-0/+11
* gen_x86_insn.py: Handle invalid rcstag.Peter Johnson2008-12-051-2/+6
* Don't assume CPP_PROG is 3 characters long (e.g. "gcc -E" isn't).Peter Johnson2008-11-251-1/+1
* Fix #161: Don't require 0d/0e/0f/0t prefix on floating point numbers.Peter Johnson2008-10-304-1/+395
* Fix #157: Use UNIX (not Windows) path functions on cygwin platform.Peter Johnson2008-10-191-4/+2
* Add movbe instruction and CPU feature.Peter Johnson2008-10-166-0/+219
* Update Makefile.am for vc98_swap.py.Peter Johnson2008-10-091-1/+1
* Change to Python for Visual Studio 2008/2005 conversion (vc98_swap.py in plac...Brian Gladman2008-10-081-134/+0
* svn path=/trunk/yasm/; revision=2150Brian Gladman2008-10-082-13/+75
* update Visual Studio 2008 buildBrian Gladman2008-10-087-16/+18
* Remove directory EXTRA_DIST; it seems to be making distcheck on ctn die.Peter Johnson2008-10-081-1/+0
* Use yasm functions yasm__strcasecmp and nasm_strdup instead of relying onPeter Johnson2008-10-082-40/+38
* tasm.c: Don't include unistd.h.Peter Johnson2008-10-081-1/+0
* Add Samuel Thibault to list of contributors.Peter Johnson2008-10-071-0/+1
* tasm frontend: Fix handling of options >2 chars long.Peter Johnson2008-10-071-14/+3
* tasm frontend: Fix crash with plain /l option.Peter Johnson2008-10-071-1/+1
* Don't use tasm_compatible_mode in nasm parser (use local var instead).Peter Johnson2008-10-074-30/+40
* Fix a number of warnings.Peter Johnson2008-10-073-5/+6
* Add CMakeLists.txt for tasm frontend.Peter Johnson2008-10-071-0/+25