From c1346747862498226b5af3c4d4bd3c4dc429d5d7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 1 Jul 2009 17:16:20 +0000 Subject: add the "get it and get involved" section. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74617 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index 5b7b1f3f3..524b085ca 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ - "compiler_rt" Runtime Library + "compiler-rt" Runtime Library @@ -12,34 +12,34 @@
-

"compiler_rt" Runtime Library

+

"compiler-rt" Runtime Library

-

The compiler_rt project is a simple library that provides an implementation +

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 + call to the "__fixunsdfdi" function. The compiler-rt library provides optimized implementations of this and other low-level routines.

Goals

-

Different targets require different routines. The compiler_rt project aims +

Different targets require different routines. The compiler-rt project aims to implement these routines in both target-independent C form as well as providing heavily optimized assembly versions of the routines in some - cases. It should be very easy to bring compiler_rt to support a new + cases. It should be very easy to bring compiler-rt to support a new target by adding the new routines needed by that target.

-

Where it make sense, the compiler_rt project aims to implement interfaces +

Where it make sense, the compiler-rt project aims to implement interfaces that are drop-in compatible with the libgcc interfaces.

Features

-

The current feature set of compiler_rt is:

+

The current feature set of compiler-rt is:

-- cgit v1.2.3