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