summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | insns: A few more AVX2 instructionsCyrill Gorcunov2011-06-261-2/+6
* | insns: Add VPERMD instructionCyrill Gorcunov2011-06-261-0/+1
* | test: Add movd.asmCyrill Gorcunov2011-06-261-0/+12
* | insns: Allow MOVD xmmreg,rm32 to be used in 32bit modeCyrill Gorcunov2011-06-261-8/+4
* | preproc: Add tokenization tracingCyrill Gorcunov2011-06-252-4/+52
* | preproc.c: Get rid of a few tabs and update yearCyrill Gorcunov2011-06-251-3/+3
* | preproc.c: Use list_reverse helperCyrill Gorcunov2011-06-251-9/+3
* | nasmlib: Add list_reverse helperCyrill Gorcunov2011-06-251-0/+13
* | nasmlib: Add list_last helperCyrill Gorcunov2011-06-251-0/+4
* | Move numvalue herleper into nasmlib.hCyrill Gorcunov2011-06-254-8/+3
* | preproc: Drop unused 'mtok' variableCyrill Gorcunov2011-06-251-2/+1
* | nassm.c: Use evaluate for section alignmentCyrill Gorcunov2011-06-251-4/+16
* | BR3288901: Relax concat rules in preprocessor codeCyrill Gorcunov2011-06-251-27/+23
* | insns: Mark VGATHERDPD as AVX2 instructionsCyrill Gorcunov2011-06-251-4/+4
* | Add IF_AVX2 flagCyrill Gorcunov2011-06-251-0/+1
* | Merge branch 'nasm-2.09.xx'H. Peter Anvin2011-06-231-1/+1
|\ \ | |/
| * rdoff: add missing dependency in MakefileH. Peter Anvin2011-06-231-1/+1
* | Merge branch 'nasm-2.09.xx'H. Peter Anvin2011-06-232-15/+12
|\ \ | |/
| * Makefile: hopefully fix rdoff parallel build problemsH. Peter Anvin2011-06-232-15/+12
* | Implement the VGATHERP instructionH. Peter Anvin2011-06-222-0/+81
* | Add support for VSIB instructionsH. Peter Anvin2011-06-224-40/+191
* | NASM 2.10rc6nasm-2.10rc6H. Peter Anvin2011-06-061-1/+1
* | spec: update to match requirements of Fedora 14+H. Peter Anvin2011-06-061-4/+4
* | NASM 2.10rc5nasm-2.10rc5H. Peter Anvin2011-06-031-1/+1
* | BR3282788: Fix 64-bit Mach-O bug that crashes NASM due to NULL symbolsKeith Kanios2011-04-111-8/+26