2054 Commits (2bd66514b6b100887c19d8598da38347b3cff40e)
 

Author SHA1 Message Date
Peter Johnson 2a61dbc3c5 Use intnum_tobv() in a couple more places. 17 years ago
Peter Johnson 326303113c Change intnum so it stores long instead of unsigned long; this allows 17 years ago
Peter Johnson 36cdd57be2 Add support for second parameter (fill value) to .org directive in GAS 17 years ago
Peter Johnson 328320cc2b Add support for GAS local labels (1:, 1f, 1b). 17 years ago
Peter Johnson a310410911 Doxygen documentation fixes. 17 years ago
Peter Johnson 4fab0318c5 Don't use an inner structure for line mappings. 17 years ago
Peter Johnson 2bb74148c1 Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 17 years ago
Peter Johnson a958ef6df8 Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 17 years ago
Peter Johnson ab13bd719e Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 17 years ago
Peter Johnson 69fc913eec Clean up a number of obsolete autoconf-detected standard C things. 17 years ago
Peter Johnson bc7a333720 Bring Mkfiles up-to-date with [1889]. 17 years ago
Peter Johnson bab3f8f48a Bring POTFILES.in up to date. 17 years ago
Peter Johnson fb8b8b8936 Change handling of frontend (mnenomic) instructions to make it easier to 17 years ago
Peter Johnson 608d246f93 Properly mark yasm_arch->create() error parameter as an output param. 17 years ago
Peter Johnson 685920384f Update splint script. 17 years ago
Peter Johnson 7949bdf4e0 Optimize negating a simple intnum. 17 years ago
Peter Johnson 81ef8abfe5 Fix buglet in handling of SEG of SEG:OFF. We were deleting the term at 17 years ago
Peter Johnson 0a3b9a8462 Fix default filename buffer overflow. 18 years ago
Peter Johnson 9d14c17d5e Remove errant else. This should not have had any serious effects, as 18 years ago
Peter Johnson 01b18c53e9 Fix bin objfmt handling of cross-section RIP-relative values; also clean 18 years ago
Peter Johnson 99a8519e63 Make sure objfmt_coff->win64 gets set to 0 in win32 mode. 18 years ago
Peter Johnson c12eca767a Fix uninitialized variable, memory leak. 18 years ago
Peter Johnson 1a6cf7dab0 Correct CPU definitions for Prescott, Conroe, Penryn, and Nehalem. 18 years ago
Peter Johnson 1e604828b1 Don't try to yasm_expr_copy(NULL). 18 years ago
Peter Johnson 951a6df026 Fix use-after-free in linemap_poke. The first yasm_linemap_set call can 18 years ago
Peter Johnson 67bc3c2010 Fix a few bugs in new directive handling. 18 years ago
Peter Johnson cfbeb3bebc Fix typo in filename reference in [1853]. 18 years ago
Peter Johnson d2fe9a793c Fix #102: Permit non-standard macho section names. 18 years ago
Peter Johnson 3e5fed2ad1 Clean up directive handling. This standardizes error/warning messages and 18 years ago
Peter Johnson 4f1e59a328 Support .set in GAS parser. 18 years ago
Peter Johnson 513fbd0234 Fix issue with [1843]; we can't use strlen() here as we can be given 18 years ago
Peter Johnson b2b92e20d8 Fix yasm__xstrdup() for the case when the destination is larger than the 18 years ago
Peter Johnson 4bfff483e5 Move absolute section handling into NASM parser, removing all traces of it 18 years ago
Peter Johnson 02e9d2b02b Updated testcase result to match [1840] missed in that commit. 18 years ago
Peter Johnson 3fb20416e0 Fix handling of SVM (AMD Pacifica) instructions that take an implicit 18 years ago
Peter Johnson 106dbd2763 Clean up expect_() in both parsers. In the nasm parser we were passing a 18 years ago
Peter Johnson 3122ac66be Fix #107: Float input "1.000000" hit an edge case in the code that caused 18 years ago
Peter Johnson 017fbf35c3 Fix handling of SSE4 crc opcodes with 64-bit register operands. 18 years ago
Peter Johnson 92598dd029 Add copyright and license text to GAP input file. 18 years ago
Peter Johnson 3dd2ca3c87 Add SSE4.1 and SSE4.2 instructions. 18 years ago
Peter Johnson eae906ab00 Rename sse4 test to ssse3, to make way for the real SSE4. 18 years ago
Peter Johnson 7a2583bc7f Call yasm_symtab_parser_finalize() from parser so caller doesn't need to 18 years ago
Peter Johnson 469e54fa4a Update all copyright dates. 18 years ago
Peter Johnson fd17478c7c Expand tabs to spaces. 18 years ago
Peter Johnson 00473ca981 Bite the bullet and convert tabs to spaces. Previously yasm's source has 18 years ago
Peter Johnson 4238a7c5ce Add end_prolog macro (maps to [endprolog]) in addition to end_prologue. 18 years ago
Peter Johnson 6a3bf650f4 Fix #104 by removing obsolete comment about -m amd64 not setting BITS=64. 18 years ago
Peter Johnson 90012d0483 Unbreak Windows build by using yasm__strcasecmp instead of strcasecmp. 18 years ago
Peter Johnson 1fdf335aa7 Fix a couple of doxygen comments. 18 years ago
Peter Johnson decb27eaa2 Massive update of directive handling, including handling of extern, global, 18 years ago