2004-02-05 |
Peter Johnson | Fix SIMD VR/PR instruction encoding for the following... |
commit | commitdiff | tree | snapshot |
2004-01-02 |
Peter Johnson | Delete the output file on error. |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Peter Johnson | Add VC++ 7.1 build files to the distribution. |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Peter Johnson | Add VC build files for VC++ 7.1 (untested by myself). |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Peter Johnson | Add command line option (-X) to allow error reporting... |
commit | commitdiff | tree | snapshot |
2003-12-26 |
Peter Johnson | Bring non-libtool (VC++) build up to date with libyasm... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Peter Johnson | Add a workaround for the lack of per-objfmt macro suppo... |
commit | commitdiff | tree | snapshot |
2003-12-16 |
Peter Johnson | Properly handle fatal errors (like missing include... |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Michael Urman | Enable elf support for extended section attribute align... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Michael Urman | Fix stabs to always use stab size 12, n_value size... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Michael Urman | "Fix" stabs to always output the same stab length in... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Peter Johnson | Fix macro definitions of yasm_arch_module_version(... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Michael Urman | Remove extraneous printf("DBG: ") |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Peter Johnson | Hide details of yasm_arch_module structure, instead... |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Peter Johnson | Fix expression handling of unary NOT (~ in nasm syntax... |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Peter Johnson | Allow colons for EQU labels (e.g. "value: equ 5"). |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Peter Johnson | Fix [ebp+index*reg] code generation (the immediate... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Peter Johnson | Fix pshift instructions by fixing meaning of MOD_Gap0... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Peter Johnson | Fix encoding of repe and repz prefixes. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Peter Johnson | Fix reporting of redefinition errors by adding a set... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Peter Johnson | Be less pedantic about trailing commas in data declarat... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Peter Johnson | Fix a couple of MMX/SSE/SSE2 instructions: movntps... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Peter Johnson | Remove obsolete overflow check in EA displacements... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Michael Urman | Add support for nasm-inherited command line options... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Peter Johnson | Constify args to pp_include_path() and pp_pre_include(). |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Peter Johnson | Fix copy-and-paste error causing xmm9-xmm15 to be unusable. |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Peter Johnson | Unconst-ify declarations of yasm_arch_module and yasm_p... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Peter Johnson | Const-ify yasm_arch_module and yasm_parser_module usage. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Peter Johnson | More cleanly implement size overrides (based on arch... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Peter Johnson | Merge in NASM CVS changes up to 10/02/2003. Changes... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Peter Johnson | Add check specifically for Bison and for Bison version... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Peter Johnson | Make parser a Bison pure_parser; this makes it thread... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Peter Johnson | yasm_section_print(): Fix incorrect number of args... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Peter Johnson | Massive libyasm / module interface update - Phase 1 |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Peter Johnson | Separate decrement and nasm_free() call; with dmalloc... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
Peter Johnson | Merge updates for 0.3.0 into the trunk (except for... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
Peter Johnson | Fix support for o64. AMD64 isn't always 32-bit default... |
commit | commitdiff | tree | snapshot |
2003-08-31 |
Peter Johnson | Fix usage of 32-bit "high" registers (such as r8d)... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Peter Johnson | Fix doxygen comment for yasm_bc_tobytes(). |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Peter Johnson | Fix for Perl 5.8.0 in UTF-8 locales. |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Peter Johnson | Fix up license text to closely match COPYING. It's... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Peter Johnson | Note that the artistic license only applies to bitvect... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michael Urman | Remove some useless PASS1 comments, and clean up spacin... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michael Urman | STABS debugging information. This includes, naturally... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Peter Johnson | Repeat after me: test compile before commit. |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Peter Johnson | Scanner internal to re2c was not catching EOF's properly. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Peter Johnson | Add word size to arch module interface for better suppo... |
commit | commitdiff | tree | snapshot |
2003-08-05 |
Peter Johnson | Bring up to date with many source tree changes. |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Peter Johnson | Add support for the AMD64 syntax [symbol wrt rip].... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Peter Johnson | Add yasm_expr_extract_wrt() to separate portions of... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Michael Urman | ELF objfmt size agnosticism: |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Move elf relocation valsize handling to the backend. |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Continue adding AMD64 ELF support (without breaking... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Peter Johnson | Fix parsing of WRT operator (it takes two operands... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Add Elf64 constants to elf.h |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Hide 386-specific constants from non-internal use. |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Implement global constants in elf. Add test to ensure... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Michael Urman | Actually use provided relocation type, instead of feebl... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Peter Johnson | Fix iretq, stosq, etc, which were properly setting... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Peter Johnson | Add versioning to all loadable module interfaces. ... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Peter Johnson | Add core pieces for "machine" subtype of "architecture... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Peter Johnson | Remove check for lex/flex; we no longer have any lex... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Peter Johnson | Fixed some conversion warnings caused by intnum commit... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Peter Johnson | Big output_expr(), intnum_tobytes(), and floatnum_tobyt... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Peter Johnson | When changing a section start into a start-based expres... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Michael Urman | Replace preliminary elf header files with... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Peter Johnson | Actually return the basename from our basename() replac... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Peter Johnson | Enhance return values for yasm_x86__expr_checkea()... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Peter Johnson | Fix bad assumption in x86_expr_checkea_getregusage... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
Peter Johnson | Call/jmp far immediate single-byte instructions are... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Peter Johnson | yasm_intnum_is_zero(), yasm_intnum_is_pos1(): Don't... |
commit | commitdiff | tree | snapshot |
2003-07-16 |
Peter Johnson | Fix bug in edge case of expr_level_op(): single intnum... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
Peter Johnson | yasm_intnum_new_int(): Don't always create -1 intnums... |
commit | commitdiff | tree | snapshot |
2003-07-13 |
Peter Johnson | Use /usr/bin/env for finding PERL. |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | Fix RIP-relative effective addresses. They always... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | Make cpu_enabled a x86-local variable, and reset it... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | Avoid warnings in strsep due to glibc's bits/string2... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | In floatnum_mul(), rename "exp" variable to "expon... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | Add sanity check for computed section size. |
commit | commitdiff | tree | snapshot |
2003-07-12 |
Peter Johnson | Correctly add in multiples (from TIMES operator) into... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Remove reference to yapp; it's been deleted. |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Remove yapp. It's been disconnected from the build... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Clarify licensing. |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Note bitvect is actually triple-licensed under the... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Add test for 64-bit ORG. |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Revamp intnum internals: |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | BitVector_add() and BitVector_sub() take a *carry param... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | BitVector_compute(), BitVector_add(), and BitVector_sub... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Peter Johnson | Fix bts/btr immediate operands (previously required... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Peter Johnson | BUGFIX: In yasm_intnum_calc(), use operand->val.bv... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Peter Johnson | Allow complex (expression) section starts, primarily... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Peter Johnson | Add a \warning that yasm_vps_delete() deletes all val... |
commit | commitdiff | tree | snapshot |
2003-07-08 |
Peter Johnson | Document for Doxygen (comment-only changes). |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Peter Johnson | Fix return comment for parse_directive(). Nonzero... |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Peter Johnson | Comment for Doxygen. |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Peter Johnson | Add \rcs, \endrcs, \license, and \endlicense wrappers... |
commit | commitdiff | tree | snapshot |
2003-06-28 |
Peter Johnson | Fix a few Doxygen documentation comments and cross... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Peter Johnson | Doxygen comment-only change: \caution does not exist... |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Peter Johnson | Fix bug in HAMT_insert() found by compiler-generated... |
commit | commitdiff | tree | snapshot |
2003-06-13 |
Peter Johnson | Fix twobytemem (two byte memory accessing, no size... |
commit | commitdiff | tree | snapshot |
next |