From 1fc08f5e9ef733ef1ce6f363fecedc2260e78974 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 14 Apr 2012 13:54:10 +0000 Subject: Vendor import of llvm trunk r154661: http://llvm.org/svn/llvm-project/llvm/trunk@r154661 --- docs/WritingAnLLVMBackend.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/WritingAnLLVMBackend.html') diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index dd6f1ec..85548ea 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -77,7 +77,7 @@ either assembly code or binary code (usable for a JIT compiler).

The backend of LLVM features a target-independent code generator that may create -output for several types of target CPUs — including X86, PowerPC, Alpha, +output for several types of target CPUs — including X86, PowerPC, ARM, and SPARC. The backend may also be used to generate code targeted at SPUs of the Cell processor or GPUs to support the execution of compute kernels.

@@ -2526,7 +2526,7 @@ with assembler. Mason Woo and Misha Brukman
The LLVM Compiler Infrastructure
- Last modified: $Date: 2011-06-16 01:28:14 +0200 (Thu, 16 Jun 2011) $ + Last modified: $Date: 2012-03-01 16:14:19 +0100 (Thu, 01 Mar 2012) $ -- cgit v1.1