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
path:
root
/
assemble.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-20
MPX: Add BND prefix for branch instructions
Jin Kyu Song
1
-2
/
+11
2013-11-20
MPX: Add MPX instructions
Jin Kyu Song
1
-1
/
+22
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-09-21
AVX-512: Fix bugs related to uninitialized variables
Jin Kyu Song
1
-1
/
+3
2013-09-14
AVX-512: Add AVX-512ER instructions
Jin Kyu Song
1
-1
/
+1
2013-09-07
AVX-512: Fix rounding mode value in EVEX prefix with SAE
Jin Kyu Song
1
-6
/
+9
2013-08-29
AVX-512: Fix bug in checking high-16 registers
Jin Kyu Song
1
-1
/
+1
2013-08-29
AVX-512: Remember the position of operand with broadcast or embedded rounding
Jin Kyu Song
1
-16
/
+8
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
1
-3
/
+3
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-22
AVX-512: Add ZWORD keyword
Jin Kyu Song
1
-0
/
+2
2013-08-22
AVX-512: Fix instruction match function
Jin Kyu Song
1
-4
/
+31
2013-08-16
AVX-512: Add EVEX encoding and new instructions
Jin Kyu Song
1
-41
/
+285
2013-04-01
Fixed several resource and memory leaks
Philipp Kloke
1
-0
/
+1
2013-03-10
Make F2 and F3 SSE prefixes override 66
Ben Rudiak-Gould
1
-10
/
+1
2013-03-04
Drop SAME_AS flag from instruction matcher
Ben Rudiak-Gould
1
-17
/
+4
2013-03-03
insns: Remove pushseg/popseg internal bytecodes
Ben Rudiak-Gould
1
-50
/
+0
2013-03-03
Move conditional opcodes close to enum ccode definition
Cyrill Gorcunov
1
-6
/
+1
2013-03-02
assemble: Make emit_rex being a function
Cyrill Gorcunov
1
-8
/
+14
2013-03-02
assemble: Use case3/4 where appropriate
Cyrill Gorcunov
1
-16
/
+5
2013-03-02
assemble: Add case3 helper
Cyrill Gorcunov
1
-1
/
+2
2013-03-02
process_ea: Drop redundant variable
Cyrill Gorcunov
1
-5
/
+1
2013-03-01
Remove +s
Ben Rudiak-Gould
1
-181
/
+29
2013-02-20
Add np and similar prefixes to instructions that should have them
Ben Rudiak-Gould
1
-0
/
+8
2012-09-10
opflags: Extend opflags_t to 64 bits
Cyrill Gorcunov
1
-3
/
+4
2012-02-25
HLE: One more byte code conversion
H. Peter Anvin
1
-3
/
+3
2012-02-25
HLE: Move byte codes back to \271-\273
H. Peter Anvin
1
-10
/
+9
2012-02-25
HLE: Change NOHLE to be an instruction flag
H. Peter Anvin
1
-7
/
+12
2012-02-25
Make the LOCK and HLE warnings suppressable.
H. Peter Anvin
1
-3
/
+3
2012-02-25
Remove all remaining explicit bytecodes from insns.dat
H. Peter Anvin
1
-6
/
+5
2012-02-25
Add support for warning on invalid LOCK prefixes
H. Peter Anvin
1
-13
/
+26
2012-02-25
Move HLE byte codes to \264..\267
H. Peter Anvin
1
-19
/
+19
2012-02-25
Add a "nohle" byte code to skip an instruction pattern
H. Peter Anvin
1
-9
/
+19
2012-02-24
HLE: Implement the basic mechanism for XACQUIRE/XRELEASE
H. Peter Anvin
1
-1
/
+50
2012-02-24
HLE: Split the LOCK and REP prefix slots
H. Peter Anvin
1
-5
/
+5
2011-11-12
BR3392198: Fix compilation warning on prefixes
Cyrill Gorcunov
1
-1
/
+1
2011-09-25
assemble: Drop redundant variable
Cyrill Gorcunov
1
-2
/
+1
2011-08-29
A couple of simplifications to assemble.c
Cyrill Gorcunov
1
-37
/
+47
2011-08-28
Drop empty line and bracket
Cyrill Gorcunov
1
-3
/
+1
2011-08-22
assemble.c: remove stray debugging code
H. Peter Anvin
1
-5
/
+0
2011-08-23
assemble.c: Comment out debug printing
Cyrill Gorcunov
1
-0
/
+2
2011-07-17
Drop unused 'type' from gencode
Cyrill Gorcunov
1
-2
/
+0
2011-07-07
Use a normal quad-case for valueless /is4
H. Peter Anvin
1
-5
/
+6
2011-07-07
Remove support for DREX encoding
H. Peter Anvin
1
-61
/
+6
2011-06-22
Add support for VSIB instructions
H. Peter Anvin
1
-34
/
+152
2010-12-29
Move implicit operand size override logic to calc_size
Victor van den Elzen
1
-26
/
+18
2010-11-16
Merge branch 'nasm-2.09.xx'
H. Peter Anvin
1
-1
/
+1
[next]