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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
Handle rounding of denorms correctly; make fp overflow a warning
H. Peter Anvin
1
-0
/
+15
2007-10-16
Add 1.5 as a test case: representative of an exact fraction
H. Peter Anvin
1
-0
/
+15
2007-10-15
Add testnos3 from the gdtoa package (floating-point test)
H. Peter Anvin
1
-0
/
+972
2007-10-11
Must define types before using them
Charles Crayne
3
-0
/
+3
2007-10-08
Revert "floatb.asm: fix broken testcase"
H. Peter Anvin
1
-1
/
+1
2007-10-08
floatb.asm: fix broken testcase
H. Peter Anvin
1
-1
/
+1
2007-10-08
Add Frank's floattest.asm test file
H. Peter Anvin
1
-0
/
+26
2007-10-05
zerobyte.asm: use a real instruction to avoid confusing ndisasm
H. Peter Anvin
1
-1
/
+1
2007-10-05
zerobyte.asm: add test cases for non-initial \170 uses
H. Peter Anvin
1
-0
/
+17
2007-10-05
Check in the proper zerobyte test
H. Peter Anvin
2
-0
/
+7
2007-10-05
Emit REX prefix before literal zero (\170)
H. Peter Anvin
1
-0
/
+0
2007-10-05
Add test for problematic floats
H. Peter Anvin
1
-0
/
+22
2007-10-04
floatx.asm: add Inf and NaN to the boundary condition tests
H. Peter Anvin
1
-2
/
+14
2007-10-04
floatx.asm: add specific tests for exponent boundary conditions
H. Peter Anvin
1
-0
/
+26
2007-10-04
Additional rules in test/Makefile
H. Peter Anvin
1
-1
/
+5
2007-09-28
Unbreak relative references to immediate addresses
H. Peter Anvin
2
-7
/
+1197
2007-09-26
Test for various addressing modes in 64-bit mode
H. Peter Anvin
2
-74
/
+601
2007-09-25
test/movimm.asm: add optimizable forms
H. Peter Anvin
1
-0
/
+13
2007-09-25
Test of immediate handling on 64-bit mode
H. Peter Anvin
1
-0
/
+13
2007-09-25
Fix BR 1490407: size of the second operand of LAR/LSL
H. Peter Anvin
1
-0
/
+21
2007-09-24
test/Makefile: make a bit more useful
H. Peter Anvin
1
-5
/
+6
2007-09-24
Support __float*__ for floating-point numbers in expressions
H. Peter Anvin
1
-0
/
+353
2007-09-22
Implement INVLPGA according to the documentation
H. Peter Anvin
1
-0
/
+8
2007-09-22
Simple test for 0x67 prefixes
H. Peter Anvin
1
-0
/
+35
2007-09-22
Make test/Makefile a bit more useful
H. Peter Anvin
1
-6
/
+6
2007-09-19
Merge commit 'origin/sse5'
H. Peter Anvin
3
-0
/
+274
2007-09-19
test/Makefile: make a bit more useful
H. Peter Anvin
1
-1
/
+22
2007-09-18
Support generating NaNs and infinities
H. Peter Anvin
1
-0
/
+30
2007-09-18
Simple test for hexadecimal floating-point numbers
H. Peter Anvin
1
-0
/
+125
2007-09-18
Unify all standard IEEE floating-point formats; add 128-bit
H. Peter Anvin
1
-0
/
+103
2007-09-17
Actually generate SSE5 instructions
H. Peter Anvin
1
-0
/
+16
2007-09-17
test/r13.asm: test special-casing of rbp and r13 in 64-bit mode
H. Peter Anvin
1
-0
/
+13
2007-09-13
Simple performance benchmarks: label, macro and token lookups
H. Peter Anvin
3
-0
/
+59
2007-09-02
Fix some MMX/SSE irregularities which interact with the 64-bit support
H. Peter Anvin
1
-0
/
+36
2007-09-02
Simple 64-bit org test
H. Peter Anvin
1
-0
/
+15
2007-08-29
Use standard macro for the default directive
H. Peter Anvin
1
-2
/
+2
2007-08-29
More test cases for rel and abs addressing
H. Peter Anvin
1
-1
/
+62
2007-08-29
Add test cases for IP-relative addressing
H. Peter Anvin
1
-0
/
+38
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
4
-10
/
+11
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
4
-18
/
+19
2003-09-25
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
Stanislav Karchebny
1
-2
/
+2
2003-09-25
Consistency fix
Stanislav Karchebny
1
-2
/
+2
2003-09-24
Added _NASM_FORMAT_ macro
Stanislav Karchebny
1
-0
/
+14
2003-09-10
Use the version of tmap.nas that actually caused problems
H. Peter Anvin
1
-8
/
+8
2003-09-08
More test files...
H. Peter Anvin
3
-0
/
+1460
2003-08-06
fix comment in test/lnxhello.asm
Frank Kotler
1
-1
/
+2
2003-07-10
Add Linux "hello world" example
H. Peter Anvin
1
-0
/
+48
2002-11-07
Add a test for incorrect handing of offsets with prefixes
H. Peter Anvin
1
-0
/
+7
2002-09-12
Clean up unnecessary dependencies.
H. Peter Anvin
1
-0
/
+39
2002-09-12
Fix Borland C++ optimization bug; add test for bad DOS binaries.
H. Peter Anvin
1
-0
/
+12
[next]