summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* insns.pl: Various style polyshingphiCyrill Gorcunov2012-12-041-80/+82
* assemble: Make emit_rex being a functionCyrill Gorcunov2012-12-031-10/+16
* assemble: Use case3/4 where appropriateCyrill Gorcunov2012-12-031-16/+5
* assemble: Add case3 helperCyrill Gorcunov2012-12-031-1/+2
* process_ea: Drop redundant variableCyrill Gorcunov2012-12-011-5/+1
* regs: Introduce KNC (Xeon Phi) registersCyrill Gorcunov2012-11-292-0/+12
* BR3392232: Fix relocations in MachO64Keith Kanios2012-11-281-1/+1
* output: Add more Elf unificationCyrill Gorcunov2012-11-162-26/+24
* BR3392231: Fix get_closest_section_symbol_by_offsetCyrill Gorcunov2012-11-061-23/+6
* BR3392226 preproc: Rework line readin procedureCyrill Gorcunov2012-10-271-57/+56
* doc/changes.src: Update to include recent changes.H. Peter Anvin2012-10-081-0/+7
* BR 3327107: fix assembly of VPCMPGTQMarat Dukhan2012-10-081-1/+1
* insns.dat: Mark the immediate for shift instructions as imm8H. Peter Anvin2012-09-251-32/+32
* BR 3392227: Remove SB flag from SHIFT rm,immH. Peter Anvin2012-09-251-32/+32
* opflags: Rework opflags bits with OP_ macrosCyrill Gorcunov2012-09-161-163/+163
* opflags: Introduce opflags generating macrosCyrill Gorcunov2012-09-161-0/+4
* opflags: Drop never used REG_RIP/REG_EIPCyrill Gorcunov2012-09-161-3/+0
* When generate dependency names internally, quote filenamesH. Peter Anvin2012-09-093-5/+18
* changes.src: fix grammar error (support -> supports)H. Peter Anvin2012-09-091-1/+1
* opflags: Extend opflags_t to 64 bitsCyrill Gorcunov2012-09-103-88/+89
* NASM 2.10.05nasm-2.10.05H. Peter Anvin2012-09-091-1/+1
* changes.src: Document CLAC/STACH. Peter Anvin2012-09-091-0/+4
* Add CLAC and STAC instructions from AVX spec 014 (319433-014)H. Peter Anvin2012-09-091-0/+4
* NASM 2.10.04nasm-2.10.04H. Peter Anvin2012-08-181-1/+1
* changes.src: List of changes for the next releaseH. Peter Anvin2012-08-171-0/+12
* Add back the 256-bit form of the VORPD instructionH. Peter Anvin2012-08-171-0/+1
* BR 3392207: preproc: Rewrite paste_tokens routineCyrill Gorcunov2012-08-071-97/+136
* BR 3392218: Disassemble 82h opcodesH. Peter Anvin2012-07-281-0/+8
* NASM 2.10.03nasm-2.10.03H. Peter Anvin2012-07-221-1/+1
* doc: document XRELEASE MOV fixH. Peter Anvin2012-07-221-0/+10
* hle: opcode A2 forbidden with HLE prefixesH. Peter Anvin2012-07-222-1/+5
* NASM 2.10.02nasm-2.10.02H. Peter Anvin2012-07-201-1/+1
* changes: add changes since 2.10.01H. Peter Anvin2012-07-201-0/+7
* doc: document ifunc()H. Peter Anvin2012-07-201-8/+44
* isnsn.dat: add norexw to instructions with only 32- and 64-bit formsH. Peter Anvin2012-07-201-6/+6
* insns.dat: new instructions from the 013 AVX specH. Peter Anvin2012-07-131-0/+9
* test: ilog2() testH. Peter Anvin2012-05-311-0/+271
* eval: add general support for "integer functions" and add ilog2*()H. Peter Anvin2012-05-314-2/+110
* NASM 2.10.01nasm-2.10.01Cyrill Gorcunov2012-05-251-1/+1
* docs: Update changes for 2.10.01Cyrill Gorcunov2012-05-251-0/+4
* insns.dat: Add VPMOVMSKB reg32,ymmreg instructionCyrill Gorcunov2012-05-241-0/+1
* preproc: Move NOP preprocessor into separate fileCyrill Gorcunov2012-05-078-152/+206
* preproc: Split get rid of global preproc methodsCyrill Gorcunov2012-05-074-28/+76
* preproc: Drop never used pp_runtimeCyrill Gorcunov2012-05-062-21/+0
* preproc: Use bsii helperCyrill Gorcunov2012-05-021-18/+1
* nasmlib: Shrink idata_bytesCyrill Gorcunov2012-05-021-20/+9
* phash.sh: Use int() for the size of the hash tableH. Peter Anvin2012-03-261-1/+1
* NASM 2.10nasm-2.10H. Peter Anvin2012-03-121-1/+1
* help: Print that -Ox is a default optimization levelCyrill Gorcunov2012-03-111-2/+2
* preproc: Finally drop context-through searchCyrill Gorcunov2012-03-111-62/+15