index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-09
BR3392270: preproc: Handle all token chains in mmacro params range
Cyrill Gorcunov
1
-7
/
+18
2013-11-08
Add (redundant) parentheses around bit tests mixed with &&
H. Peter Anvin
1
-3
/
+3
2013-11-08
REX: Set REX bits in accordance with 32-register environment
Jin Kyu Song
1
-7
/
+7
2013-10-28
Revert "make: Remove generated files on clean target"
Cyrill Gorcunov
1
-4
/
+1
2013-10-27
make: Remove generated files on clean target
Cyrill Gorcunov
1
-1
/
+4
2013-10-24
Merge remote-tracking branch 'origin/master'
H. Peter Anvin
5
-195
/
+212
2013-10-24
Makefile.in: always run "make alldeps" when "make dist"
H. Peter Anvin
1
-1
/
+3
2013-10-24
Run "make alldeps" to update dependencies
H. Peter Anvin
5
-195
/
+212
2013-10-24
Makefile.in: generate manpages for "make dist"
H. Peter Anvin
1
-2
/
+6
2013-10-24
Revert "build: Include pregenerated nasm manpages"
H. Peter Anvin
4
-543
/
+15
2013-10-19
macros.pl: Remove superfluous whitespace
H. Peter Anvin
1
-0
/
+22
2013-10-07
iflags: Eliminate perl smart match operator
Jin Kyu Song
1
-1
/
+1
2013-10-03
Merge branch 'nasm-2.10.xx'
Cyrill Gorcunov
1
-3
/
+36
2013-10-03
coff: Better handling of section redefinition
Marat Dukhan
1
-3
/
+36
2013-10-02
Add support for DZ and RESZ, document the ZWORD keyword
H. Peter Anvin
4
-29
/
+40
2013-10-02
NASM 2.11rc1
H. Peter Anvin
1
-1
/
+1
2013-10-02
NASM 2.10rc1
H. Peter Anvin
1
-1
/
+1
2013-10-02
Merge branch 'avx512'
H. Peter Anvin
25
-161
/
+9088
2013-09-21
strfunc: Tabs to spaces conversion
Cyrill Gorcunov
1
-196
/
+196
2013-09-21
coff: Support for section names longer than 8 bytes
Marat Dukhan
1
-11
/
+52
2013-09-21
AVX-512: Fix bugs related to uninitialized variables
Jin Kyu Song
1
-1
/
+3
2013-09-14
AVX-512: Added AVX-512PF instructions
Jin Kyu Song
3
-0
/
+106
2013-09-14
AVX-512: Add AVX-512ER instructions
Jin Kyu Song
4
-3
/
+158
2013-09-14
AVX-512: Add AVX-512CD instructions
Jin Kyu Song
3
-0
/
+116
2013-09-07
AVX-512: Add Pseudo-ops for CMP instructions
Jin Kyu Song
3
-5
/
+2531
2013-09-07
AVX-512: Reorder instructions in insns.dat
Jin Kyu Song
1
-57
/
+57
2013-09-07
AVX-512: Fix rounding mode value in EVEX prefix with SAE
Jin Kyu Song
2
-7
/
+11
2013-08-29
AVX-512: Add test case for opmask instructions
Jin Kyu Song
2
-4578
/
+24
2013-08-29
AVX-512: Remove trailing space and align columns
Jin Kyu Song
2
-2
/
+2
2013-08-29
AVX-512: Add OPMASK instructions
Jin Kyu Song
2
-15
/
+33
2013-08-29
AVX-512: Add IF_SPMASK and fix IF_PFMASK
Jin Kyu Song
1
-1
/
+2
2013-08-29
AVX-512: Fix bug in checking high-16 registers
Jin Kyu Song
1
-1
/
+1
2013-08-29
AVX-512: Fix comments
Jin Kyu Song
3
-3
/
+3
2013-08-29
AVX-512: Remember the position of operand with broadcast or embedded rounding
Jin Kyu Song
3
-16
/
+15
2013-08-28
AVX-512: Add a feature to generate a raw bytecode file
Jin Kyu Song
1
-0
/
+11
2013-08-28
AVX-512: Add a test case for EVEX encoded instructions
Jin Kyu Song
2
-0
/
+9271
2013-08-28
AVX-512: Fix match function to check the range of registers
Jin Kyu Song
1
-0
/
+8
2013-08-28
AVX-512: Change the data type for instruction flags
Jin Kyu Song
10
-61
/
+81
2013-08-28
AVX-512: Fix a bug in calculating Disp8*N value
Jin Kyu Song
1
-1
/
+1
2013-08-28
AVX-512: Find the correct position of the last SIMD op
Jin Kyu Song
1
-0
/
+2
2013-08-28
AVX-512: Moved {er} decorator position next to the last SIMD op
Jin Kyu Song
1
-8
/
+9
2013-08-22
AVX-512: Fix parser to handle opmask decorator correctly
Jin Kyu Song
1
-5
/
+8
2013-08-22
AVX-512: Add ZWORD keyword
Jin Kyu Song
5
-0
/
+12
2013-08-22
AVX-512: Fix instruction match function
Jin Kyu Song
3
-7
/
+48
2013-08-22
AVX-512: Reword comment about opmask decorators
Jin Kyu Song
1
-1
/
+1
2013-08-22
AVX-512: Handle curly braces in multi-line macro parameters
Jin Kyu Song
1
-0
/
+5
2013-08-16
AVX-512: Add EVEX encoding and new instructions
Jin Kyu Song
9
-75
/
+925
2013-08-06
AVX-512: Add support for parsing braces
Jin Kyu Song
10
-28
/
+358
2013-07-23
NASM 2.10.09
Cyrill Gorcunov
1
-1
/
+1
2013-07-23
doc: changes -- Prepare for 2.10.09
Cyrill Gorcunov
1
-0
/
+4
[next]