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 763a18b72 [asan] Mark tests as UNSUPPORTED on arm new 759cffdac [compiler-rt][builtins][PowerPC] Implemented __fixunstfti bui [...]
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/ppc/fixunstfti.c | 106 +++++ test/builtins/Unit/ppc/fixunstfti_test.c | 52 +++ test/builtins/Unit/ppc/fixunstfti_test.h | 706 +++++++++++++++++++++++++++++++ 4 files changed, 865 insertions(+) create mode 100644 lib/builtins/ppc/fixunstfti.c create mode 100644 test/builtins/Unit/ppc/fixunstfti_test.c create mode 100644 test/builtins/Unit/ppc/fixunstfti_test.h