hanchenye-llvm-project/compiler-rt
Joerg Sonnenberger 91bd698eaf Refactor float to integer conversion to share the same code.
80bit Intel/PPC long double is excluded due to lacking support
for the abstraction. Consistently provide saturation logic.
Extend to long double on 128bit IEEE extended platforms.

Initial patch with test cases from GuanHong Liu.
Reviewed by Steve Canon.

Differential Revision: http://reviews.llvm.org/D2804

llvm-svn: 231965
2015-03-11 21:13:56 +00:00
..
cmake [CMake] Effectively revert r230683. 2015-02-27 00:07:04 +00:00
include [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fuzzing). 2015-03-03 23:27:02 +00:00
lib Refactor float to integer conversion to share the same code. 2015-03-11 21:13:56 +00:00
make build: remove the stub linux SDK 2015-02-28 20:30:11 +00:00
test Refactor float to integer conversion to share the same code. 2015-03-11 21:13:56 +00:00
unittests Use the newer python syntax for exceptions 2014-12-13 02:46:56 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt build: remove the stub linux SDK 2015-02-28 20:30:11 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile
README.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.

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