summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.10.rc7nasm-2.10rc7Cyrill Gorcunov2011-07-201-1/+1
* insns: A final pile of AVX2 instructionsCyrill Gorcunov2011-07-201-5/+45
* insns: A few additional AVX2 templatesCyrill Gorcunov2011-07-191-3/+34
* insns: One more small snippet of AVX2Cyrill Gorcunov2011-07-181-0/+12
* insns: One more slab of AVX2 instructionsCyrill Gorcunov2011-07-181-1/+22
* insns: Add a slab of AVX2 instructionsCyrill Gorcunov2011-07-171-2/+76
* insns.dat: Move exsiting AVX2 insns to a separate sectionCyrill Gorcunov2011-07-171-13/+17
* preproc: Align members in structuresCyrill Gorcunov2011-07-171-45/+47
* preproc: Reorder ExpInv to drop paddingCyrill Gorcunov2011-07-171-18/+19
* preproc: Reorder SMacro members to eliminate paddingCyrill Gorcunov2011-07-171-6/+6
* nasm.h: Reorder tokenval members to drop paddingCyrill Gorcunov2011-07-171-3/+3
* Some cleanup on insns.hCyrill Gorcunov2011-07-171-75/+78
* Drop unused 'opt' from nasm_opt_valCyrill Gorcunov2011-07-171-2/+2
* elf64: Drop unused 'zero' variableCyrill Gorcunov2011-07-171-3/+1
* Drop unused 'type' from gencodeCyrill Gorcunov2011-07-171-2/+0
* Fix saa_writeaddr for big-endian caseCyrill Gorcunov2011-07-171-1/+2
* Drop unused 'arg' variableCyrill Gorcunov2011-07-171-2/+1
* Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-07-161-0/+8
|\
| * NASM-2.09.10nasm-2.09.10nasm-2.09.xxCyrill Gorcunov2011-07-161-1/+1
| * doc: Describe changes for nasm-2.09.10Cyrill Gorcunov2011-07-161-0/+8
| * nsis: Remove desktop bat link as wellCyrill Gorcunov2011-07-151-3/+17
| * nsis: Inform a user about files being deletedCyrill Gorcunov2011-07-151-5/+10
| * nsis: Make sure the registry keys existCyrill Gorcunov2011-07-151-2/+14
* | nsis: Remove desktop bat link as wellCyrill Gorcunov2011-07-151-3/+17
* | nsis: Inform a user about files being deletedCyrill Gorcunov2011-07-151-5/+10
* | A few more AVX2 spec instructionsverifiedH. Peter Anvin2011-07-082-0/+9
* | Use a normal quad-case for valueless /is4H. Peter Anvin2011-07-073-12/+13
* | Remove support for DREX encodingH. Peter Anvin2011-07-074-122/+12
* | insns.dat: Clean up and fix the BMI instruction patternsH. Peter Anvin2011-07-071-32/+29
* | insns: Fix up RORX templateJasper Neuman2011-07-071-1/+1
* | insns.dat: Add some BMI1 and BMI2 instructionsJasper Neuman2011-07-071-0/+37
* | nsis: Make sure the registry keys existCyrill Gorcunov2011-07-071-2/+14
* | insns.h: Add BMI1 and BMI2 flags for further usageJasper Neuman2011-07-071-0/+2
* | preproc: Drop useless assignmentsCyrill Gorcunov2011-07-061-4/+0
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2011-07-041-0/+7
|\ \ | |/
| * NASM 2.09.09nasm-2.09.09Cyrill Gorcunov2011-07-041-1/+1
| * doc: Describe changes for stable versionCyrill Gorcunov2011-07-041-0/+7
| * BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbolsKeith Kanios2011-07-041-8/+26
| * output/outbin.c: initialize section attribs upon creationCyrill Gorcunov2011-07-041-37/+26
* | preproc: Move Preproc type to preproc_ops structureCyrill Gorcunov2011-07-023-11/+13
* | preproc: Refactor smacro paramters expansionCyrill Gorcunov2011-06-301-6/+9
* | preproc: Add smacro paramter helpersCyrill Gorcunov2011-06-301-6/+32
* | preproc: Alignment in loopCyrill Gorcunov2011-06-301-3/+3
* | insns: Mark AVX2 instructions as FUTURECyrill Gorcunov2011-06-291-7/+7
* | preproc: Finally drop context-through searchCyrill Gorcunov2011-06-281-36/+16
* | preproc: nasm_free is safe against NULL argumentCyrill Gorcunov2011-06-281-10/+5
* | Revert "BR3288901: Relax concat rules in preprocessor code"Cyrill Gorcunov2011-06-271-23/+27
* | preproc: Add trace point into paste_tokensCyrill Gorcunov2011-06-271-0/+2
* | preproc: Some more tracing callsCyrill Gorcunov2011-06-261-0/+17
* | preproc: Missed double charp in nasm_traceCyrill Gorcunov2011-06-261-1/+1