summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge [1989] and [1990] from yasm-0.6.x branch: Mkfiles fixes.v0.6.20.6.2Peter Johnson2007-09-214-36/+8
* Bump version numbers for release.Peter Johnson2007-09-214-15/+15
*---. Merge [1962], [1963], [1971], and [1983] from trunk: NASM2 compatibilityPeter Johnson2007-09-2122-12/+1805
|\ \ \
| * | | Add some imm64 tests.Peter Johnson2007-09-214-0/+216
* | | | Merge [1981] from trunk: missed tests from [1980] commit.Peter Johnson2007-09-212-0/+5
|\ \ \ \ | |/ / /
| * | | Commit tests missed in [1979] commit.Peter Johnson2007-09-212-0/+5
| * | | Fix #115: 1<<0 resulted in 0 instead of 1 (broken in [1900]).Peter Johnson2007-09-212-2/+4
| * | | Remove yapp-preproc.c from list of files to scan for gettext.Peter Johnson2007-09-211-1/+0
| | |/ | |/|
| * | Follow NASM after all in only turning off default RIP-rel for FS and GS,Peter Johnson2007-09-208-85/+295
* | | Merge [1979] from trunk: Fix #115 (1<<0 resulted in 0 instead of 1).Peter Johnson2007-09-212-2/+4
* | | Merge [1966] - [1970] (inclusive) and [1972] from trunk.Peter Johnson2007-09-2126-73/+632
|\ \ \ | |/ /
| * | Autoconfize cpp program name and popen. This commit inactivates cpp in thePeter Johnson2007-09-205-8/+36
| * | Finish cleanups made in [1967].Peter Johnson2007-09-201-3/+2
| * | Update Mkfiles to add new cpp module.Peter Johnson2007-09-204-2/+27
| * | Fix a couple of warnings (non-prototype functions).Peter Johnson2007-09-201-2/+2
| * | Merge r1916-r1961 (cpp preproc module) from multiarch into trunk.Peter Johnson2007-09-2018-68/+576
| |\ \ | | |/ | |/|
| | * * Added code to the cpp module to pass include directories to the cpp program.paulbarker2007-09-181-7/+14
| | * Added dependency generation to cpp module.paulbarker2007-09-101-8/+72
| | * Delayed destruction of arguments list until cpp_preproc_destroy() in cpp module.paulbarker2007-09-101-10/+15
| | * Fixed missing semicolon in file.h due to mistake when committing r1935.paulbarker2007-09-091-1/+1
| | * Changed gas parser to only pass the first cpp line marker onto the debugging ...paulbarker2007-09-093-7/+19
| | * Added yasm_get_include_dir() function.paulbarker2007-09-092-0/+21
| | * Added code to gas parser to handle line markers produced by cpp.paulbarker2007-09-033-4/+118
| | * * Marked message strings so gettext can find them.paulbarker2007-09-015-8/+11
| | * Tiny documentation fix for recent changes in the preprocessor create() inteface.paulbarker2007-08-301-2/+2
| | * Removed FILE* argument from preprocessor create() interface. The preprocessor...paulbarker2007-08-306-58/+45
| | * Removed FILE* argument from parser interface. The FILE* given was simply stor...paulbarker2007-08-306-11/+4
| | * Changed cpp module to destroy the argument list and free the memory it uses.paulbarker2007-08-301-9/+5
| | * Modified cpp module to read directly from the preprocessor using a pipe, rath...paulbarker2007-08-301-21/+7
| | * Simplified cpp module, re-structuring much of the code and improving comments.paulbarker2007-08-291-64/+87
| | * Fixed yasm frontend to call the correct wrappers (yasm_preproc_create and yas...paulbarker2007-08-291-7/+6
| | * Cleaned up cpp_invoke() function and removed call to asprintf().paulbarker2007-08-291-31/+24
| | * Initial version of cpp module (on multiarch branch).paulbarker2007-08-294-0/+305
| | * Merge [1912], [1913], [1914] into multiarch branch.Peter Johnson2007-08-207-129/+195
| * | Support NASM's upcoming RIP-relative syntax, with a few differences.Peter Johnson2007-09-1917-13/+1370
| * | Support "oword", "do", and "reso" as aliases for "dqword", "ddq", andPeter Johnson2007-09-191-0/+12
* | | Merge [1937] - [1960] (inclusive) from trunk.Peter Johnson2007-09-2147-4259/+10222
|\ \ \ | |/ /
| * | Make Python messages a little less threatening.Peter Johnson2007-09-182-4/+4
| * | Remove unused variable.Peter Johnson2007-09-181-1/+0
| * | Fix VC++ build order dependencies.Peter Johnson2007-09-182-8/+9
| * | Ensure Python is available before trying to run gen_x86_insn.py.Peter Johnson2007-09-182-0/+26
| * | Include ctype.h into files that now use tolower().Peter Johnson2007-09-172-0/+2
| * | Make CPU feature flags and registers case insensitive again.Peter Johnson2007-09-175-3/+20
| * | Add support for IEEE-754r "half precision" (16-bit) float format.Peter Johnson2007-09-165-4/+24
| * | Add SSE5 (new AMD SSE) instructions support.Peter Johnson2007-09-1613-84/+3987
| * | Fix #114: Incorrect ELF32 ..gotpc address calculation.Peter Johnson2007-09-157-9/+31
| * | Finish cleanup made in [1948].Peter Johnson2007-09-141-1/+1
| * | Switch x86 operand storage from manual bitfields to C structure bitfields.Peter Johnson2007-09-132-226/+191
| * | Change modifiers from a prioritized shifted sequence into an ordered array.Peter Johnson2007-09-132-169/+137
| * | Now that part of the build uses just Python, break apart the PythonPeter Johnson2007-09-132-11/+39