llvm/compiler-rt
Anatoly Trosinenko b9f49d13fd [compiler-rt][builtins] Add more test cases for __div[sdt]f3 LibCalls
* Make the three tests look more uniformly
* Explicitly specify types of integer and floating point literals
* Add more test cases (mostly inspired by divtf3_test.c)
  - tests are added for obviously special cases such as +/-Inf, +/-0.0 and some
    more implementation-specific cases such as divisor being almost 1.0
* Make NaN in the second test case of `divtf3` to be `sNaN` instead of
  testing for `qNaN` again

Reviewed By: sepavloff

Differential Revision: https://reviews.llvm.org/D84932
2020-08-25 16:19:23 +03:00
..
cmake [compiler-rt] Disable ranlib when using libtool 2020-08-24 13:48:28 -07:00
docs
include [DFSan] Don't unmap during dfsan_flush(). 2020-08-14 11:43:49 -07:00
lib [asan] Also allow for SIGBUS in high-address-dereference.c 2020-08-25 12:20:33 +01:00
test [compiler-rt][builtins] Add more test cases for __div[sdt]f3 LibCalls 2020-08-25 16:19:23 +03:00
tools
unittests
utils
www
.gitignore
CMakeLists.txt [runtimes] Use llvm-libtool-darwin for runtimes build 2020-08-24 13:48:30 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================