From: Daniel Dunbar Date: Tue, 14 Oct 2008 23:25:09 +0000 (+0000) Subject: Add some ReleaseNotes on clang codegen. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=13739433d0b0edbb5e2432b6591e08d636e87594;p=oota-llvm.git Add some ReleaseNotes on clang codegen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8d1e603e8d7..95674d73db8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -98,7 +98,29 @@ generation support is far enough along to build many C applications. While not yet production quality, it is progressing very nicely. In addition, C++ front-end work has started to make significant progress.

-

Codegen progress/state [DANIEL]

+Clang, in conjunction with the ccc driver, is now usable as a +replacement for gcc for building some small- to medium-sized C applications. +Additionally, Clang now has code generation support for Objective-C on Mac OS X +platform. Major highlights include: + + +Clang code generation still needs considerable testing and development, however. +Some areas under active development include: +