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
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
2009-02-26
sbyte: optimization is OK if UNKNOWN isn't set
H. Peter Anvin
1
-1
/
+1
2009-02-26
BR 2413265: don't pessimize displacements
H. Peter Anvin
1
-1
/
+1
2009-02-25
Do not confuse segmentless adresses and unknown forward references
Victor van den Elzen
1
-1
/
+1
2009-02-23
assemble: only be optimistic with NO_SEG if we're really in pass 1
H. Peter Anvin
1
-1
/
+1
2009-02-23
BR 2420167: jmp not always optimized
Victor van den Elzen
1
-0
/
+5
2009-02-21
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
1
-0
/
+12
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
1
-4
/
+1
2008-12-29
BR 2432826: Fix enforcement of the LONG bit
H. Peter Anvin
1
-4
/
+5
2008-12-10
BR 2413272: Warn about byte displacement overflow
Victor van den Elzen
1
-12
/
+7
2008-10-25
assemble: use opx and opy in a few more places
H. Peter Anvin
1
-4
/
+6
2008-10-23
Fix op2 references that had not yet been converted; introduce opy
H. Peter Anvin
1
-29
/
+22
2008-10-23
Add extension bytecodes to support operands 4+
H. Peter Anvin
1
-14
/
+41
2008-10-23
When issuing warnings for EA displacements, use the *EA* operand
H. Peter Anvin
1
-1
/
+1
2008-10-22
assemble: not all backends handle intra-segment OUT_REL*ADR
H. Peter Anvin
1
-4
/
+11
2008-10-17
assemble: for OUT_REL*ADR, the "size" argument is not really size...
H. Peter Anvin
1
-5
/
+8
2008-10-16
BR 2172659: Fix incorrect output value for byte operands
H. Peter Anvin
1
-2
/
+2
2008-10-09
assemble.c: use case4() macros like in disasm.c
H. Peter Anvin
1
-227
/
+147
2008-10-08
Reshuffle and move the bytecodes for segment register push/pop
H. Peter Anvin
1
-50
/
+52
2008-10-07
New opcode for 32->64 bit sign-extended immediate with warning
H. Peter Anvin
1
-0
/
+22
2008-10-07
Remove is_sbyte64() and replace with is_sbyte32() plus custom warning
H. Peter Anvin
1
-28
/
+9
2008-10-06
Avoid double warning for signed dword immediate
H. Peter Anvin
1
-4
/
+4
2008-10-06
New opcodes to deal with 8-bit immediate sign extended to opsize
H. Peter Anvin
1
-2
/
+48
2008-10-06
BR 2148448: Fix RIP-relative addressing with an immediate
H. Peter Anvin
1
-6
/
+11
2008-10-06
Better warnings for out-of-range values
H. Peter Anvin
1
-36
/
+36
2008-10-04
assemble.c: be smarter about when to suppress warnings due to SBYTE
H. Peter Anvin
1
-7
/
+10
2008-10-04
assemble.c: do not warn on valid SBYTE optimizations
H. Peter Anvin
1
-4
/
+8
2008-10-01
Apply patch from BR 1197827
Victor van den Elzen
1
-0
/
+7
2008-09-30
assemble.c: cleanups
H. Peter Anvin
1
-25
/
+17
2008-09-30
Change behavior of -O0 and -O1 for backward compatibility
Charles Crayne
1
-2
/
+6
2008-09-10
Decouple forward references from optimization
Charles Crayne
1
-7
/
+4
2008-08-28
BR 2029829: Accept VIA XCRYPT instructions with or without REP
H. Peter Anvin
1
-0
/
+15
2008-08-24
BR 2067837: remove double add of VEX instruction length
H. Peter Anvin
1
-2
/
+0
2008-07-19
BR 2003451: avoid "forwardness" leaks between operands
H. Peter Anvin
1
-26
/
+27
2008-06-15
Free EOT_DB_STRING_FREE in cleanup_insn()
H. Peter Anvin
1
-2
/
+0
2008-06-14
Implement __utf16__() and __utf32__() for the DB family
H. Peter Anvin
1
-27
/
+19
2008-05-30
Introduce %depend and %pathsearch, and make incbin a macro
H. Peter Anvin
1
-45
/
+7
2008-05-22
Add tokens vex.ww and vex.wx; vex.wx is the default
H. Peter Anvin
1
-4
/
+7
2008-05-20
Handle is4 bytes without meaningful information in the bottom bits
H. Peter Anvin
1
-2
/
+13
2008-05-20
No 32-byte floating point format: fix error for DY
H. Peter Anvin
1
-1
/
+2
2008-05-20
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
1
-17
/
+16
2008-05-20
Add DY, YWORD, and the SY instruction flag
H. Peter Anvin
1
-5
/
+22
2008-05-20
Same some space by introducing shorthand byte codes for SSE prefixes
H. Peter Anvin
1
-0
/
+27
2008-05-12
Remove special hacks to avoid zero bytecodes
H. Peter Anvin
1
-15
/
+2
[next]