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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
Add 1.5 as a test case: representative of an exact fraction
H. Peter Anvin
1
-0
/
+15
2007-10-15
Recognize 'd', 't' and 'y' as radix suffixes
H. Peter Anvin
1
-1
/
+3
2007-10-15
Fix FISTTP opcodes (BR 689695)
H. Peter Anvin
1
-3
/
+3
2007-10-15
New floating-point conversion routines
H. Peter Anvin
2
-303
/
+536
2007-10-15
Add testnos3 from the gdtoa package (floating-point test)
H. Peter Anvin
1
-0
/
+972
2007-10-13
.gitignore file doesn't need to be in the release file
H. Peter Anvin
1
-1
/
+1
2007-10-13
Add .gitignore file so "git status" produces something sane
H. Peter Anvin
1
-0
/
+49
2007-10-13
autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59
H. Peter Anvin
1
-3
/
+5
2007-10-13
Fix 32-bit types in preproc.c and eval.c
Keith Kanios
2
-19
/
+19
2007-10-11
Must define types before using them
Charles Crayne
3
-0
/
+3
2007-10-11
preproc.c: move smacro define/undef to separate functions
H. Peter Anvin
1
-149
/
+82
2007-10-11
preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
H. Peter Anvin
1
-1
/
+1
2007-10-11
preproc.c: normalize the handling of case sensitivity
H. Peter Anvin
1
-17
/
+23
2007-10-11
Define macros necessary for <inttypes.h> on C++
H. Peter Anvin
1
-0
/
+7
2007-10-11
More "bool" fixes
H. Peter Anvin
2
-2
/
+3
2007-10-11
preproc.c: allow 64-bit repeat counts
H. Peter Anvin
1
-10
/
+11
2007-10-11
preproc.c: For an SMacro, in_progress really is a boolean (no %rep)
H. Peter Anvin
1
-1
/
+1
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
14
-70
/
+77
2007-10-11
preproc.c: MMacro.in_progress is not a boolean
H. Peter Anvin
1
-1
/
+1
2007-10-10
saa_fread/fwrite: when seeking, must set [rw]ptr as well
H. Peter Anvin
1
-0
/
+2
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
25
-410
/
+403
2007-10-10
owlinux.mak: don't clean things we won't be able to
H. Peter Anvin
1
-4
/
+5
2007-10-10
configure.in: looks like we need autoconf 2.61 :(
H. Peter Anvin
1
-2
/
+2
2007-10-10
Create option -Ox to tell NASM to do unlimited passes
H. Peter Anvin
2
-29
/
+46
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
saa_rstruct: fix overrun check
H. Peter Anvin
1
-1
/
+1
2007-10-08
Add Frank's floattest.asm test file
H. Peter Anvin
1
-0
/
+26
2007-10-07
saa_fpwrite: initializing "len" should be part of the loop
H. Peter Anvin
1
-2
/
+1
2007-10-07
Fix infinite loop in function saa_fpwrite
Charles Crayne
1
-0
/
+1
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
2
-0
/
+1
2007-10-05
LICENSE: Break long line
H. Peter Anvin
1
-1
/
+2
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
float.c: correct the exponent
H. Peter Anvin
1
-1
/
+1
2007-10-04
Additional rules in test/Makefile
H. Peter Anvin
1
-1
/
+5
2007-10-04
Rewrite the handling of SAA's to allow random access
H. Peter Anvin
3
-146
/
+188
2007-10-03
Change cloc_t to struct location, and reorder the members
H. Peter Anvin
6
-10
/
+10
2007-10-03
BR 1352920: change loc_t -> cloc_t
H. Peter Anvin
6
-8
/
+8
2007-10-03
BR 1352920: Handle upper case %line
H. Peter Anvin
1
-1
/
+1
2007-10-03
Use autoconf to request feature macros
H. Peter Anvin
2
-10
/
+4
2007-10-02
preproc.c: constipation
H. Peter Anvin
1
-5
/
+6
2007-10-02
make alldeps
H. Peter Anvin
4
-16
/
+16
2007-10-02
Portability fixes
H. Peter Anvin
52
-24
/
+133
2007-10-02
Run "make alldeps".
H. Peter Anvin
4
-12
/
+13
2007-10-02
Use the crc64 we already use as the perfect hash function prehash
H. Peter Anvin
9
-190
/
+465
[next]