Subject: CVS commit: wip/llvm-rtlib
From: nsloss
Date: 2013-12-16 09:15:46
Message id: E1VsTLP-00081e-Ng@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import llvm-rtlib-3.3 as wip/llvm-rtlib.

The compiler-rt project is a simple library that provides an implementation
of the low-level target-specific hooks required by code generation and other
runtime components.

For example, when compiling for a 32-bit target, converting a double to
a 64-bit unsigned integer is compiling into a runtime call to
the "__fixunsdfdi" function.

The compiler-rt library provides optimized implementations of this and other
low-level routines.


Files:
RevisionActionfile
1.1addwip/llvm-rtlib/DESCR
1.1addwip/llvm-rtlib/Makefile
1.1addwip/llvm-rtlib/PLIST
1.1addwip/llvm-rtlib/buildlink3.mk
1.1addwip/llvm-rtlib/distinfo
1.1addwip/llvm-rtlib/files/clang_netbsd.mk