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-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
2007-04-16
Fixes for 64-bit ndisasm.
H. Peter Anvin
1
-2
/
+3
2007-04-15
Fixed distinction between RIP relative symbols and immediate values.
Keith Kanios
1
-0
/
+2
2007-04-14
Added DQ constants for all BITS modes.
Keith Kanios
1
-3
/
+3
2007-04-14
Fixed support for DQ constants in long mode.
Keith Kanios
1
-1
/
+1
2007-04-14
c99 printf/fprintf compliance.
Keith Kanios
1
-1
/
+1
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-16
/
+16
2007-04-13
Comment "REX.I" should have been "REX.X"
Keith Kanios
1
-2
/
+2
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-292
/
+482
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-1281
/
+1518
2003-09-08
Cannot free "lnfname" since it's now static...
H. Peter Anvin
1
-1
/
+0
2003-09-06
quick fix to -f obj debug format - put "static" back in assemble.c
Frank Kotler
1
-2
/
+11
2003-08-27
Alexei's patch to allow "-I" paths to be searched for "incbin"ed files
Frank Kotler
1
-2
/
+46
2003-07-16
Fix offset computation in the presence of explicit prefixes.
H. Peter Anvin
1
-1
/
+1
2002-11-10
Fix BR 632459: endianness error
H. Peter Anvin
1
-2
/
+4
2002-09-12
"const"-ipation fixes from Trevor Woerner
H. Peter Anvin
1
-8
/
+8
2002-06-08
Added *1 case support for NOSPLIT ([NOSPLIT EAX] to generate SIB with dword o...
Debbie Wiles
1
-0
/
+3
2002-06-06
This is the "megapatch":
H. Peter Anvin
1
-28
/
+9
2002-05-27
Deal with another case of address/operand size confusion, BR 560873
H. Peter Anvin
1
-5
/
+26
2002-05-21
JMP instructions use the operand size prefix, not the address size
H. Peter Anvin
1
-8
/
+12
2002-05-21
Implement new "strict" keyword to inhibit optimization.
H. Peter Anvin
1
-4
/
+5
2002-05-11
Fix sequence point problem.
H. Peter Anvin
1
-3
/
+4
2002-04-30
NASM 0.98.21
H. Peter Anvin
1
-1
/
+2
[next]