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-28
Remove "high 16" register class macros for xmm/ymm/zmm
H. Peter Anvin
2
-12
/
+6
2013-11-27
testcase: Remove escape characters - '\'
Jin Kyu Song
5
-4401
/
+4401
2013-11-27
preproc: Handle curly braces in multi-line macro parameters
Jin Kyu Song
1
-13
/
+29
2013-11-27
Revert "AVX-512: Handle curly braces in multi-line macro parameters"
Jin Kyu Song
1
-5
/
+0
2013-11-27
stdscan: Rework curly brace parsing routines
Jin Kyu Song
4
-65
/
+54
2013-11-27
iflags: Add IF_EVEX for checking {evex} availability
Jin Kyu Song
3
-6
/
+12
2013-11-27
opflags: Separate vector registers into low-16 and high-16
Jin Kyu Song
4
-11
/
+34
2013-11-27
doc: Update the change history and nasmdoc
Jin Kyu Song
2
-3
/
+84
2013-11-27
disasm: Don't rely on iflag_cmp() returning +/-1
H. Peter Anvin
1
-1
/
+2
2013-11-27
iflag: Do the equality test in iflag_cmp() first
H. Peter Anvin
1
-4
/
+4
2013-11-26
iflag: In iflag_cmp() scan from the most significant word down
H. Peter Anvin
2
-4
/
+7
2013-11-24
iflag: Drop the use of double underscores
H. Peter Anvin
1
-9
/
+9
2013-11-24
iflag: Make the insns_flags array const
H. Peter Anvin
2
-9
/
+11
2013-11-24
insns.dat: Fix a typo in a comment
H. Peter Anvin
1
-1
/
+1
2013-11-24
iflag: Move instruction flag comment
H. Peter Anvin
3
-35
/
+29
2013-11-24
iflag: remove C99 constructs, don't hardcode the number of words
H. Peter Anvin
2
-30
/
+27
2013-11-24
"make alldeps"
H. Peter Anvin
5
-133
/
+145
2013-11-24
iflag: Fix dependencies, factor out static components of iflag.h
H. Peter Anvin
5
-216
/
+223
2013-11-24
"make alldeps"
H. Peter Anvin
5
-30
/
+48
2013-11-24
insns: Restore back MMX,FPU flags
Cyrill Gorcunov
2
-38
/
+23
2013-11-24
Update .gitignore
Cyrill Gorcunov
1
-0
/
+2
2013-11-24
make: Update deps
Cyrill Gorcunov
5
-126
/
+146
2013-11-24
iflag: Start using new instruction flags engine
Cyrill Gorcunov
13
-234
/
+182
2013-11-24
insns: Introduce insns-flags.pl
Cyrill Gorcunov
1
-0
/
+410
2013-11-24
make: Add 'golden' target
Cyrill Gorcunov
1
-0
/
+3
2013-11-22
bnd: Drop bnd prefix for relaxed short jmp instructions
Jin Kyu Song
4
-97
/
+65
2013-11-20
disp8: Consolidate a logic to get compressed displacement
Jin Kyu Song
5
-155
/
+181
2013-11-20
disasm: Add suport for bnd registers
Jin Kyu Song
1
-0
/
+7
2013-11-20
disasm: Add EVEX decorator syntax
Jin Kyu Song
1
-9
/
+92
2013-11-20
disasm: Add ZMM vsib
Jin Kyu Song
1
-4
/
+12
2013-11-20
disasm: Support EVEX compressed displacement
Jin Kyu Song
1
-11
/
+107
2013-11-20
disasm: Add basic AVX512 support
Jin Kyu Song
3
-6
/
+100
2013-11-20
disasm: style cleanup
Jin Kyu Song
1
-682
/
+682
2013-11-20
match: Check the number of elements in broadcasting operands
Jin Kyu Song
3
-2
/
+36
2013-11-20
match: Improve broadcast opsize matching
Jin Kyu Song
1
-20
/
+35
2013-11-20
Build: Suppress warning messages
Jin Kyu Song
2
-2
/
+2
2013-11-20
AVX-512: Add {evex} instruction prefix
Jin Kyu Song
4
-0
/
+14
2013-11-20
PREFETCHWT1: Add a new instruction flag
Jin Kyu Song
2
-1
/
+2
2013-11-20
AVX512: Update instruction group
Jin Kyu Song
1
-2
/
+2
2013-11-20
MPX: Move BND prefix indication from bytecode to iflags
Jin Kyu Song
5
-56
/
+50
2013-11-20
MPX: Adapt GAS's mib syntax with an index reg only
Jin Kyu Song
2
-4
/
+16
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
[prev]
[next]