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 41e921aae [cmake] Disable building emutls.c for baremetal targets. new cb4210377 Add generic __bswap[ds]i2 implementations
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/README.txt | 4 ++-- lib/builtins/bswapdi2.c | 27 +++++++++++++++++++++++++++ lib/builtins/bswapsi2.c | 23 +++++++++++++++++++++++ test/builtins/Unit/bswapdi2_test.c | 37 ++++++++++++++----------------------- test/builtins/Unit/bswapsi2_test.c | 37 ++++++++++++++----------------------- 6 files changed, 82 insertions(+), 48 deletions(-) create mode 100644 lib/builtins/bswapdi2.c create mode 100644 lib/builtins/bswapsi2.c