diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-06 18:32:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-06 18:32:06 +0000 |
commit | 47ce2b2d22aba57d50b76677a6610bce389d25cd (patch) | |
tree | 6c0cd43e7a59580e5c3e0267f1a0bdd829505239 /llvm/docs | |
parent | 0ec3504e95f58459066a03c467a3337fa03ec780 (diff) | |
download | bcm5719-llvm-47ce2b2d22aba57d50b76677a6610bce389d25cd.tar.gz bcm5719-llvm-47ce2b2d22aba57d50b76677a6610bce389d25cd.zip |
some more notes.
llvm-svn: 46818
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index d8835b10273..96206f31a80 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -129,7 +129,7 @@ optimizer, speeding it up and making it more aggressive. For example:</p> <ul> -<li>Daniel Berlin and (?) rewrote Andersen's alias analysis (which is not +<li>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.</li> @@ -151,12 +151,15 @@ Devang: LoopIndexSplit is enabled by default. <ul> -<li>Owen contributed Machine Loop info, domintors, etc.</li> +<li>Owen contributed Machine Loop info, domintors, etc. Merged dom and + postdom.</li> <li>Dan added support for emitting debug information with .file and .loc on targets that support it</li> <li>Evan physical register dependencies in the BURR scheduler</li> + +<li>Evan EXTRACT_SUBREG coalescing support</li> </ul> </div> @@ -174,6 +177,8 @@ targets that support it</li> <ul> <li>Evan X86 now models EFLAGS in instructions.</li> <li>Evan: If conversion on by default for ARM.</li> +<li>Bruno: MIPS PIC support.</li> +<li>Arnold Schwaighofer: X86 tail call support.</li> </ul> </div> @@ -205,7 +210,8 @@ targets that support it</li> </p> <ul> -<li>.</li> +<li>Devang added LLVMFoldingBuilder.</li> +<li>Dan added support for vector sin, cos, and pow intrinsics.</li> </ul> </div> |