summaryrefslogtreecommitdiff
path: root/assemble.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix op2 references that had not yet been converted; introduce opyH. Peter Anvin2008-10-231-29/+22
* Add extension bytecodes to support operands 4+H. Peter Anvin2008-10-231-14/+41
* When issuing warnings for EA displacements, use the *EA* operandnasm-2.05H. Peter Anvin2008-10-231-1/+1
* assemble: not all backends handle intra-segment OUT_REL*ADRH. Peter Anvin2008-10-221-4/+11
* assemble: for OUT_REL*ADR, the "size" argument is not really size...H. Peter Anvin2008-10-171-5/+8
* BR 2172659: Fix incorrect output value for byte operandsH. Peter Anvin2008-10-161-2/+2
* assemble.c: use case4() macros like in disasm.cH. Peter Anvin2008-10-091-227/+147
* Reshuffle and move the bytecodes for segment register push/popH. Peter Anvin2008-10-081-50/+52
* New opcode for 32->64 bit sign-extended immediate with warningH. Peter Anvin2008-10-071-0/+22
* Remove is_sbyte64() and replace with is_sbyte32() plus custom warningH. Peter Anvin2008-10-071-28/+9
* Avoid double warning for signed dword immediateH. Peter Anvin2008-10-061-4/+4
* New opcodes to deal with 8-bit immediate sign extended to opsizeH. Peter Anvin2008-10-061-2/+48
* BR 2148448: Fix RIP-relative addressing with an immediateH. Peter Anvin2008-10-061-6/+11
* Better warnings for out-of-range valuesH. Peter Anvin2008-10-061-36/+36
* assemble.c: be smarter about when to suppress warnings due to SBYTEH. Peter Anvin2008-10-041-7/+10
* assemble.c: do not warn on valid SBYTE optimizationsH. Peter Anvin2008-10-041-4/+8
* Apply patch from BR 1197827Victor van den Elzen2008-10-011-0/+7
* assemble.c: cleanupsH. Peter Anvin2008-09-301-25/+17
* Change behavior of -O0 and -O1 for backward compatibilityCharles Crayne2008-09-301-2/+6
* Decouple forward references from optimizationCharles Crayne2008-09-101-7/+4
* BR 2029829: Accept VIA XCRYPT instructions with or without REPH. Peter Anvin2008-08-281-0/+15
* BR 2067837: remove double add of VEX instruction lengthH. Peter Anvin2008-08-241-2/+0
* BR 2003451: avoid "forwardness" leaks between operandsH. Peter Anvin2008-07-191-26/+27
* Free EOT_DB_STRING_FREE in cleanup_insn()H. Peter Anvin2008-06-151-2/+0
* Implement __utf16__() and __utf32__() for the DB familyH. Peter Anvin2008-06-141-27/+19
* Introduce %depend and %pathsearch, and make incbin a macroH. Peter Anvin2008-05-301-45/+7
* Add tokens vex.ww and vex.wx; vex.wx is the defaultH. Peter Anvin2008-05-221-4/+7
* Handle is4 bytes without meaningful information in the bottom bitsH. Peter Anvin2008-05-201-2/+13
* No 32-byte floating point format: fix error for DYH. Peter Anvin2008-05-201-1/+2
* Avoid #including .c files; instead compile as separate unitsH. Peter Anvin2008-05-201-17/+16
* Add DY, YWORD, and the SY instruction flagH. Peter Anvin2008-05-201-5/+22
* Same some space by introducing shorthand byte codes for SSE prefixesH. Peter Anvin2008-05-201-0/+27
* Remove special hacks to avoid zero bytecodesH. Peter Anvin2008-05-121-15/+2
* Generate a byte array instead of using strings for the byte codesH. Peter Anvin2008-05-121-7/+7
* Add support for register-number immediates with fixed 4-bit valuesH. Peter Anvin2008-05-061-0/+12
* The AVX R,X,B, and V fields (but not W) are inverted.H. Peter Anvin2008-05-041-4/+4
* First cut at AVX machinery.H. Peter Anvin2008-05-041-7/+112
* Correctly identify SBYTE in the optimizerH. Peter Anvin2008-04-041-60/+133
* BR 1880905: make sure we have enough zero-padding data for 'DO'H. Peter Anvin2008-01-271-1/+2
* BR 1864243: better warnings for out-of-range constantsH. Peter Anvin2008-01-081-4/+9
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* BR 1834292: Fix multiple disassembler bugsH. Peter Anvin2007-11-181-8/+6
* Remove some vestiges of "native" RESW/RESD supportH. Peter Anvin2007-11-151-6/+2
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-11/+6
* Fix disassembly of XCHGH. Peter Anvin2007-11-121-0/+15
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-98/+86
* Upgrade RAA functions to hold 64-bit data.Charles Crayne2007-11-071-3/+3
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-2/+2
* Prepare for 64-bit instruction lengthsCharles Crayne2007-11-061-15/+15
* Disambiguate error messagesCharles Crayne2007-11-051-4/+4