summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-03preproc: Revert to the NASM 2.09 preprocessorH. Peter Anvin4-1348/+962
2012-03-01preproc: Drop never used Cond structureCyrill Gorcunov1-2/+0
2012-02-27NASM 2.10rc12Cyrill Gorcunov1-1/+1
2012-02-27doc: Update changesCyrill Gorcunov1-0/+2
2012-02-27BR3392200: preproc - Fix dangling paste termCyrill Gorcunov1-2/+10
2012-02-26nasm.spec.in: switch to .xz as the source fileH. Peter Anvin1-1/+1
2012-02-25misc/release: do xz compression with -9eH. Peter Anvin1-6/+6
2012-02-25insns.dat: MOV is not lockable; CMPXCHG16B does not support HLEH. Peter Anvin1-5/+5
2012-02-25HLE: One more byte code conversionH. Peter Anvin1-3/+3
2012-02-25HLE: Move byte codes back to \271-\273H. Peter Anvin3-16/+15
2012-02-25NASM 2.10rc11H. Peter Anvin1-1/+1
2012-02-25HLE: Change NOHLE to be an instruction flagH. Peter Anvin6-37/+55
2012-02-25tag-release: actually push data out unless --no-push is givenH. Peter Anvin1-3/+5
2012-02-25NASM 2.10rc10H. Peter Anvin1-1/+1
2012-02-25release: create .xz files; remove empty subdirectoriesH. Peter Anvin1-4/+9
2012-02-25doc: Remove some ugliness from the win64 sectionH. Peter Anvin1-8/+9
2012-02-25psfonts.ph: increase leading to font size+20%H. Peter Anvin2-16/+16
2012-02-25changes: document bigendian UTF-16/UTF-32 supportH. Peter Anvin1-0/+2
2012-02-25Add support for UTF-16BE and UTF-32BEH. Peter Anvin5-7/+226
2012-02-25Make the LOCK and HLE warnings suppressable.H. Peter Anvin4-5/+16
2012-02-25doc: Document elfx32 supportH. Peter Anvin2-13/+20
2012-02-25doc: Move the EPS logo down by 1"H. Peter Anvin1-0/+1
2012-02-25doc: New NASM logoCyrill Gorcunov1-29/+206
2012-02-25doc: Allow repositioning the EPS logoH. Peter Anvin1-0/+7
2012-02-25Update copyright year to 2012H. Peter Anvin1-2/+2
2012-02-25NASM 2.10rc9H. Peter Anvin1-1/+1
2012-02-25doc: Document AVX2, BMI1, BMI2 and TSX support.H. Peter Anvin1-0/+5
2012-02-25Assume the undocumented CMPXCHG486 opcode was lockableH. Peter Anvin1-3/+3
2012-02-26insns.dat: Add IF_LOCK flag on appropriate instructionsCyrill Gorcunov1-154/+154
2012-02-25Clean up JMP/CALL patterns, especially for 64 bitsH. Peter Anvin2-8/+15
2012-02-26insns.dat: Add nohle for MOV in case of moffset destinationCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hlexr flag for MOV instructionCyrill Gorcunov1-12/+12
2012-02-25insns.dat: Add hlenl flag for XCHG instructionCyrill Gorcunov1-8/+8
2012-02-25insns.dat: Add hle flag for XADD instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for XOR instructionCyrill Gorcunov1-14/+14
2012-02-25insns.dat: Add hle flag for SUB instructionCyrill Gorcunov1-14/+14
2012-02-25insns.dat: Add hle flag for SBB instructionCyrill Gorcunov1-14/+14
2012-02-25insns.dat: Add hle flag for OR instructionCyrill Gorcunov1-14/+14
2012-02-25insns.dat: Add hle flag for NOT instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for NEG instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for INC instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for DEC instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for CMPXCHG16B instructionCyrill Gorcunov1-1/+1
2012-02-25insns.dat: Add hle flag for CMPXCHG8B instructionCyrill Gorcunov1-1/+1
2012-02-25insns.dat: Add hle flag for CMPXCHG instructionCyrill Gorcunov1-4/+4
2012-02-25insns.dat: Add hle flag for BTS instructionCyrill Gorcunov1-6/+6
2012-02-25insns.dat: Add hle flag for BTR instructionCyrill Gorcunov1-6/+6
2012-02-25insns.dat: Add hle flag for BTC instructionCyrill Gorcunov1-6/+6
2012-02-25insns.dat: Add hle flag for AND instructionCyrill Gorcunov1-14/+14
2012-02-25insns.dat: Add hle flag for ADC instructionCyrill Gorcunov1-14/+14