summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed several resource and memory leaksPhilipp Kloke2013-04-014-1/+6
* Fixed wrong/redundant comparison according to documentation in comment above.Philipp Kloke2013-04-011-1/+1
* Fixed wrong format specifier in format stringPhilipp Kloke2013-04-011-2/+2
* Remove unnecessary calls to memsetPhilipp Kloke2013-04-011-3/+0
* Make F2 and F3 SSE prefixes override 66Ben Rudiak-Gould2013-03-103-24/+3
* Drop SAME_AS flag from instruction matcherBen Rudiak-Gould2013-03-044-45/+19
* insns: Remove pushseg/popseg internal bytecodesBen Rudiak-Gould2013-03-036-119/+58
* Move conditional opcodes close to enum ccode definitionCyrill Gorcunov2013-03-032-6/+12
* insns.pl: Various style polyshingCyrill Gorcunov2013-03-021-75/+77
* assemble: Make emit_rex being a functionCyrill Gorcunov2013-03-021-8/+14
* assemble: Use case3/4 where appropriateCyrill Gorcunov2013-03-021-16/+5
* assemble: Add case3 helperCyrill Gorcunov2013-03-021-1/+2
* process_ea: Drop redundant variableCyrill Gorcunov2013-03-021-5/+1
* Remove +sBen Rudiak-Gould2013-03-016-410/+229
* Fix warnings generated by clang 3.0Andrew Nayenko2013-02-253-3/+3
* BR3392242: insns.dat -- Support AMD SVM instructions in 32bit modeAndrew Nayenko2013-02-211-7/+7
* Fix jmp/call near offsets in long modeBen Rudiak-Gould2013-02-202-51/+51
* Add np and similar prefixes to instructions that should have themBen Rudiak-Gould2013-02-204-56/+71
* eval: Use is_power2 helper instead of open codeCyrill Gorcunov2013-02-181-2/+2
* make: Don't forget to generate manpage for all targetCyrill Gorcunov2013-02-181-2/+2
* man: Generate manpages from asciidoc formatCyrill Gorcunov2013-02-176-667/+395
* Update .gitignoreCyrill Gorcunov2013-02-171-0/+6
* nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functionsCyrill Gorcunov2013-02-151-12/+17
* nasm.c: Update year in headerCyrill Gorcunov2013-02-151-1/+1
* nasm.c: Tabs to spaces in emit_dependenciesCyrill Gorcunov2013-02-151-18/+18
* nasm.c: Tabs to spaces in mainCyrill Gorcunov2013-02-151-21/+20
* nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov2013-02-151-2/+2
* nasm.c: Tabs to spaces in copy_filenameCyrill Gorcunov2013-02-151-52/+52
* nasm.c: Tabs to spaces in process_argCyrill Gorcunov2013-02-151-154/+154
* nasm.c: Tabs to spaces in process_response_fileCyrill Gorcunov2013-02-151-3/+3
* nasm.c: Tabs to spaces in assemble_fileCyrill Gorcunov2013-02-151-187/+183
* nasm.c: Tabs to spaces in nasm_verror_gnuCyrill Gorcunov2013-02-151-3/+3
* nasm.c: Tabs to spaces in nasm_verror_commonCyrill Gorcunov2013-02-151-9/+9
* nasm.c: Tabs to spaces in define_macros_earlyCyrill Gorcunov2013-02-151-25/+25
* Drop trailing space from directive.plCyrill Gorcunov2013-02-151-1/+1
* Align enum prefixes membersCyrill Gorcunov2013-02-151-4/+18
* BR3392240: preproc: Don't fail on pasting of space expanded rvalue tokensCyrill Gorcunov2013-02-041-4/+25
* NASM 2.10.07nasm-2.10.07Cyrill Gorcunov2013-01-021-1/+1
* docs: Update changesCyrill Gorcunov2012-12-271-0/+5
* br3392236: Don't treat \Space after \BackSlash as a sign for line continuationCyrill Gorcunov2012-12-271-1/+1
* NASM 2.10.06nasm-2.10.06H. Peter Anvin2012-12-041-1/+1
* changes: document fix of macho64H. Peter Anvin2012-12-041-0/+2
* 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