hanchenye-llvm-project/compiler-rt
Bob Wilson ec9a8c8b10 PR21518: Use unsigned arithmetic for trapping add/sub functions.
The code in {add,sub}v.i3 routines does not trap when it should, because
it performs the actual add/subtract operation in signed arithmetic,
rather than unsigned.

Patch by Francois-Xavie Coudert!

llvm-svn: 221826
2014-11-12 23:01:24 +00:00
..
SDKs Build Darwin libclang_rt libraries against real SDKs. 2014-11-10 19:38:15 +00:00
android
cmake [asan] [mips] added support of asan for mips64/mips64el, patch by Kumar Sukhani 2014-11-12 18:23:16 +00:00
include Fix minor typos in comments. 2014-10-13 21:40:52 +00:00
lib PR21518: Use unsigned arithmetic for trapping add/sub functions. 2014-11-12 23:01:24 +00:00
make Add a missing parenthesis mistakenly dropped in r221621. 2014-11-11 02:05:56 +00:00
test Add a test for PR21528 to make sure ASan C++ symbolization doesn't regress 2014-11-12 20:37:57 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt Build Darwin libclang_rt libraries against real SDKs. 2014-11-10 19:38:15 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Add Guan-Hong Liu. 2014-06-16 08:38:19 +00:00
LICENSE.TXT
Makefile
README.txt Moved the builtins documentation to lib/builtins/ 2014-05-28 23:09:45 +00:00

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.

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