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
/
parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-04
Remove EQU for critical expression list
Charles Crayne
1
-1
/
+1
2008-05-20
No 32-byte floating point format: fix error for DY
H. Peter Anvin
1
-0
/
+5
2008-05-20
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
1
-7
/
+6
2008-05-20
Add DY, YWORD, and the SY instruction flag
H. Peter Anvin
1
-2
/
+12
2008-04-04
Correctly identify SBYTE in the optimizer
H. Peter Anvin
1
-3
/
+10
2008-03-26
Restore critical expression checking when optimizer enabled
Charles Crayne
1
-1
/
+2
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-18
Clean up remaining build warnings
H. Peter Anvin
1
-3
/
+4
2007-11-04
Permit opcode names as labels as long as they are followed by a colon
H. Peter Anvin
1
-2
/
+20
2007-10-29
Use a 32-bit floating-point limb size; support 8-bit float
H. Peter Anvin
1
-1
/
+4
2007-10-29
Reduce severity of redundant prefixes from error to warning.
Charles Crayne
1
-1
/
+5
2007-10-28
Clean up stealth whitespace
H. Peter Anvin
1
-1
/
+1
2007-10-28
64-bit addressing and prefix handling changes
H. Peter Anvin
1
-103
/
+152
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-9
/
+9
2007-10-03
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
1
-2
/
+2
2007-10-03
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
1
-2
/
+2
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-18
Fix handling of DO; support unary + for floating-point numbers
H. Peter Anvin
1
-7
/
+11
2007-09-18
Support 16-bit IEEE floating point; used in SSE5
H. Peter Anvin
1
-9
/
+15
2007-09-18
Implement "oword" (128 bits) as a first-class size
H. Peter Anvin
1
-10
/
+25
2007-09-17
Fix a few instances of missing renumbers
H. Peter Anvin
1
-2
/
+2
2007-09-12
Support r/m operands for non-integer types
H. Peter Anvin
1
-1
/
+2
2007-09-12
Use enumerations where practical to ease debugging
H. Peter Anvin
1
-0
/
+2
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-0
/
+1
2007-08-29
Correct the logic for recording fs: and gs: overrides.
H. Peter Anvin
1
-1
/
+1
2007-08-29
Add [default] directive
H. Peter Anvin
1
-5
/
+0
2007-08-29
Suppress IP-relative only for fs: and gs: overrides
H. Peter Anvin
1
-2
/
+3
2007-08-28
Implement REL/ABS modifiers
H. Peter Anvin
1
-7
/
+29
2007-04-16
Fixed 64-bit offset generation.
Keith Kanios
1
-1
/
+1
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-4
/
+4
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-10
/
+11
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-661
/
+657
2002-09-19
Fixes from Bart Oldeman
H. Peter Anvin
1
-1
/
+2
2002-09-13
Fix missing test for e->type being set.
H. Peter Anvin
1
-1
/
+2
2002-09-12
Clean up unnecessary dependencies.
H. Peter Anvin
1
-0
/
+1
2002-06-06
This is the "megapatch":
H. Peter Anvin
1
-12
/
+1
2002-06-04
Added code to prevent FAR from being used with a register
Debbie Wiles
1
-0
/
+5
2002-05-26
Make "ABSOLUTE <label>" work again; code based on 0.97.
H. Peter Anvin
1
-1
/
+5
2002-05-22
Fix the handling of the STRICT keyword
H. Peter Anvin
1
-1
/
+2
2002-05-21
Implement new "strict" keyword to inhibit optimization.
H. Peter Anvin
1
-1
/
+4
2002-05-14
Code cleanup fixes from Ed Beroset
H. Peter Anvin
1
-2
/
+0
2002-04-30
NASM 0.98.30
H. Peter Anvin
1
-3
/
+4
2002-04-30
NASM 0.98.21
H. Peter Anvin
1
-2
/
+1
2002-04-30
NASM 0.98.12
H. Peter Anvin
1
-1
/
+1
2002-04-30
NASM 0.98.11
H. Peter Anvin
1
-3
/
+6
2002-04-30
NASM 0.98.09
H. Peter Anvin
1
-10
/
+6
2002-04-30
NASM 0.98.08
H. Peter Anvin
1
-20
/
+60
2002-04-30
NASM 0.98.03
H. Peter Anvin
1
-2
/
+7
2002-04-30
NASM 0.98p3.5
H. Peter Anvin
1
-1
/
+2
2002-04-30
NASM 0.98p3
H. Peter Anvin
1
-51
/
+151
[next]