summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* disp8: Consolidate a logic to get compressed displacementJin Kyu Song2013-11-205-155/+181
* disasm: Add suport for bnd registersJin Kyu Song2013-11-201-0/+7
* disasm: Add EVEX decorator syntaxJin Kyu Song2013-11-201-9/+92
* disasm: Add ZMM vsibJin Kyu Song2013-11-201-4/+12
* disasm: Support EVEX compressed displacementJin Kyu Song2013-11-201-11/+107
* disasm: Add basic AVX512 supportJin Kyu Song2013-11-203-6/+100
* disasm: style cleanupJin Kyu Song2013-11-201-682/+682
* match: Check the number of elements in broadcasting operandsJin Kyu Song2013-11-203-2/+36
* match: Improve broadcast opsize matchingJin Kyu Song2013-11-201-20/+35
* Build: Suppress warning messagesJin Kyu Song2013-11-202-2/+2
* AVX-512: Add {evex} instruction prefixJin Kyu Song2013-11-204-0/+14
* PREFETCHWT1: Add a new instruction flagJin Kyu Song2013-11-202-1/+2
* AVX512: Update instruction groupJin Kyu Song2013-11-201-2/+2
* MPX: Move BND prefix indication from bytecode to iflagsJin Kyu Song2013-11-205-56/+50
* MPX: Adapt GAS's mib syntax with an index reg onlyJin Kyu Song2013-11-202-4/+16
* iflags: Use UINT64_C() for 64bit valuesJin Kyu Song2013-11-201-79/+79
* SHA: SHA test casesJin Kyu Song2013-11-202-0/+61
* SHA: Add SHA instructionsJin Kyu Song2013-11-202-0/+10
* MPX: Add test cases for MPXJin Kyu Song2013-11-202-0/+202
* MPX: Add BND prefix for branch instructionsJin Kyu Song2013-11-208-3/+75
* MPX: Add MPX instructionsJin Kyu Song2013-11-207-2/+61
* disasm: add support for emitting split EA formatH. Peter Anvin2013-11-202-2/+16
* parser: support split base,index effective addressH. Peter Anvin2013-11-202-18/+90
* parse: factor out mref parsingH. Peter Anvin2013-11-201-125/+132
* parser: simplify code by keeping a pointer to the current operandH. Peter Anvin2013-11-201-152/+132
* AVX-512: Add perfomtest-compliant headers to test casesJin Kyu Song2013-11-204-1/+5
* 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