From: Chris Lattner
Date: Wed, 6 Feb 2008 18:32:06 +0000 (+0000)
Subject: some more notes.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b1a4ec7de674c723edd343cc427453000baa5c3;p=oota-llvm.git
some more notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46818 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index d8835b10273..96206f31a80 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -129,7 +129,7 @@ optimizer, speeding it up and making it more aggressive. For example:
-- Daniel Berlin and (?) rewrote Andersen's alias analysis (which is not
+
- Daniel Berlin and (Curtis?) rewrote Andersen's alias analysis (which is not
enabled by default) to be several orders of magnitude faster, implmented Offline
Variable Substitution.
@@ -151,12 +151,15 @@ Devang: LoopIndexSplit is enabled by default.
-- Owen contributed Machine Loop info, domintors, etc.
+- Owen contributed Machine Loop info, domintors, etc. Merged dom and
+ postdom.
- Dan added support for emitting debug information with .file and .loc on
targets that support it
- Evan physical register dependencies in the BURR scheduler
+
+- Evan EXTRACT_SUBREG coalescing support
@@ -174,6 +177,8 @@ targets that support it
- Evan X86 now models EFLAGS in instructions.
- Evan: If conversion on by default for ARM.
+- Bruno: MIPS PIC support.
+- Arnold Schwaighofer: X86 tail call support.
@@ -205,7 +210,8 @@ targets that support it
-- .
+- Devang added LLVMFoldingBuilder.
+- Dan added support for vector sin, cos, and pow intrinsics.