summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for release.v0.7.20.7.2Peter Johnson2008-10-095-19/+19
* Merge [2121], [2122], [2123], [2124], [2125], [2126], and [2127] from trunk.Peter Johnson2008-10-0812-82/+834
|\
| * Optimize non-strict push with 66 override to byte size if possible in NASMPeter Johnson2008-10-053-32/+25
| * elf64: automatically promote [rel foo wrt ..gotpc] to GOTPCREL relocation.Peter Johnson2008-10-034-0/+732
| * VPBLENDVB doesn't have a 256-bit form.Peter Johnson2008-10-021-1/+14
| * gen_x86_insn.py: Warn if any groups are unused (due to a typo, for example).Peter Johnson2008-10-021-0/+7
| * Fix expr simplification bug.Peter Johnson2008-09-304-1/+11
| * Nasm lexer: Don't read past end of passed string.Peter Johnson2008-09-301-47/+38
| * Mark gen_x86_insn.py outputs as generated, to discourage hand-editing.Peter Johnson2008-09-101-1/+7
* | Merge [2120] from trunk (Fix #153, name the absolute symbol in coff/win32).Peter Johnson2008-10-084-4/+185
|\ \ | |/
| * Fix #153: Name the absolute symbol.Peter Johnson2008-09-044-4/+185
| * Increase size of buffer now that mnenomics can be 16 characters.Peter Johnson2008-08-131-1/+1
| * Add support for newly specified AVX/AES instructions:Peter Johnson2008-08-136-3/+253
| * Fix bug in expr_level_op(). Discovered when adding on-the-fly expr leveling.Peter Johnson2008-07-181-2/+6
| * Actually implement yasm__abspath() according to its documentation.Peter Johnson2008-07-152-62/+4
| * Fix extraneous warnings and update testcases for [2114] changes.Peter Johnson2008-07-084-5/+7
| * Fix #148: Don't clear elf section flags in GAS if it's a standard section andPeter Johnson2008-07-081-0/+6
| * x86_reg_print(): Add missing commas for correct register name lookup.Peter Johnson2008-07-071-3/+3
| * yasm_symrec_get_global_name(): Document object parameter.Peter Johnson2008-07-061-0/+1
| * Generated files listed in SOURCES (rather than included by other files)Peter Johnson2008-07-063-9/+4
| * Bin map file: Fix incorrect address printing for symbols.Peter Johnson2008-07-033-6/+6
| * Fix #132: Add --prefix and --suffix (aka --postfix) options.Peter Johnson2008-06-0811-46/+144
* | Merge [2116], [2117], [2118], and [2119] from trunk.Peter Johnson2008-10-089-66/+263
* | Merge [2114] and [2115] from trunk (Fix #148, clearing of GAS elf sectflags).Peter Johnson2008-10-084-4/+12
* | Merge [2110], [2111], [2112], and [2113] from trunk.Peter Johnson2008-10-088-18/+14
* | Merge [2109] from trunk (Fix #132, --prefix and --suffix options).Peter Johnson2008-10-0811-46/+141
* | Merge [2108] from trunk (Fix #141, macho64 PIC support).Peter Johnson2008-10-088-14/+789
|\ \ | |/
| * Fix #141: Add macho64 PIC support.Peter Johnson2008-06-058-14/+789
| * Quiet a warning about casting from a data to function pointer.Peter Johnson2008-05-251-1/+2
| * Update plugin README files for Windows.Peter Johnson2008-05-243-8/+25
| * Error out if Python not found.Peter Johnson2008-05-241-0/+4
| * Fix x86 plugin build on Windows.Peter Johnson2008-05-241-1/+18
| * Clean up plugins CMakeLists a bit.Peter Johnson2008-05-242-2/+24
| * (cmake build) Install DLL files to correct locations on Windows.Peter Johnson2008-05-242-1/+6
| * Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-2325-1/+515
| * Enable Id keyword expansion.Peter Johnson2008-05-231-1/+1
| * Prepend "lib" on plugin name only on Unix.Peter Johnson2008-05-232-3/+10
| * Add cmake build infrastructure.Peter Johnson2008-05-2254-10/+1483
| * Make util.h more robust against use without config.h by moving thePeter Johnson2008-05-222-4/+4
| * Make ISO C89 compliant (too long constant string, use of // comment).Peter Johnson2008-05-151-4/+7
| * Add westmere CPU (supports AES and CLMUL), redefine sandybridge to add AVXPeter Johnson2008-05-141-3/+5
| * Bring Mkfiles up-to-date with genmacro/preproc changes.Peter Johnson2008-05-138-14/+47
| * Fix handling of alloc_stack macro in GAS mode.Peter Johnson2008-05-132-23/+19
| * Commit moved, updated genmacro script missed in [2082] commit.Peter Johnson2008-05-093-0/+151
| * Fix #138: Incorrect UNW_FLAG_CHAININFO value (currently unused).Peter Johnson2008-05-091-1/+1
| * Split NASM preprocessor standard macro set between various modules.Peter Johnson2008-05-0934-551/+1026
| * Allow registers as GAS directive parameters.Peter Johnson2008-05-091-0/+5
| * Allow registering of new modules at runtime.Peter Johnson2008-04-302-35/+83
| * Enable GAS versions of the win32/win64 safe exception handling directives.Peter Johnson2008-04-291-1/+11
| * Fix GAS handling of NASM preproc %line.Peter Johnson2008-04-291-1/+13