freebsd-skq/contrib/compiler-rt
andrew 7107a1f852 Use __builtin_clzll to count the leading zero bits, the data is based on
long long so __builtin_clz will return an incorrect value.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D3375
2015-08-14 14:17:04 +00:00
..
include/sanitizer Update compiler-rt to trunk r228651. This enables using Address 2015-02-22 22:31:36 +00:00
lib Use __builtin_clzll to count the leading zero bits, the data is based on 2015-08-14 14:17:04 +00:00
CREDITS.TXT Update compiler-rt to trunk r224034. This brings a number of new 2015-01-08 19:47:10 +00:00
LICENSE.TXT Update compiler-rt to trunk r224034. This brings a number of new 2015-01-08 19:47:10 +00:00
README.txt Update compiler-rt to trunk r224034. This brings a number of new 2015-01-08 19:47:10 +00:00

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.

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