]> granicus.if.org Git - yasm/history - modules
Revert accidental add of lc3b files to VC Mkfiles on this branch.
[yasm] / modules /
2007-09-21 Peter JohnsonMerge [1962], [1963], [1971], and [1983] from trunk...
2007-09-21 Peter JohnsonAdd some imm64 tests.
2007-09-21 Peter JohnsonMerge [1981] from trunk: missed tests from [1980] commit.
2007-09-21 Peter JohnsonMerge [1966] - [1970] (inclusive) and [1972] from trunk.
2007-09-21 Peter JohnsonMerge [1937] - [1960] (inclusive) from trunk.
2007-09-21 Peter JohnsonMerge [1929], [1930], [1931], and [1932] from trunk.
2007-09-21 Peter JohnsonMerge [1883] - [1913] (inclusive) from trunk.
2007-09-21 Peter JohnsonExpand tabs to spaces ([1825] and [1826] from trunk).
2007-09-20 Peter JohnsonFollow NASM after all in only turning off default RIP...
2007-09-20 Peter JohnsonAutoconfize cpp program name and popen. This commit...
2007-09-20 Peter JohnsonMerge r1916-r1961 (cpp preproc module) from multiarch...
2007-09-19 Peter JohnsonSupport NASM's upcoming RIP-relative syntax, with a...
2007-09-19 Peter JohnsonSupport "oword", "do", and "reso" as aliases for "dqwor...
2007-09-18 paulbarker* Added code to the cpp module to pass include director...
2007-09-17 Peter JohnsonInclude ctype.h into files that now use tolower().
2007-09-17 Peter JohnsonMake CPU feature flags and registers case insensitive...
2007-09-16 Peter JohnsonAdd support for IEEE-754r "half precision" (16-bit...
2007-09-16 Peter JohnsonAdd SSE5 (new AMD SSE) instructions support.
2007-09-15 Peter JohnsonFix #114: Incorrect ELF32 ..gotpc address calculation.
2007-09-13 Peter JohnsonSwitch x86 operand storage from manual bitfields to...
2007-09-13 Peter JohnsonChange modifiers from a prioritized shifted sequence...
2007-09-12 Peter JohnsonAdd Id tag.
2007-09-12 Peter JohnsonNow that we have more cpu feature bits, properly docume...
2007-09-12 Peter JohnsonRestructure x86 CPU handling to allow for more than...
2007-09-11 Peter JohnsonShrink the size of the x86_insn_info structure, particu...
2007-09-10 paulbarkerAdded dependency generation to cpp module.
2007-09-10 paulbarkerDelayed destruction of arguments list until cpp_preproc...
2007-09-10 Peter JohnsonChange genperf to take input and output filenames rathe...
2007-09-10 Peter JohnsonChange x86 instruction tables to be automatically gener...
2007-09-09 paulbarkerChanged gas parser to only pass the first cpp line...
2007-09-08 Peter JohnsonWindows build fixes:
2007-09-07 Peter JohnsonBreak apart perfect hash lookup generation and x86...
2007-09-07 Peter JohnsonUnbreak distcheck in lc3b tests.
2007-09-03 paulbarkerAdded code to gas parser to handle line markers produce...
2007-09-01 paulbarker* Marked message strings so gettext can find them.
2007-08-30 paulbarkerRemoved FILE* argument from preprocessor create() inter...
2007-08-30 paulbarkerRemoved FILE* argument from parser interface. The FILE...
2007-08-30 paulbarkerChanged cpp module to destroy the argument list and...
2007-08-30 paulbarkerModified cpp module to read directly from the preproces...
2007-08-29 paulbarkerSimplified cpp module, re-structuring much of the code...
2007-08-29 paulbarkerCleaned up cpp_invoke() function and removed call to...
2007-08-29 paulbarkerInitial version of cpp module (on multiarch branch).
2007-08-20 Peter JohnsonMerge [1912], [1913], [1914] into multiarch branch.
2007-08-20 Peter JohnsonUnbitrot lc3b architecture.
2007-08-20 Peter JohnsonSet value->sign appropriately instead of ineffective...
2007-08-19 Peter JohnsonGAS parser: Push down directive lookup to parser to...
2007-08-16 Peter JohnsonAdd support for the following AMD instructions added...
2007-07-20 Peter JohnsonAdd support for second parameter (fill value) to .org...
2007-07-20 Peter JohnsonAdd support for GAS local labels (1:, 1f, 1b).
2007-07-14 Peter JohnsonMerge expr-int.h into expr.h, removing YASM_EXPR_INTERN...
2007-07-14 Peter JohnsonMerge bc-int.h into bytecode.h, removing YASM_BC_INTERN...
2007-07-14 Peter JohnsonRemove YASM_LIB_INTERNAL. It never really gained us...
2007-07-13 Peter JohnsonClean up a number of obsolete autoconf-detected standar...
2007-07-08 Peter JohnsonChange handling of frontend (mnenomic) instructions...
2007-06-10 Peter JohnsonRemove errant else. This should not have had any serio...
2007-06-05 Peter JohnsonMerge [1878] from trunk: Fix bin objfmt handling of...
2007-06-04 Peter JohnsonFix bin objfmt handling of cross-section RIP-relative...
2007-06-02 Peter JohnsonMerge [1827] from trunk: Update all copyright dates.
2007-06-02 Peter JohnsonMerge from trunk:
2007-06-02 Peter JohnsonMerge from trunk:
2007-06-02 Peter JohnsonMake sure objfmt_coff->win64 gets set to 0 in win32...
2007-06-02 Peter JohnsonFix uninitialized variable, memory leak.
2007-06-02 Peter JohnsonCorrect CPU definitions for Prescott, Conroe, Penryn...
2007-06-01 Peter JohnsonDon't try to yasm_expr_copy(NULL).
2007-06-01 Peter JohnsonFix a few bugs in new directive handling.
2007-05-31 Peter JohnsonMerge [1850] from trunk: Support .set in GAS parser.
2007-05-31 Peter JohnsonFix typo in filename reference in [1853].
2007-05-28 Peter JohnsonFix #102: Permit non-standard macho section names.
2007-05-26 Peter JohnsonClean up directive handling. This standardizes error...
2007-05-26 Peter JohnsonSupport .set in GAS parser.
2007-05-19 Peter JohnsonMerge [1842] from trunk: Move absolute section handling...
2007-05-19 Peter JohnsonMerge [1819], [1820], [1821] from trunk: Massive update...
2007-05-19 Peter JohnsonMerge [1812] and [1813] from trunk: Restructure yasm_ob...
2007-05-19 Peter JohnsonMerge [1840] and [1841] from trunk: Fix handing of...
2007-05-19 Peter JohnsonMerge [1839] from trunk: Clean up expect_() in both...
2007-05-15 Peter JohnsonMove absolute section handling into NASM parser, removi...
2007-05-15 Peter JohnsonUpdated testcase result to match [1840] missed in that...
2007-05-15 Peter JohnsonFix handling of SVM (AMD Pacifica) instructions that...
2007-05-13 Peter JohnsonClean up expect_() in both parsers. In the nasm parser...
2007-05-11 Peter JohnsonMerge [1835] from trunk (fix SSE4 crc opcodes with...
2007-05-09 Peter JohnsonFix handling of SSE4 crc opcodes with 64-bit register...
2007-05-01 Peter JohnsonMerge [1829], [1830], and [1831] from trunk: SSE4.1...
2007-05-01 Peter JohnsonMerge [1823] from trunk: Add end_prolog macro.
2007-04-30 Peter JohnsonAdd copyright and license text to GAP input file.
2007-04-30 Peter JohnsonAdd SSE4.1 and SSE4.2 instructions.
2007-04-30 Peter JohnsonRename sse4 test to ssse3, to make way for the real...
2007-04-23 Peter JohnsonCall yasm_symtab_parser_finalize() from parser so calle...
2007-04-22 Peter JohnsonUpdate all copyright dates.
2007-04-22 Peter JohnsonBite the bullet and convert tabs to spaces. Previously...
2007-04-14 Peter JohnsonAdd end_prolog macro (maps to [endprolog]) in addition...
2007-03-23 Peter JohnsonUnbreak Windows build by using yasm__strcasecmp instead...
2007-03-21 Peter JohnsonMassive update of directive handling, including handlin...
2007-03-10 Peter JohnsonMerge a number of revisions from trunk:
2007-03-05 Peter JohnsonRestructure yasm_object as the central clearing house...
2007-03-04 Peter JohnsonMach-O object format: 0-fill unused portion of section...
2007-03-04 Peter JohnsonGAS parser: fix unterminated string handling to properl...
2007-03-04 Peter JohnsonFix a couple of NULL pointer derefs.
2007-03-02 Peter JohnsonFollow the lead of GAS and change the prefix order...
2007-03-01 Peter JohnsonAdd option -Wsize-override to turn on warning on multip...
2007-03-01 Peter JohnsonWork around possibly used uninitialized warning, even...
next