summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-25 07:32:53 +0000
committerChris Lattner <sabre@nondot.org>2009-02-25 07:32:53 +0000
commit99f375b6c8b8e7968a19d8f88570dd37f305670e (patch)
tree64ac11d8a38c47fa27a812d789dc981b7eb9a957 /docs/ReleaseNotes.html
parente3d423244ae288b2c9021dbb3cd7fb973d1cfc31 (diff)
downloadllvm-99f375b6c8b8e7968a19d8f88570dd37f305670e.tar.gz
llvm-99f375b6c8b8e7968a19d8f88570dd37f305670e.tar.bz2
llvm-99f375b6c8b8e7968a19d8f88570dd37f305670e.tar.xz
more notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e26c92079f..d45ffca056 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -56,10 +56,11 @@ current one. To see the release notes for a specific release, please see the
Machine Sinking
target-specific intrinsics
gold lto plugin
- pre-alloc splitter
+ pre-alloc splitter, strong phi elim
llc -enable-value-prop, propagation of value info (sign/zero ext info) from
one MBB to another
debug info for optimized code
+
-->
<!-- for announcement email:
@@ -205,15 +206,28 @@ in this section.
<!--
Random stuff:
+xcore backend!
+fortran on darwin!
+
.ll parser rewrite.
GCC inliner off.
cmake mature?
x86 backend FS/GS segment address spaces?
nocapture
memdep is faster / more aggressive.
-how to write a backend doc
+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
+mem2reg now faster on code with huge basic blocks
+stack protectors/stack canaries, -fstack-protector, controllable on a
+ per-function basis with attributes.
+shufflevector is generalized to allow different shuffle mask width than its
+ input vectors.
+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
-->
</ul>