summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* insns: Restore back MMX,FPU flagsinsns-flagsCyrill Gorcunov2013-11-102-38/+23
* Update .gitignoreCyrill Gorcunov2013-11-101-0/+2
* make: Update depsCyrill Gorcunov2013-11-105-126/+146
* iflag: Start using new instruction flags engineCyrill Gorcunov2013-11-1013-216/+173
* insns: Introduce insns-flags.plCyrill Gorcunov2013-11-101-0/+405
* BR3392270: preproc: Handle all token chains in mmacro params rangeCyrill Gorcunov2013-11-091-7/+18
* Add (redundant) parentheses around bit tests mixed with &&H. Peter Anvin2013-11-081-3/+3
* REX: Set REX bits in accordance with 32-register environmentJin Kyu Song2013-11-081-7/+7
* Revert "make: Remove generated files on clean target"Cyrill Gorcunov2013-10-281-4/+1
* make: Remove generated files on clean targetCyrill Gorcunov2013-10-271-1/+4
* Merge remote-tracking branch 'origin/master'H. Peter Anvin2013-10-245-195/+212
|\
| * Run "make alldeps" to update dependenciesH. Peter Anvin2013-10-245-195/+212
* | Makefile.in: always run "make alldeps" when "make dist"H. Peter Anvin2013-10-241-1/+3
|/
* Makefile.in: generate manpages for "make dist"H. Peter Anvin2013-10-241-2/+6
* Revert "build: Include pregenerated nasm manpages"H. Peter Anvin2013-10-244-543/+15
* macros.pl: Remove superfluous whitespaceH. Peter Anvin2013-10-191-0/+22
* iflags: Eliminate perl smart match operatorJin Kyu Song2013-10-071-1/+1
* Merge branch 'nasm-2.10.xx'Cyrill Gorcunov2013-10-031-3/+36
|\
| * coff: Better handling of section redefinitionnasm-2.10.xxMarat Dukhan2013-10-031-3/+36
* | Add support for DZ and RESZ, document the ZWORD keywordH. Peter Anvin2013-10-024-29/+40
* | NASM 2.11rc1nasm-2.11rc1H. Peter Anvin2013-10-021-1/+1
* | NASM 2.10rc1H. Peter Anvin2013-10-021-1/+1
* | Merge branch 'avx512'H. Peter Anvin2013-10-0225-161/+9088
|\ \ | |/ |/|
| * AVX-512: Fix bugs related to uninitialized variablesavx512Jin Kyu Song2013-09-211-1/+3
| * AVX-512: Added AVX-512PF instructionsJin Kyu Song2013-09-143-0/+106
| * AVX-512: Add AVX-512ER instructionsJin Kyu Song2013-09-144-3/+158
| * AVX-512: Add AVX-512CD instructionsJin Kyu Song2013-09-143-0/+116
| * AVX-512: Add Pseudo-ops for CMP instructionsJin Kyu Song2013-09-073-5/+2531
| * AVX-512: Reorder instructions in insns.datJin Kyu Song2013-09-071-57/+57
| * AVX-512: Fix rounding mode value in EVEX prefix with SAEJin Kyu Song2013-09-072-7/+11
| * AVX-512: Add test case for opmask instructionsJin Kyu Song2013-08-292-4578/+24
| * AVX-512: Remove trailing space and align columnsJin Kyu Song2013-08-292-2/+2
| * AVX-512: Add OPMASK instructionsJin Kyu Song2013-08-292-15/+33
| * AVX-512: Add IF_SPMASK and fix IF_PFMASKJin Kyu Song2013-08-291-1/+2
| * AVX-512: Fix bug in checking high-16 registersJin Kyu Song2013-08-291-1/+1
| * AVX-512: Fix commentsJin Kyu Song2013-08-293-3/+3
| * AVX-512: Remember the position of operand with broadcast or embedded roundingJin Kyu Song2013-08-293-16/+15
| * AVX-512: Add a feature to generate a raw bytecode fileJin Kyu Song2013-08-281-0/+11
| * AVX-512: Add a test case for EVEX encoded instructionsJin Kyu Song2013-08-282-0/+9271
| * AVX-512: Fix match function to check the range of registersJin Kyu Song2013-08-281-0/+8
| * AVX-512: Change the data type for instruction flagsJin Kyu Song2013-08-2810-61/+81
| * AVX-512: Fix a bug in calculating Disp8*N valueJin Kyu Song2013-08-281-1/+1
| * AVX-512: Find the correct position of the last SIMD opJin Kyu Song2013-08-281-0/+2
| * AVX-512: Moved {er} decorator position next to the last SIMD opJin Kyu Song2013-08-281-8/+9
| * AVX-512: Fix parser to handle opmask decorator correctlyJin Kyu Song2013-08-221-5/+8
| * AVX-512: Add ZWORD keywordJin Kyu Song2013-08-225-0/+12
| * AVX-512: Fix instruction match functionJin Kyu Song2013-08-223-7/+48
| * AVX-512: Reword comment about opmask decoratorsJin Kyu Song2013-08-221-1/+1
| * AVX-512: Handle curly braces in multi-line macro parametersJin Kyu Song2013-08-221-0/+5
| * AVX-512: Add EVEX encoding and new instructionsJin Kyu Song2013-08-169-75/+925