platform/upstream/nasm.git
2013-11-22 Jin Kyu Songbnd: Drop bnd prefix for relaxed short jmp instructions
2013-11-20 Jin Kyu Songdisp8: Consolidate a logic to get compressed displacement
2013-11-20 Jin Kyu Songdisasm: Add suport for bnd registers
2013-11-20 Jin Kyu Songdisasm: Add EVEX decorator syntax
2013-11-20 Jin Kyu Songdisasm: Add ZMM vsib
2013-11-20 Jin Kyu Songdisasm: Support EVEX compressed displacement
2013-11-20 Jin Kyu Songdisasm: Add basic AVX512 support
2013-11-20 Jin Kyu Songdisasm: style cleanup
2013-11-20 Jin Kyu Songmatch: Check the number of elements in broadcasting...
2013-11-20 Jin Kyu Songmatch: Improve broadcast opsize matching
2013-11-20 Jin Kyu SongBuild: Suppress warning messages
2013-11-20 Jin Kyu SongAVX-512: Add {evex} instruction prefix
2013-11-20 Jin Kyu SongPREFETCHWT1: Add a new instruction flag
2013-11-20 Jin Kyu SongAVX512: Update instruction group
2013-11-20 Jin Kyu SongMPX: Move BND prefix indication from bytecode to iflags
2013-11-20 Jin Kyu SongMPX: Adapt GAS's mib syntax with an index reg only
2013-11-20 Jin Kyu Songiflags: Use UINT64_C() for 64bit values
2013-11-20 Jin Kyu SongSHA: SHA test cases
2013-11-20 Jin Kyu SongSHA: Add SHA instructions
2013-11-20 Jin Kyu SongMPX: Add test cases for MPX
2013-11-20 Jin Kyu SongMPX: Add BND prefix for branch instructions
2013-11-20 Jin Kyu SongMPX: Add MPX instructions
2013-11-20 H. Peter Anvindisasm: add support for emitting split EA format
2013-11-20 H. Peter Anvinparser: support split base,index effective address
2013-11-20 H. Peter Anvinparse: factor out mref parsing
2013-11-20 H. Peter Anvinparser: simplify code by keeping a pointer to the curre...
2013-11-20 Jin Kyu SongAVX-512: Add perfomtest-compliant headers to test cases
2013-11-09 Cyrill GorcunovBR3392270: preproc: Handle all token chains in mmacro...
2013-11-08 H. Peter AnvinAdd (redundant) parentheses around bit tests mixed...
2013-11-08 Jin Kyu SongREX: Set REX bits in accordance with 32-register enviro...
2013-10-28 Cyrill GorcunovRevert "make: Remove generated files on clean target"
2013-10-27 Cyrill Gorcunovmake: Remove generated files on clean target
2013-10-24 H. Peter AnvinMerge remote-tracking branch 'origin/master'
2013-10-24 H. Peter AnvinMakefile.in: always run "make alldeps" when "make dist"
2013-10-24 H. Peter AnvinRun "make alldeps" to update dependencies
2013-10-24 H. Peter AnvinMakefile.in: generate manpages for "make dist"
2013-10-24 H. Peter AnvinRevert "build: Include pregenerated nasm manpages"
2013-10-19 H. Peter Anvinmacros.pl: Remove superfluous whitespace
2013-10-07 Jin Kyu Songiflags: Eliminate perl smart match operator
2013-10-03 Cyrill GorcunovMerge branch 'nasm-2.10.xx'
2013-10-03 Marat Dukhancoff: Better handling of section redefinition
2013-10-03 H. Peter AnvinAdd support for DZ and RESZ, document the ZWORD keyword
2013-10-02 H. Peter AnvinNASM 2.11rc1
2013-10-02 H. Peter AnvinNASM 2.10rc1
2013-10-02 H. Peter AnvinMerge branch 'avx512'
2013-09-21 Cyrill Gorcunovstrfunc: Tabs to spaces conversion
2013-09-21 Marat Dukhancoff: Support for section names longer than 8 bytes
2013-09-21 Jin Kyu SongAVX-512: Fix bugs related to uninitialized variables
2013-09-13 Jin Kyu SongAVX-512: Added AVX-512PF instructions
2013-09-13 Jin Kyu SongAVX-512: Add AVX-512ER instructions
2013-09-13 Jin Kyu SongAVX-512: Add AVX-512CD instructions
2013-09-07 Jin Kyu SongAVX-512: Add Pseudo-ops for CMP instructions
2013-09-07 Jin Kyu SongAVX-512: Reorder instructions in insns.dat
2013-09-07 Jin Kyu SongAVX-512: Fix rounding mode value in EVEX prefix with SAE
2013-08-29 Jin Kyu SongAVX-512: Add test case for opmask instructions
2013-08-29 Jin Kyu SongAVX-512: Remove trailing space and align columns
2013-08-29 Jin Kyu SongAVX-512: Add OPMASK instructions
2013-08-29 Jin Kyu SongAVX-512: Add IF_SPMASK and fix IF_PFMASK
2013-08-29 Jin Kyu SongAVX-512: Fix bug in checking high-16 registers
2013-08-29 Jin Kyu SongAVX-512: Fix comments
2013-08-29 Jin Kyu SongAVX-512: Remember the position of operand with broadcas...
2013-08-28 Jin Kyu SongAVX-512: Add a feature to generate a raw bytecode file
2013-08-28 Jin Kyu SongAVX-512: Add a test case for EVEX encoded instructions
2013-08-28 Jin Kyu SongAVX-512: Fix match function to check the range of registers
2013-08-28 Jin Kyu SongAVX-512: Change the data type for instruction flags
2013-08-28 Jin Kyu SongAVX-512: Fix a bug in calculating Disp8*N value
2013-08-28 Jin Kyu SongAVX-512: Find the correct position of the last SIMD op
2013-08-28 Jin Kyu SongAVX-512: Moved {er} decorator position next to the...
2013-08-22 Jin Kyu SongAVX-512: Fix parser to handle opmask decorator correctly
2013-08-22 Jin Kyu SongAVX-512: Add ZWORD keyword
2013-08-22 Jin Kyu SongAVX-512: Fix instruction match function
2013-08-22 Jin Kyu SongAVX-512: Reword comment about opmask decorators
2013-08-22 Jin Kyu SongAVX-512: Handle curly braces in multi-line macro parameters
2013-08-16 Jin Kyu SongAVX-512: Add EVEX encoding and new instructions
2013-08-06 Jin Kyu SongAVX-512: Add support for parsing braces
2013-07-23 Cyrill GorcunovNASM 2.10.09
2013-07-23 Cyrill Gorcunovdoc: changes -- Prepare for 2.10.09
2013-07-22 Cyrill Gorcunovbuild: Include pregenerated nasm manpages
2013-07-21 Cyrill GorcunovNASM 2.10.08
2013-07-21 Cyrill Gorcunovdoc: changes -- Add fixes for VMOVNTDQA, MOVNTDQA,...
2013-07-21 Cyrill Gorcunovtest: Add br978756
2013-07-21 Cyrill Gorcunovtest: Add br3392259
2013-07-21 Cyrill Gorcunovinsns: Fix MOVLPD
2013-07-21 Cyrill Gorcunovinsns: Fix MOVNTDQA instruction
2013-07-21 Cyrill Gorcunovinsns: Fix VMOVNTDQA instruction
2013-07-20 Cyrill Gorcunovchanges.src: Prepare for 2.10.08
2013-07-20 H. Peter AnvinBR 3392260: Handle instructions only separated by vecto...
2013-07-15 Cyrill Gorcunovparse_line: Shrink code with memset helper
2013-07-14 Cyrill Gorcunovea_type: Fix typo in comment
2013-07-04 Cyrill Gorcunovautoconf: Warn a user if no asciidoc/xmlto found
2013-06-29 Marat Dukhanmake: Fix nasm build with MSVC
2013-06-29 MITSUNARI Shigeoinsns: Fix vspllw instruction
2013-06-01 MITSUNARI Shigeoinsns: Fix vgatherqpd instruction
2013-05-24 MITSUNARI Shigeoinsns: Fix VPMOVSXBQ instruction
2013-05-17 H. Peter AnvinMake the errors for missing man page tools comprehensible
2013-05-12 Cyrill Gorcunovtest: Add br3392252 test
2013-05-12 Cyrill Gorcunovinsns.dat: Add note about AMD TBM instructions
2013-05-12 Cyrill Gorcunovinsns.dat: Add BLCMSK
2013-05-12 Cyrill Gorcunovinsns.dat: Add BLCS
2013-05-12 Cyrill Gorcunovinsns.dat: Add BLSFILL
next