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
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
2007-09-12
Use enumerations where practical to ease debugging
H. Peter Anvin
1
-1
/
+6
2007-09-11
Handle instructions which can have both REX.W and OSP
H. Peter Anvin
1
-5
/
+17
2007-09-11
Make the big instruction arrays "const"
H. Peter Anvin
1
-6
/
+4
2007-09-10
assemble.c: correct special handing of ESP/RSP
H. Peter Anvin
1
-1
/
+1
2007-08-28
Implement REL/ABS modifiers
H. Peter Anvin
1
-31
/
+7
2007-08-19
Fixed RIP address processing ambiguity found by Charles Crayne.
Keith Kanios
1
-0
/
+1
2007-08-17
Fixed issues with REX prefix effective address generation. Fixed XMM instruct...
Keith Kanios
1
-21
/
+31
2007-07-07
More int/int32_t confusion
H. Peter Anvin
1
-2
/
+2
2007-07-07
regflag() should return int32_t.
H. Peter Anvin
1
-1
/
+1
2007-06-03
Support 32-bit direct addressing in 64-bit mode without base or index regs
Chuck Crayne
1
-4
/
+14
2007-05-30
Fix the handling of the \313 code.
H. Peter Anvin
1
-3
/
+2
2007-05-30
Correct the generation of 67 prefixes.
H. Peter Anvin
1
-4
/
+4
2007-05-30
Remove bogus redundant tests
H. Peter Anvin
1
-22
/
+14
2007-05-30
Remove bogus check for 64-bitness
H. Peter Anvin
1
-8
/
+1
2007-05-30
Get rid of magic open-coded "register numbers"
H. Peter Anvin
1
-194
/
+196
2007-05-29
Clean up the existing operand flag definitions, and document
H. Peter Anvin
1
-1
/
+1
2007-04-18
Fix the handling of \324 for computing the length
H. Peter Anvin
1
-6
/
+8
2007-04-17
Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs
H. Peter Anvin
1
-39
/
+66
2007-04-16
Fixed 64-bit Mode Segment Selection.
Keith Kanios
1
-5
/
+19
2007-04-16
Fixed distinction between [LOCAL]SYMBOL/IMMEDIATE for RIP-relative addressing.
Keith Kanios
1
-2
/
+2
[next]