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 b80243e Update debug_external.cc testcase to use TSan-invisible barri [...] new c370919 builtins: Select correct code fragments when compiling for Th [...] new c651b5d [Compiler-rt][Builtins] Implement lit-test support (part 2 of 2)
The 2 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/arm/aeabi_idivmod.S | 15 +++++-- lib/builtins/arm/aeabi_uidivmod.S | 8 ++++ lib/builtins/arm/bswapdi2.S | 4 +- lib/builtins/arm/bswapsi2.S | 4 +- lib/builtins/arm/clzdi2.S | 4 +- lib/builtins/arm/clzsi2.S | 4 +- lib/builtins/arm/comparesf2.S | 38 ++++++++++++------ lib/builtins/arm/divmodsi4.S | 4 +- lib/builtins/arm/divsi3.S | 12 +++--- lib/builtins/arm/modsi3.S | 4 +- lib/builtins/arm/udivmodsi4.S | 9 ++--- lib/builtins/arm/udivsi3.S | 29 +++++++------- lib/builtins/arm/umodsi3.S | 8 ++-- lib/builtins/assembly.h | 29 ++++++++++---- test/builtins/CMakeLists.txt | 17 ++++++++ test/builtins/Unit/lit.cfg | 80 ++++++++++++++++++++++++++++++++++++++ test/builtins/Unit/lit.site.cfg.in | 12 ++++++ 17 files changed, 217 insertions(+), 64 deletions(-) create mode 100644 test/builtins/Unit/lit.cfg create mode 100644 test/builtins/Unit/lit.site.cfg.in