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-20
iflags: Use UINT64_C() for 64bit values
Jin Kyu Song
1
-79
/
+79
2013-11-20
SHA: SHA test cases
Jin Kyu Song
2
-0
/
+61
2013-11-20
SHA: Add SHA instructions
Jin Kyu Song
2
-0
/
+10
2013-11-20
MPX: Add test cases for MPX
Jin Kyu Song
2
-0
/
+202
2013-11-20
MPX: Add BND prefix for branch instructions
Jin Kyu Song
8
-3
/
+75
2013-11-20
MPX: Add MPX instructions
Jin Kyu Song
7
-2
/
+61
2013-11-20
disasm: add support for emitting split EA format
H. Peter Anvin
2
-2
/
+16
2013-11-20
parser: support split base,index effective address
H. Peter Anvin
2
-18
/
+90
2013-11-20
parse: factor out mref parsing
H. Peter Anvin
1
-125
/
+132
2013-11-20
parser: simplify code by keeping a pointer to the current operand
H. Peter Anvin
1
-152
/
+132
2013-11-20
AVX-512: Add perfomtest-compliant headers to test cases
Jin Kyu Song
4
-1
/
+5
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
[next]