platform/upstream/nasm.git
2013-11-27 Jin Kyu Songiflags: Add IF_EVEX for checking {evex} availability
2013-11-27 Jin Kyu Songopflags: Separate vector registers into low-16 and...
2013-11-27 Jin Kyu Songdoc: Update the change history and nasmdoc
2013-11-27 H. Peter Anvindisasm: Don't rely on iflag_cmp() returning +/-1
2013-11-27 H. Peter Anviniflag: Do the equality test in iflag_cmp() first
2013-11-26 H. Peter Anviniflag: In iflag_cmp() scan from the most significant...
2013-11-25 H. Peter Anviniflag: Drop the use of double underscores
2013-11-25 H. Peter Anviniflag: Make the insns_flags array const
2013-11-25 H. Peter Anvininsns.dat: Fix a typo in a comment
2013-11-24 H. Peter Anviniflag: Move instruction flag comment
2013-11-24 H. Peter Anviniflag: remove C99 constructs, don't hardcode the number...
2013-11-24 H. Peter Anvin"make alldeps"
2013-11-24 H. Peter Anviniflag: Fix dependencies, factor out static components...
2013-11-24 H. Peter Anvin"make alldeps"
2013-11-24 Cyrill Gorcunovinsns: Restore back MMX,FPU flags
2013-11-24 Cyrill GorcunovUpdate .gitignore
2013-11-24 Cyrill Gorcunovmake: Update deps
2013-11-24 Cyrill Gorcunoviflag: Start using new instruction flags engine
2013-11-24 Cyrill Gorcunovinsns: Introduce insns-flags.pl
2013-11-24 Cyrill Gorcunovmake: Add 'golden' target
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,...
next