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
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
2008-05-12
Generate a byte array instead of using strings for the byte codes
H. Peter Anvin
1
-7
/
+7
2008-05-06
Add support for register-number immediates with fixed 4-bit values
H. Peter Anvin
1
-0
/
+12
2008-05-04
The AVX R,X,B, and V fields (but not W) are inverted.
H. Peter Anvin
1
-4
/
+4
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-7
/
+112
2008-04-04
Correctly identify SBYTE in the optimizer
H. Peter Anvin
1
-60
/
+133
2008-01-27
BR 1880905: make sure we have enough zero-padding data for 'DO'
H. Peter Anvin
1
-1
/
+2
2008-01-08
BR 1864243: better warnings for out-of-range constants
H. Peter Anvin
1
-4
/
+9
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-18
BR 1834292: Fix multiple disassembler bugs
H. Peter Anvin
1
-8
/
+6
2007-11-15
Remove some vestiges of "native" RESW/RESD support
H. Peter Anvin
1
-6
/
+2
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-11
/
+6
2007-11-12
Fix disassembly of XCHG
H. Peter Anvin
1
-0
/
+15
2007-11-09
Don't combine type and size into a single argument
H. Peter Anvin
1
-98
/
+86
2007-11-07
Upgrade RAA functions to hold 64-bit data.
Charles Crayne
1
-3
/
+3
2007-11-06
Pass 64-bit instruction lengths to back-ends.
Charles Crayne
1
-2
/
+2
2007-11-06
Prepare for 64-bit instruction lengths
Charles Crayne
1
-15
/
+15
2007-11-05
Disambiguate error messages
Charles Crayne
1
-4
/
+4
2007-11-04
Make warning limit valid for both i386 and x86_64
Charles Crayne
1
-1
/
+1
2007-11-03
Warn on out of bounds EA displacements
Charles Crayne
1
-1
/
+3
2007-11-01
Move declarations before statements
H. Peter Anvin
1
-1
/
+2
2007-10-29
Clean up the handing of operands in assemble.c
H. Peter Anvin
1
-81
/
+86
2007-10-29
Don't warn for segmented references
H. Peter Anvin
1
-2
/
+6
2007-10-28
Fix bogus flagging of effective addresses as invalid
H. Peter Anvin
1
-2
/
+2
2007-10-28
64-bit addressing and prefix handling changes
H. Peter Anvin
1
-83
/
+155
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-36
/
+36
2007-10-18
Suppress a few signedness warnings
Charles Crayne
1
-1
/
+1
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-9
/
+9
2007-10-05
Emit REX prefix before literal zero (\170)
H. Peter Anvin
1
-0
/
+1
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-28
Unbreak relative references to immediate addresses
H. Peter Anvin
1
-4
/
+3
2007-09-25
assemble.c: clean up whitespace
H. Peter Anvin
1
-1
/
+1
2007-09-22
Auto-generate 0x67 prefixes without the need for \30x codes
H. Peter Anvin
1
-55
/
+107
2007-09-18
Fix handling of DO; support unary + for floating-point numbers
H. Peter Anvin
1
-4
/
+9
2007-09-18
Implement "oword" (128 bits) as a first-class size
H. Peter Anvin
1
-0
/
+7
2007-09-17
Actually generate SSE5 instructions
H. Peter Anvin
1
-4
/
+15
2007-09-17
Initial support for generating DREX suffixes
H. Peter Anvin
1
-2
/
+62
2007-09-17
Fix a few instances of missing renumbers
H. Peter Anvin
1
-2
/
+2
2007-09-17
Enable IF_AR3
H. Peter Anvin
1
-2
/
+0
2007-09-17
Initial support for four arguments per instruction
H. Peter Anvin
1
-93
/
+152
2007-09-12
Add (untested!) SSSE3, SSE4.1, SSE4.2 instructions
H. Peter Anvin
1
-6
/
+11
[next]