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 0536342 Add a virtual destructor to a class with virtual methods. new 35c61d8 Add __ffssi2 implementation to compiler-rt builtins
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 | 1 + lib/builtins/README.txt | 1 + lib/builtins/{ffsdi2.c => ffssi2.c} | 16 ++++------- test/builtins/Unit/ffssi2_test.c | 57 +++++++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+), 10 deletions(-) copy lib/builtins/{ffsdi2.c => ffssi2.c} (61%) create mode 100644 test/builtins/Unit/ffssi2_test.c