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 010ea6fbe [builtins] Rounding mode support for addxf3/subxf3 new a2711c91e Revert "[builtins] Rounding mode support for addxf3/subxf3"
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 | 5 +--- lib/builtins/aarch64/fp_mode.c | 59 ---------------------------------------- lib/builtins/adddf3.c | 3 +- lib/builtins/addsf3.c | 3 +- lib/builtins/addtf3.c | 3 +- lib/builtins/arm/fp_mode.c | 59 ---------------------------------------- lib/builtins/fp_add_impl.inc | 19 ++----------- lib/builtins/fp_mode.c | 24 ---------------- lib/builtins/fp_mode.h | 29 -------------------- lib/builtins/subdf3.c | 3 +- lib/builtins/subsf3.c | 3 +- lib/builtins/subtf3.c | 3 +- test/builtins/Unit/addtf3_test.c | 23 +--------------- test/builtins/Unit/subtf3_test.c | 21 -------------- 14 files changed, 16 insertions(+), 241 deletions(-) delete mode 100644 lib/builtins/aarch64/fp_mode.c delete mode 100644 lib/builtins/arm/fp_mode.c delete mode 100644 lib/builtins/fp_mode.c delete mode 100644 lib/builtins/fp_mode.h