summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-24iflag: Fix dependencies, factor out static components of iflag.hH. Peter Anvin5-216/+223
2013-11-24"make alldeps"H. Peter Anvin5-30/+48
2013-11-24insns: Restore back MMX,FPU flagsCyrill Gorcunov2-38/+23
2013-11-24Update .gitignoreCyrill Gorcunov1-0/+2
2013-11-24make: Update depsCyrill Gorcunov5-126/+146
2013-11-24iflag: Start using new instruction flags engineCyrill Gorcunov13-234/+182
2013-11-24insns: Introduce insns-flags.plCyrill Gorcunov1-0/+410
2013-11-24make: Add 'golden' targetCyrill Gorcunov1-0/+3
2013-11-22bnd: Drop bnd prefix for relaxed short jmp instructionsJin Kyu Song4-97/+65
2013-11-20disp8: Consolidate a logic to get compressed displacementJin Kyu Song5-155/+181
2013-11-20disasm: Add suport for bnd registersJin Kyu Song1-0/+7
2013-11-20disasm: Add EVEX decorator syntaxJin Kyu Song1-9/+92
2013-11-20disasm: Add ZMM vsibJin Kyu Song1-4/+12
2013-11-20disasm: Support EVEX compressed displacementJin Kyu Song1-11/+107
2013-11-20disasm: Add basic AVX512 supportJin Kyu Song3-6/+100
2013-11-20disasm: style cleanupJin Kyu Song1-682/+682
2013-11-20match: Check the number of elements in broadcasting operandsJin Kyu Song3-2/+36
2013-11-20match: Improve broadcast opsize matchingJin Kyu Song1-20/+35
2013-11-20Build: Suppress warning messagesJin Kyu Song2-2/+2
2013-11-20AVX-512: Add {evex} instruction prefixJin Kyu Song4-0/+14
2013-11-20PREFETCHWT1: Add a new instruction flagJin Kyu Song2-1/+2
2013-11-20AVX512: Update instruction groupJin Kyu Song1-2/+2
2013-11-20MPX: Move BND prefix indication from bytecode to iflagsJin Kyu Song5-56/+50
2013-11-20MPX: Adapt GAS's mib syntax with an index reg onlyJin Kyu Song2-4/+16
2013-11-20iflags: Use UINT64_C() for 64bit valuesJin Kyu Song1-79/+79
2013-11-20SHA: SHA test casesJin Kyu Song2-0/+61
2013-11-20SHA: Add SHA instructionsJin Kyu Song2-0/+10
2013-11-20MPX: Add test cases for MPXJin Kyu Song2-0/+202
2013-11-20MPX: Add BND prefix for branch instructionsJin Kyu Song8-3/+75
2013-11-20MPX: Add MPX instructionsJin Kyu Song7-2/+61
2013-11-20disasm: add support for emitting split EA formatH. Peter Anvin2-2/+16
2013-11-20parser: support split base,index effective addressH. Peter Anvin2-18/+90
2013-11-20parse: factor out mref parsingH. Peter Anvin1-125/+132
2013-11-20parser: simplify code by keeping a pointer to the current operandH. Peter Anvin1-152/+132
2013-11-20AVX-512: Add perfomtest-compliant headers to test casesJin Kyu Song4-1/+5
2013-11-09BR3392270: preproc: Handle all token chains in mmacro params rangeCyrill Gorcunov1-7/+18
2013-11-08Add (redundant) parentheses around bit tests mixed with &&H. Peter Anvin1-3/+3
2013-11-08REX: Set REX bits in accordance with 32-register environmentJin Kyu Song1-7/+7
2013-10-28Revert "make: Remove generated files on clean target"Cyrill Gorcunov1-4/+1
2013-10-27make: Remove generated files on clean targetCyrill Gorcunov1-1/+4
2013-10-24Merge remote-tracking branch 'origin/master'H. Peter Anvin5-195/+212
2013-10-24Makefile.in: always run "make alldeps" when "make dist"H. Peter Anvin1-1/+3
2013-10-24Run "make alldeps" to update dependenciesH. Peter Anvin5-195/+212
2013-10-24Makefile.in: generate manpages for "make dist"H. Peter Anvin1-2/+6
2013-10-24Revert "build: Include pregenerated nasm manpages"H. Peter Anvin4-543/+15
2013-10-19macros.pl: Remove superfluous whitespaceH. Peter Anvin1-0/+22
2013-10-07iflags: Eliminate perl smart match operatorJin Kyu Song1-1/+1
2013-10-03Merge branch 'nasm-2.10.xx'Cyrill Gorcunov1-3/+36
2013-10-03coff: Better handling of section redefinitionMarat Dukhan1-3/+36
2013-10-02Add support for DZ and RESZ, document the ZWORD keywordH. Peter Anvin4-29/+40