diff options
| author | Duncan Sands <baldrick@free.fr> | 2008-10-13 18:33:28 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2008-10-13 18:33:28 +0000 |
| commit | b34d5906b86c5e6c0b5cd7cf185d254ee05e2dee (patch) | |
| tree | 1ae55a431e8099d343b302ce4a1c14d75b524b1a /llvm/docs | |
| parent | 762f0f53ec3cb1377cd22a64213e560dfd093d94 (diff) | |
| download | bcm5719-llvm-b34d5906b86c5e6c0b5cd7cf185d254ee05e2dee.tar.gz bcm5719-llvm-b34d5906b86c5e6c0b5cd7cf185d254ee05e2dee.zip | |
Add some llvm-gcc changes that may be worth
detailing.
llvm-svn: 57457
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index f8363a22d9b..2453f6c3dff 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -77,7 +77,7 @@ repository (which roughly includes the LLVM optimizers, code generators and supporting tools) and the llvm-gcc repository. In addition to this code, the LLVM Project includes other sub-projects that are in development. The two which are the most actively developed are the <a href="#clang">Clang Project</a> and -<a href="#vmkit">vmkit Project</a>. +the <a href="#vmkit">vmkit Project</a>. </p> </div> @@ -189,7 +189,10 @@ for the C, C++, Objective-C, Ada, and Fortran front-ends.</p> <p> <ul> -<li>...</li> +<li>block-pointers<li> +<li>alpha?<li> +<li>-flimited-precision</li> +<li>-flto</li> </ul> @@ -212,6 +215,7 @@ for the C, C++, Objective-C, Ada, and Fortran front-ends.</p> representing it as a form of weak linkage.</li> <li>DebugInfoBuilder</li> <li>.ll printing format change: %3 = add i32 4, 2</li> +<li>opt-size, noinline, alwaysinline function attributes</li> <li>...</li> </ul> @@ -349,10 +353,10 @@ allocator.</li> <p>If you're already an LLVM user, this section lists some "gotchas" that you may run into upgrading from the previous release.</p> -<p>The LLVM IR generated by llvm-gcc now doesn't name instructions. Use the - instnamer pass if you want them.</p> +<p>The LLVM IR generated by llvm-gcc no longer names all instructions. + Use the instnamer pass if you want everything named.</p> -<li>LoadVN and GCSE are completely gone.</li> +<li>The LoadVN and GCSE passes have been removed.</li> <p>LLVM API Changes:</p> |

