]> granicus.if.org Git - yasm/shortlog
yasm
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-13 Peter JohnsonNow that part of the build uses just Python, break...
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-12 Peter JohnsonRun gen_x86_insn.py from vc and vc8 builds.
2007-09-11 Peter JohnsonShrink the size of the x86_insn_info structure, particu...
2007-09-11 Peter JohnsonNow that genperf takes an output filename, change infor...
2007-09-10 Peter JohnsonChange genperf to take input and output filenames rathe...
2007-09-10 Peter JohnsonCheck in generated files from the Python script added...
2007-09-10 Peter JohnsonChange x86 instruction tables to be automatically gener...
2007-09-08 Peter JohnsonRe-enable lc3b in flat Mkfiles.
2007-09-08 Peter JohnsonWindows build fixes:
2007-09-08 Peter JohnsonFix a couple of Doxygen nits.
2007-09-08 Peter JohnsonBring Mkfiles up to date with [1929].
2007-09-07 Peter JohnsonBreak apart perfect hash lookup generation and x86...
2007-09-07 Peter JohnsonUnbreak distcheck in lc3b tests.
2007-09-07 Peter JohnsonUnbreak distcheck when Python is available by pulling...
2007-08-20 Peter JohnsonUnbitrot lc3b architecture.
2007-08-20 Peter JohnsonSet value->sign appropriately instead of ineffective...
2007-08-20 Peter JohnsonFix warning documentation to match behavior of yasm_val...
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-08-10 Peter JohnsonUpdate yasm.rules so that it's compatible with the...
2007-08-05 Peter JohnsonFix #112: Use yasm__strcasecmp instead of strcasecmp.
2007-08-02 Peter JohnsonFix typo in VC7 modules.vcproj.
2007-08-01 Peter JohnsonHAMT: Update stored key when building tree downwards...
2007-08-01 Peter JohnsonFix #111: Correctly #define HAVE__STRICMP for vc and...
2007-07-31 Peter JohnsonFix two bugs in HAMT:
2007-07-29 Peter JohnsonAdd command line option aliases for -d (to -D) and...
2007-07-26 Peter JohnsonUse intnum_tobv() in a couple more places.
2007-07-26 Peter JohnsonChange intnum so it stores long instead of unsigned...
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-16 Peter JohnsonDoxygen documentation fixes.
2007-07-15 Peter JohnsonDon't use an inner structure for line mappings.
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-13 Peter JohnsonBring Mkfiles up-to-date with [1889].
2007-07-13 Peter JohnsonBring POTFILES.in up to date.
2007-07-08 Peter JohnsonChange handling of frontend (mnenomic) instructions...
2007-06-30 Peter JohnsonProperly mark yasm_arch->create() error parameter as...
2007-06-30 Peter JohnsonUpdate splint script.
2007-06-30 Peter JohnsonOptimize negating a simple intnum.
2007-06-25 Peter JohnsonFix buglet in handling of SEG of SEG:OFF. We were...
2007-06-23 Peter JohnsonFix default filename buffer overflow.
2007-06-10 Peter JohnsonRemove errant else. This should not have had any serio...
2007-06-04 Peter JohnsonFix bin objfmt handling of cross-section RIP-relative...
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 use-after-free in linemap_poke. The first yasm_lin...
2007-06-01 Peter JohnsonFix a few bugs in new directive handling.
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-20 Peter JohnsonFix issue with [1843]; we can't use strlen() here as...
2007-05-18 Peter JohnsonFix yasm__xstrdup() for the case when the destination...
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 JohnsonFix #107: Float input "1.000000" hit an edge case in...
2007-05-09 Peter JohnsonFix handling of SSE4 crc opcodes with 64-bit register...
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 JohnsonExpand tabs to spaces.
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-04-14 Peter JohnsonFix #104 by removing obsolete comment about -m amd64...
2007-03-23 Peter JohnsonUnbreak Windows build by using yasm__strcasecmp instead...
2007-03-22 Peter JohnsonFix a couple of doxygen comments.
2007-03-21 Peter JohnsonMassive update of directive handling, including handlin...
2007-03-08 Peter Johnsonhamt.c: Fix portability nit (uintptr_t & ~1UL) and...
2007-03-06 Peter JohnsonUpdate doxygen comments.
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 JohnsonMake symrec robust against defining a symbol both as...
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...
2007-03-01 Peter JohnsonAdd -E and -s command line options. These mimic the...
2007-02-25 Peter JohnsonBump trunk version to 0.6.99 after 0.6.0 release.
2007-02-24 Peter JohnsonAdd Mach-O to yasm_objfmts(7) man page.
2007-02-24 Peter Johnsonstabs_test.sh: Fix line endings after removal of eol...
2007-02-24 Peter Johnsonstabs_test.sh: Fix properties.
2007-02-24 Peter JohnsonMassive warnings cleanup and cleanup of size_t vs uintp...
2007-02-24 Peter Johnsonintnum.c: Remove tracking of origsize. This wasn't...
2007-02-24 Peter JohnsonWarning cleanups (unused variable/label).
2007-02-24 Peter JohnsonMove libyasm-stdint.h include out of util.h, as util...
next