This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 56faee7 [ubsan] Minimize size of data for type_mismatch (Redo of D19668) new 9fcfdd0 [builtins] Implement __floattitf() & __floatuntitf()
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/builtins/CMakeLists.txt | 2 + lib/builtins/{floattixf.c => floattitf.c} | 70 ++++---- lib/builtins/{floatuntixf.c => floatuntitf.c} | 68 ++++---- test/builtins/Unit/floattitf_test.c | 213 +++++++++++++++++++++++++ test/builtins/Unit/floatuntitf_test.c | 220 ++++++++++++++++++++++++++ 5 files changed, 502 insertions(+), 71 deletions(-) copy lib/builtins/{floattixf.c => floattitf.c} (52%) copy lib/builtins/{floatuntixf.c => floatuntitf.c} (52%) create mode 100644 test/builtins/Unit/floattitf_test.c create mode 100644 test/builtins/Unit/floatuntitf_test.c