From b711222b27cea26c7d14300762d585659eeceb19 Mon Sep 17 00:00:00 2001
From: Chris Lattner Written by the LLVM Team
- This is the fourteenth public release of the LLVM Compiler Infrastructure.
-It includes many features and refinements from LLVM 2.2. LLVM 2.2 was the last LLVM release to support llvm-gcc 4.0 and llvm-upgrade.
llvm-gcc 4.0 has been replaced with llvm-gcc 4.2. llvm-upgrade was useful for
-upgrading llvm 1.9 files to llvm 2.x syntax, but you can always use a previous
-llvm release to do this. LLVM 2.3 fully supports llvm-gcc 4.2 front-end. The clang project is an effort to build
-a set of new 'llvm native' front-end technologies for the LLVM optimizer
-and code generator. Currently, its C and Objective-C support is maturing
-nicely, and it has advanced source-to-source analysis and transformation
-capabilities. If you are interested in building source-level tools for C and
-Objective-C (and eventually C++), you should take a look. However, note that
-clang is not an official part of the LLVM 2.3 release. If you are interested in
-this project, please see its web site.THIS IS A WORK IN PROGRESS FOR LLVM 2.3 (currently in
-progress on SVN HEAD)
-
LLVM 2.3 includes several major new capabilities:
LLVM 2.3 fully supports llvm-gcc 4.2 front-end.
+ +llvm-gcc 4.2 includes numerous fixes to better support the Objective-C +front-end. Objective-C now works very well on Mac OS/X.
+ +llvm-gcc 4.2 includes many other fixes which improve conformance with the +relevant parts of the GCC testsuite.
+ +The clang project is an effort to build +a set of new 'llvm native' front-end technologies for the LLVM optimizer +and code generator. Currently, its C and Objective-C support is maturing +nicely, and it has advanced source-to-source analysis and transformation +capabilities. If you are interested in building source-level tools for C and +Objective-C (and eventually C++), you should take a look. However, note that +clang is not an official part of the LLVM 2.3 release. If you are interested in +this project, please see its web site.
+ +New features include:
-