Module Name:src
Committed By: matt
Date: Thu Dec 12 18:01:15 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Fix a bug in the divby0 case.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/arm
Module Name:src
Committed By: matt
Date: Mon Aug 19 03:43:07 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Add .cfi ops
Thumbify
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/arm/quad/__
Module Name:src
Committed By: matt
Date: Mon Aug 19 03:27:34 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Add cfi ops.
Thumbify
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/common/lib/libc/arch/arm/
Module Name:src
Committed By: matt
Date: Tue Aug 13 15:52:00 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Use mvnge AHI, #0x8000 instead of mvnge AHI, ALO, lsr #1
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1
Module Name:src
Committed By: matt
Date: Tue Aug 13 15:46:31 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
0x8 -> 0x8000 (one too many zeroes)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common
Module Name:src
Committed By: matt
Date: Tue Aug 13 15:45:30 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Fix movlt
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/arch/arm/quad/__aeabi_ldivmod
Module Name:src
Committed By: matt
Date: Tue Aug 13 15:44:35 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
andlt -> movlt
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/arm/quad/__aeabi_ld
Module Name:src
Committed By: matt
Date: Thu May 9 15:03:41 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S __aeabi_uldivmod.S
Log Message:
Don't worry about divide by 0 for kernel or standalone
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Thu May 9 07:13:00 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Don't use old syntax - it breaks the build. hi matt.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/c
Module Name:src
Committed By: skrll
Date: Sun May 5 19:02:22 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/quad/__aeabi_ldiv
Module Name:src
Committed By: skrll
Date: Fri Apr 19 05:36:16 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Fix logic inversion.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/arm/quad/__a
Module Name:src
Committed By: skrll
Date: Sun Apr 14 17:05:12 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Pretty sure we don't want to change instruction set here. hi matt.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: matt
Date: Sun Apr 14 15:53:30 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S __aeabi_uldivmod.S
Log Message:
Fix calling of __qdivrem which the 3rd arg needs to passed on the stack.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Mon Aug 6 02:15:51 UTC 2012
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_lcmp.c __aeabi_ulcmp.c
Log Message:
Change include to
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/ar
Module Name:src
Committed By: matt
Date: Mon Aug 6 01:50:30 UTC 2012
Added Files:
src/common/lib/libc/arch/arm/quad: __aeabi_lcmp.c __aeabi_ulcmp.c
Log Message:
Add long long / unsigned long long comparision routines. These differ
from cmpdi2 in they return strcmp like v
Module Name:src
Committed By: matt
Date: Sun Aug 5 06:34:09 UTC 2012
Modified Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Add RCSID.
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/quad/__a
Module Name:src
Committed By: matt
Date: Sun Aug 5 06:33:52 UTC 2012
Added Files:
src/common/lib/libc/arch/arm/quad: __aeabi_ldivmod.S
Log Message:
Add another ARM EABI runtime routine for
combined quotient / remainder for signed long long.
To generate a diff of this co
Module Name:src
Committed By: matt
Date: Sun Aug 5 04:24:13 UTC 2012
Added Files:
src/common/lib/libc/arch/arm/quad: __aeabi_uldivmod.S
Log Message:
Add a routine for __aeabi_uldivmod which is just a wrapper around __qdivrem
but returns the 64-bit dividend and remainder i
18 matches
Mail list logo