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
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
2010-11-16
BR 3109604: Fix C4 vs C5 VEX form selection in calcsize()
H. Peter Anvin
1
-1
/
+1
2010-11-07
BR3058845: mostly fix bogus warning with implicit operand size override
Victor van den Elzen
1
-6
/
+16
2010-08-24
assemble: add an OPT instruction flags for optimizing assembly only
H. Peter Anvin
1
-0
/
+6
2010-08-16
assmemble.c: fix VEX.W logic
H. Peter Anvin
1
-2
/
+2
2010-08-16
assemble: handle vex.lig
H. Peter Anvin
1
-4
/
+8
2010-08-16
vex: change .wx to .wig to match the latest AVX spec
H. Peter Anvin
1
-4
/
+4
2010-07-26
assemble.c: Style nitfix
Cyrill Gorcunov
1
-915
/
+916
2010-07-25
Revert "Improve process_ea and introduce -OL"
H. Peter Anvin
1
-59
/
+40
2010-07-25
Use is_register helper
Cyrill Gorcunov
1
-14
/
+8
2010-07-24
Improve process_ea and introduce -OL
Victor van den Elzen
1
-40
/
+59
2010-05-06
Permit short intersegment jumps
H. Peter Anvin
1
-9
/
+13
2010-05-06
Add support for one-byte relocations
H. Peter Anvin
1
-12
/
+4
2010-03-12
BR 2496848: Tighten ea checks
Victor van den Elzen
1
-5
/
+27
2009-12-05
BR2907058: insn_size - close file handle before returning
Cyrill Gorcunov
1
-3
/
+5
2009-11-06
Comment out matches() operand flags logic
Cyrill Gorcunov
1
-60
/
+83
2009-11-03
matches: simplify check operand size actions
Cyrill Gorcunov
1
-5
/
+4
2009-10-31
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
1
-53
/
+5
2009-10-18
continue using is_class helper
Cyrill Gorcunov
1
-1
/
+1
2009-10-13
assemble: xsizeflags[] is an opflags_t variable
H. Peter Anvin
1
-1
/
+1
2009-10-13
opflags: more int32_t -> opflags_t conversions
H. Peter Anvin
1
-16
/
+15
2009-10-13
assemble.c: check constants for overflow
Cyrill Gorcunov
1
-17
/
+27
2009-10-13
assemble.c: use is_class helper
Cyrill Gorcunov
1
-3
/
+3
2009-10-13
use opflags_t type for operands
Cyrill Gorcunov
1
-1
/
+1
2009-10-06
assemble: when looking for a REGISTER operand, do an exclusive test
H. Peter Anvin
1
-1
/
+1
2009-10-05
assemble: treat register operands without size as wildcards
H. Peter Anvin
1
-5
/
+20
2009-08-23
Use I_none opcode instead of hardcoded number
Cyrill Gorcunov
1
-1
/
+1
2009-07-30
Merge commit 'cyr/hpa-list'
H. Peter Anvin
1
-2
/
+2
2009-07-27
assemble.c -- use list helpers
Cyrill Gorcunov
1
-2
/
+2
2009-07-27
assemble.c: quiet warning
H. Peter Anvin
1
-0
/
+3
2009-07-26
assemble.c: clean up matches()
H. Peter Anvin
1
-79
/
+44
2009-07-25
assemble: defer "operand size missing" until end of type check
H. Peter Anvin
1
-1
/
+5
2009-07-25
Enable fuzzy matching of operand sizes
H. Peter Anvin
1
-3
/
+46
2009-07-25
assemble: move the instruction-matching loop into a common function
H. Peter Anvin
1
-184
/
+203
2009-07-25
assemble: replace random integers with an enum for match results
H. Peter Anvin
1
-33
/
+53
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-5
/
+46
2009-06-27
assemble.c: stylistic nitpick
H. Peter Anvin
1
-3
/
+2
2009-06-26
ndisasm: fix disassembly of JRCXZ
H. Peter Anvin
1
-1
/
+1
2009-06-24
Add support for instructions which always use low 8-bit registers
H. Peter Anvin
1
-1
/
+17
2009-05-03
Infrastructure support for AMD's new XOP prefix
H. Peter Anvin
1
-10
/
+11
2009-03-01
Most instruction codes are octal, so print errors that way too
H. Peter Anvin
1
-2
/
+2
[next]