From: Chris Lattner Date: Thu, 26 Feb 2009 05:20:36 +0000 (+0000) Subject: add some notes from Nicolas G. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75e26caaca9831a8e7cc39b432257953469d71d8;p=oota-llvm.git add some notes from Nicolas G. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65503 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ce3aa4e0ed3..4f5db377af6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -171,7 +171,19 @@ bug fixes, cleanup and new features. The major changes are:

@@ -227,7 +239,7 @@ how to write a backend doc docs/WritingAnLLVMBackend.html fastisel + exception handling vector widening <3 x float> -> <4 x float> arm port improvements? arm jit encoding stuff, constant island support? -JIT TLS support on x86 +JIT TLS support on x86-32. mem2reg now faster on code with huge basic blocks stack protectors/stack canaries, -fstack-protector, controllable on a per-function basis with attributes. @@ -236,6 +248,8 @@ shufflevector is generalized to allow different shuffle mask width than its loop optimizer improves floating point induction variables llvm/Analysis/DebugInfo.h classes, llvm-gcc and clang and codegen use them. asmprinters seperate from targets for jits +PBQP register allocator now supports register coalescing. + -->