summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-02assemble: Use case3/4 where appropriateCyrill Gorcunov1-16/+5
2013-03-02assemble: Add case3 helperCyrill Gorcunov1-1/+2
2013-03-02process_ea: Drop redundant variableCyrill Gorcunov1-5/+1
2013-03-01Remove +sBen Rudiak-Gould6-410/+229
2013-02-25Fix warnings generated by clang 3.0Andrew Nayenko3-3/+3
2013-02-21BR3392242: insns.dat -- Support AMD SVM instructions in 32bit modeAndrew Nayenko1-7/+7
2013-02-20Fix jmp/call near offsets in long modeBen Rudiak-Gould2-51/+51
2013-02-20Add np and similar prefixes to instructions that should have themBen Rudiak-Gould4-56/+71
2013-02-18eval: Use is_power2 helper instead of open codeCyrill Gorcunov1-2/+2
2013-02-18make: Don't forget to generate manpage for all targetCyrill Gorcunov1-2/+2
2013-02-17man: Generate manpages from asciidoc formatCyrill Gorcunov6-667/+395
2013-02-17Update .gitignoreCyrill Gorcunov1-0/+6
2013-02-15nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functionsCyrill Gorcunov1-12/+17
2013-02-15nasm.c: Update year in headerCyrill Gorcunov1-1/+1
2013-02-15nasm.c: Tabs to spaces in emit_dependenciesCyrill Gorcunov1-18/+18
2013-02-15nasm.c: Tabs to spaces in mainCyrill Gorcunov1-21/+20
2013-02-15nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov1-2/+2
2013-02-15nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov1-52/+52
2013-02-15nasm.c: Tabs to spaces in process_argCyrill Gorcunov1-154/+154
2013-02-15nasm.c: Tabs to spaces in process_response_fileCyrill Gorcunov1-3/+3
2013-02-15nasm.c: Tabs to spaces in assemble_fileCyrill Gorcunov1-187/+183
2013-02-15nasm.c: Tabs to spaces in nasm_verror_gnuCyrill Gorcunov1-3/+3
2013-02-15nasm.c: Tabs to spaces in nasm_verror_commonCyrill Gorcunov1-9/+9
2013-02-15nasm.c: Tabs to spaces in define_macros_earlyCyrill Gorcunov1-25/+25
2013-02-15Drop trailing space from directive.plCyrill Gorcunov1-1/+1
2013-02-15Align enum prefixes membersCyrill Gorcunov1-4/+18
2013-02-04BR3392240: preproc: Don't fail on pasting of space expanded rvalue tokensCyrill Gorcunov1-4/+25
2013-01-02NASM 2.10.07Cyrill Gorcunov1-1/+1
2012-12-27docs: Update changesCyrill Gorcunov1-0/+5
2012-12-27br3392236: Don't treat \Space after \BackSlash as a sign for line continuationCyrill Gorcunov1-1/+1
2012-12-04NASM 2.10.06H. Peter Anvin1-1/+1
2012-12-04changes: document fix of macho64H. Peter Anvin1-0/+2
2012-11-28BR3392232: Fix relocations in MachO64Keith Kanios1-1/+1
2012-11-16output: Add more Elf unificationCyrill Gorcunov2-26/+24
2012-11-06BR3392231: Fix get_closest_section_symbol_by_offsetCyrill Gorcunov1-23/+6
2012-10-27BR3392226 preproc: Rework line readin procedureCyrill Gorcunov1-57/+56
2012-10-08doc/changes.src: Update to include recent changes.H. Peter Anvin1-0/+7
2012-10-08BR 3327107: fix assembly of VPCMPGTQMarat Dukhan1-1/+1
2012-09-25insns.dat: Mark the immediate for shift instructions as imm8H. Peter Anvin1-32/+32
2012-09-25BR 3392227: Remove SB flag from SHIFT rm,immH. Peter Anvin1-32/+32
2012-09-16opflags: Rework opflags bits with OP_ macrosCyrill Gorcunov1-163/+163
2012-09-16opflags: Introduce opflags generating macrosCyrill Gorcunov1-0/+4
2012-09-16opflags: Drop never used REG_RIP/REG_EIPCyrill Gorcunov1-3/+0
2012-09-09When generate dependency names internally, quote filenamesH. Peter Anvin3-5/+18
2012-09-09changes.src: fix grammar error (support -> supports)H. Peter Anvin1-1/+1
2012-09-10opflags: Extend opflags_t to 64 bitsCyrill Gorcunov3-88/+89
2012-09-09NASM 2.10.05H. Peter Anvin1-1/+1
2012-09-09changes.src: Document CLAC/STACH. Peter Anvin1-0/+4
2012-09-09Add CLAC and STAC instructions from AVX spec 014 (319433-014)H. Peter Anvin1-0/+4
2012-08-18NASM 2.10.04H. Peter Anvin1-1/+1