This is an archive of the discontinued LLVM Phabricator instance.

[COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
ClosedPublic

Authored by koviankevin on Feb 13 2014, 9:54 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

koviankevin updated this revision to Unknown Object (????).Feb 19 2014, 6:15 PM

add test

koviankevin updated this revision to Unknown Object (????).Feb 24 2014, 7:52 PM

Use CRT_HAS_128BIT and modify the codes according to gribozavr's comments

koviankevin updated this revision to Unknown Object (????).Feb 27 2014, 8:45 PM

introduce CRT_LDBL_128BIT

koviankevin updated this revision to Unknown Object (????).Mar 10 2014, 1:14 AM

modify by gribozavr's comment and use COMPILER_RT_ABI

koviankevin updated this revision to Diff 9739.May 23 2014, 1:13 AM

use UINT64_C and drop le64
truncdfsf2.c is refactored in D3888

joerg closed this revision.May 28 2014, 6:06 PM
joerg updated this revision to Diff 9899.
joerg added a subscriber: joerg.

Closed by commit rL209782 (authored by @joerg).